

16-Oct-2013: Add import to PE executable file
source link: https://yurichev.com/blog/76/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

16-Oct-2013: Add import to PE executable file
Just wrote an utility I always missed:
PE_add_import is a simple tool for adding symbol to PE executable import table
Sometimes, you may need to replace existing function in binary code by function in your own DLL.
This utility adds yourdll.dll!function import into PE image and writes the following code at the specified point:
MOV EAX, [yourdll.dll!function] JMP EAX
Usage:
usage: fname DLL_name sym_name sym_ordinal func_address for example: winword.exe mydll.dll MyFunction 1 0x401122
//yurichev.com/PE_add_import.html
Recommend
-
15
java-version.com: What's new in Java 16? 15? Keep up to date! Angular 2: how to import your css file with Webpack without errors...
-
9
Convert to sparse file utility (win32)18-Dec-2013: Convert to sparse file utility (win32) Just wrote utility intended for converting files into sparse ones on Windows NTFS file system. Sparse files are those in which long zero block...
-
14
New tracer features for software testing15-Oct-2013: New tracer features for software testing For my software testers friends I added two features to my tracer. * Pause...
-
9
MP 6,1 Great way to add USB-C to 2013 Mac Pro w4rmk macrumors 650...
-
10
-
7
Reading Time: 3 minutes The importance of writing this blog is to solve the following problem(creating executable jar file) which I faced during my project. In this blog, we see a simple scala application i.e “HelloWorld” o...
-
15
The Execution of All Things A list of executable file formats that didn’t make it. That said, if you want to load up an Adobe AIR app...
-
2
Can I exec an entirely new process without an executable file? Unix & Linux Stack Exchange is a question and answer site for users of Li...
-
7
Closed Bug 1843797...
-
6
Why does the Windows Portable Executable (PE) format have both an import section and input directory?
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK