OP 12 February, 2022 - 05:00 PM
(This post was last modified: 12 February, 2022 - 05:05 PM by s0cialw4ste. Edited 1 time in total.)
I want to link all libraries in a project statically and I don't want my PE to have IDT and IAT tables. I want to be able to copy the .text section and add it in another EXE and it should work.
I know that it requires some resolving and it's a bit complicated but If you have some resources or if you could explain something even theoretical, I would appreciate it.
I know that it requires some resolving and it's a bit complicated but If you have some resources or if you could explain something even theoretical, I would appreciate it.