![]() |
|
how do you link kernel32 and cruntime libs statically? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Software & Programs (https://sinister.ly/Forum-Software-Programs) +--- Thread: how do you link kernel32 and cruntime libs statically? (/Thread-how-do-you-link-kernel32-and-cruntime-libs-statically) |
how do you link kernel32 and cruntime libs statically? - socialwaste - 02-12-2022 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. |