NO

Author Topic: Tool for displaying imports  (Read 3312 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Tool for displaying imports
« on: July 08, 2016, 12:06:03 PM »
This tool displays imports from exe/dll in listbox.
Option for recursive search.

EDIT: 32/64-bit versions.
          WPEImpListT with TreeView too.
« Last Edit: July 10, 2016, 01:13:40 PM by TimoVJL »
May the source be with you

Offline dstritt

  • Member
  • *
  • Posts: 3
  • Eternally a newbie
Re: Tool for displaying imports
« Reply #1 on: July 10, 2016, 12:57:22 AM »
That's pretty handy to have. File->Exit seems to have no effect though.
[This space for rent]

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Tool for displaying imports
« Reply #2 on: December 14, 2016, 10:58:26 AM »
Some fixes in WPEImpLstT1_WS_a4.zip
May the source be with you

Grincheux

  • Guest
Re: Tool for displaying imports
« Reply #3 on: January 25, 2017, 02:01:39 PM »
Fine, I tested it with Crack, recursive 10 without ms... it runs...

Could you develop an option displaying juste the function called with the offset into the *.exe file. Offset relative from the beginning of the file. And, but it's a little omplicated the offset from the real call.

I explain :

CreateFont(...)

is replaced with

jump OffsetCreateFont

.
.
.
OffsetCreateFont : CALL CREATEFONT