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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -