![]() |
|
#1
|
|||
|
|||
|
Import/export viewer
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. |
|
#2
|
||||
|
||||
|
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.
__________________
EnJoy! |
| The Following User Says Thank You to Jupiter For This Useful Post: | ||
MarcElBichon (06-16-2026) | ||
|
#3
|
|||
|
|||
|
Thanks for your advice, I will study and fix the bug.
|
![]() |
|
|