AtomPePacker icon indicating copy to clipboard operation
AtomPePacker copied to clipboard

A Highly capable Pe Packer

Results 3 AtomPePacker issues
Sort by recently updated
recently updated
newest added

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