TLPEView partially imitate wjr's PEView

Started by TimoVJL, July 12, 2017, 09:21:37 PM

Previous topic - Next topic

TimoVJL

#15
New example:
TLPEPlgUDis86 plugin for TLPEView.
Using udis86 or udis86 radare

TLPEPlgZydis
Using Zydis 2
May the source be with you

frankie

"It is better to be hated for what you are than to be loved for what you are not." - Andre Gide

Jupiter

Subtree of IMAGE_OPTIONAL_HEADER doesn't react on clicks at all

Vortex

Hi Jupiter,

Welcome to the forum. On my system, I can view the subtree IMAGE_OPTIONAL_HEADER. Could you please provide more information like your operation system and the file you are inspecting with TLPEView?
Code it... That's all...

TimoVJL

#19
These one are compiled with msvc 2017 and linked with msvcrt.lib for WindowsXP.
May the source be with you

Vortex

Hi Timo,

QuoteThese one are compiled with msvc 2017 and linked with msvcrt.lib for WindowsXP.

Thanks for this release. TLPEView64.exe works fine but TLPEView.exe fails and outputs the following error message :

The procedure entry point _except_handler4_common could not be located in the dynamic link library msvcrt.dll

OS : Windows XP 64-bit
Code it... That's all...

TimoVJL

#21
Thank's for test. Fixed with a correct msvcrt.lib.

EDIT: A smaller one linked with polink. (76 kB)

EDIT: What is that additional code what that 2017 insert ??? The speed optimization ;)
Windows x86 app O2
.text   92712
.rdata  12340
.data   3052
.reloc  6240
Total   114344

Windows x86 app O1
.text   43209
.rdata  12340
.data   3052
.reloc  3348
Total   61949


Windows x86 app
.text   52838
.rdata  9719
.data   5276
Total   67833

TLPEView.exe msvc 2015 + polink
Windows x86 app
.text   61964
.rdata  9684
.data   5348
Total   76996

TLPEView.exe msvc 2013
Windows x86 app
.text   61524
.rdata  12052
.data   3052
.reloc  4092
Total   80720

TLPEView.exe msvc 2015
Windows x86 app
.text   61864
.rdata  12420
.data   3048
.reloc  4108
Total   81440

TLPEView.exe msvc 2017 community
Windows x86 app
.text   92712
.rdata  12420
.data   3052
.reloc  6244
Total   114428
May the source be with you

Vortex

Hi Timo,

Thanks for the new upload. It works on my system.
Code it... That's all...

Vortex

Hi Timo,

Thanks for the new release a42. TLPView cannot display the sections of an object file created with nidud's asmc. The attachment contains the object module and a screen capture.
Code it... That's all...

TimoVJL

May the source be with you

Vortex

Hi Timo,

Thanks. I forgo to specify the option /coff while assembling the code. Everything is fine now. My apologies.
Code it... That's all...

TimoVJL

#26
Updated 2019-04-13: UNICODE a44 fix some export table forwards issues.
Updated 2019-04-15: UNICODE a45 changes in menu handling and listview header for clipboard

Same zip as in masm32
May the source be with you

TimoVJL

#27
TLPEPlgZydis is my favorite.
May the source be with you

bitcoin