obfuscation - Removing all symbols from EXE file with Visual Studio -
i'm linking executable file several static libraries (projects in solution), , want remove all internal function names final .exe file.
which settings have use that, , have in library or executable project settings?
simply building in release mode doesn't strip names out of binary.
go project -> properties -> configuration properties -> linker , in debugging section set generate debug info "no".
Comments
Post a Comment