Bitsum Community Forum

General Category => Other Bitsum projects => Topic started by: dpat123 on March 03, 2009, 03:24:37 AM

Title: pehidetext configure in vc6 post-build
Post by: dpat123 on March 03, 2009, 03:24:37 AM
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.
Title: Re: pehidetext configure in vc6 post-build
Post by: Jeremy Collake on March 08, 2009, 05:49:28 PM
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).