AtomPePacker
AtomPePacker copied to clipboard
A Highly capable Pe Packer
just messing around with some stuff and idk but I've looked through this entire src and there's no way to change the section without it crashing
Will this project continue to be maintained? had great expectations for the x86
Static variable cannot be initialized: ``` class Test { public: Test() { printf("Test:Test\n"); } ~Test() { printf("Test:~Test\n"); } }; int main() { static Test tt; std::cout