Link to home
Start Free TrialLog in
Avatar of Marc582
Marc582

asked on

How to Remove/Strip Debug Info of a compiled exe? (Delphi)

Hi all,

How to Remove/Strip Debug Info of an exe in Delphi?

NOTE that I know how to remove the debug info of my project, what I want to do is to be able to remove/strip debug info of any compiled exe.

here a program that do exactly what I want: Pe Explorer (http://www.heaventools.com/remove-debug-information.htm)

500 points for this one,

thanx in advance
Avatar of Geert G
Geert G
Flag of Belgium image

Buy PE explorer
Avatar of Marc582
Marc582

ASKER

thx but I already have it, maybe you should guess that if I post under Delphi section, that means I want the code to do that.

anyway, thx for the try
Avatar of Marc582

ASKER

anyone plz?
get the source code from
http://www.heaventools.com

if it's too expensive there is an other way ...
apply for a programming job there.
copy the code
quit
Avatar of Marc582

ASKER

I don't think there is need for stupid answer @ experts-exchange.com.

It's a serious site...
seriously ?
answer = impossible
unless you recompile without debug info

>>what I want to do is to be able to remove/strip debug info of any compiled exe.
even at heaventools they state this is not possible for "any" compiled exe.

if it would be that easy it wouldn't have taken this long to create decompile tools
and they still don't work properly for everything

Avatar of Marc582

ASKER

nan not all, debug info are a section of the pe header, we can remove this section cuz its useless, pe explorer doesnt decompile the exe to remove that.....

plz stop talking about things you don't know...
ASKER CERTIFIED SOLUTION
Avatar of dundeemedia
dundeemedia

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial