pehidetext configure in vc6 post-build

Started by dpat123, March 03, 2009, 03:24:37 AM

Previous topic - Next topic

dpat123

could you tell me how i should setup vc6.0 post-build cammnd so that i calls pehidetext on build exe

i tried this

call cmd
call pehidetext

nothing is working i have it in path but vc just hangs waiting for some kind of input it is also not possible to call it from bat file

:\diamond\Analyzer2D\Bruter\BruterDlg.cpp(1314) : warning C4101: 'except' : unreferenced local variable
Linking...
LINK : warning LNK4089: all references to "ole32.dll" discarded by /OPT:REF
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

Jeremy Collake

There is no special trick to it. You should be able to just specifiy "PEHideText" once you have included its path in the Visual Studio settings (see VC++ Directories / Executable Directories, iirc). It must be there, not just in the system path. Alternatively, just reference it by its full path, like: "C:\program files\PECompact2\PEHideText.exe" (or whatever).
Software Engineer. Bitsum LLC.