|
Posted by Dustin Cook on October 9, 2006, 9:02 am
If you were Registered and logged in, you could reply and use other advanced thread options @i3g2000cwc.googlegroups.com:
>
> Dustin Cook wrote:
>
>>
>> > I need to secure an application somewhat and I am trying:
>> > .
>> > 1._ for the source/app executable code not to be viewed/hacked
>>
>> Impossible to achieve...
>
> Dustin,
>
> I'm just curious about this. I assume this is because the executable
> can be disassembled
> and the assembly code can be read.... So even if you could encrypt the
> executable, and still have it execute you could simply cause it to dump
> core, and read the corefile.... Or if you had the executable
I'm not sure about dumping core, but given enough time with the proper
tools one could disassemble the executable, yes.
> firewalled, and protected on the remote server by the best firewalls
> available
If it's going to run on the client pc, assuming it is actually running on
the client pc, the firewall becomes a moot point... However, if your
doing something like vnc, and it's not actually running on the client,
and the client has no direct access to the program, then you could say
it's fairly safe from being cracked/examined, yes.
> once the program ran on your computer locally, once again you could
> crash it and read the corefile... correct?
The goal isn't to crash the program if at all possible, the goal or idea
rather is to trace the programs calls as it runs.
--
Dustin Cook
Author of BugHunter - MalWare Removal Tool
web: http://bughunter.it-mate.co.uk email: bughunter.dustin@gmail.com.removethis
Last updated: October 6th, 2006
|