Exetools

Exetools (https://forum.exetools.com/index.php)
-   Source Code (https://forum.exetools.com/forumdisplay.php?f=46)
-   -   Import/export viewer (https://forum.exetools.com/showthread.php?t=21653)

wx69wx2023 06-15-2026 20:19

Import/export viewer
 
2 Attachment(s)
Hi, I found two small tools on my old computer that I wrote when I was studying PE file structures. They could display the exe/dll file's import and export tables, respectively. Because they were from over ten years ago, the tools could only be used for 32 bit exe/dll.

The project is completed using RaDASM.

I'll add 64-bit support if I have time.

Jupiter 06-16-2026 05:01

Thanks for sharing!

There is a bug in `rvatoffset` function.

As you map file 'as is', without mapping sections like Windows Loader does (LoadLibraryExW with LOAD_LIBRARY_AS_DATAFILE flag, for example), you need to align some values in your `rvatoffset` function using file / section alignment.

wx69wx2023 06-16-2026 10:17

Thanks for your advice, I will study and fix the bug.


All times are GMT +8. The time now is 18:21.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX