NO

Author Topic: TLPEView partially imitate wjr's PEView  (Read 20976 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: TLPEView plugins TLPEPlgUDis86 and TLPEPlgZydis
« Reply #15 on: August 18, 2017, 08:56:45 AM »
New example:
TLPEPlgUDis86 plugin for TLPEView.
Using udis86 or udis86 radare

TLPEPlgZydis
Using Zydis 2
« Last Edit: July 18, 2022, 06:54:45 PM by TimoVJL »
May the source be with you

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: TLPEView partially imitate wjr's PEView (FREEZED)
« Reply #16 on: August 18, 2017, 12:56:16 PM »
Very good!  ;)
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

Jupiter

  • Guest
IMAGE_OPTIONAL_HEADER subtree
« Reply #17 on: September 07, 2017, 02:26:48 PM »
Subtree of IMAGE_OPTIONAL_HEADER doesn't react on clicks at all

Offline Vortex

  • Member
  • *
  • Posts: 797
    • http://www.vortex.masmcode.com
Re: TLPEView partially imitate wjr's PEView
« Reply #18 on: September 07, 2017, 09:37:58 PM »
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...

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: TLPEView partially imitate wjr's PEView
« Reply #19 on: May 31, 2018, 01:51:52 PM »
These one are compiled with msvc 2017 and linked with msvcrt.lib for WindowsXP.
« Last Edit: June 02, 2018, 10:24:13 AM by TimoVJL »
May the source be with you

Offline Vortex

  • Member
  • *
  • Posts: 797
    • http://www.vortex.masmcode.com
Re: TLPEView partially imitate wjr's PEView
« Reply #20 on: June 01, 2018, 07:53:36 PM »
Hi Timo,

Quote
These 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 :

Code: [Select]
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...

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: TLPEView partially imitate wjr's PEView
« Reply #21 on: June 02, 2018, 10:25:39 AM »
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 ;)
Code: [Select]
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
Code: [Select]
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
« Last Edit: June 03, 2018, 02:44:43 PM by TimoVJL »
May the source be with you

Offline Vortex

  • Member
  • *
  • Posts: 797
    • http://www.vortex.masmcode.com
Re: TLPEView partially imitate wjr's PEView
« Reply #22 on: June 02, 2018, 10:45:17 AM »
Hi Timo,

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

Offline Vortex

  • Member
  • *
  • Posts: 797
    • http://www.vortex.masmcode.com
Re: TLPEView partially imitate wjr's PEView
« Reply #23 on: March 10, 2019, 11:32:12 AM »
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...

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: TLPEView partially imitate wjr's PEView
« Reply #24 on: March 10, 2019, 11:43:37 AM »
There is a TLOMFView for it.
May the source be with you

Offline Vortex

  • Member
  • *
  • Posts: 797
    • http://www.vortex.masmcode.com
Re: TLPEView partially imitate wjr's PEView
« Reply #25 on: March 11, 2019, 07:28:56 PM »
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...

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: TLPEView partially imitate wjr's PEView
« Reply #26 on: April 13, 2019, 09:05:44 PM »
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
« Last Edit: November 08, 2020, 11:36:46 AM by TimoVJL »
May the source be with you

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: TLPEView partially imitate wjr's PEView
« Reply #27 on: February 03, 2021, 10:09:09 AM »
TLPEPlgZydis is my favorite.
May the source be with you

Offline bitcoin

  • Member
  • *
  • Posts: 179
Re: TLPEView partially imitate wjr's PEView
« Reply #28 on: February 03, 2021, 10:37:05 AM »
Thank you Timo! All works!