Home > Archive > Java Security > July 2004 > Reverse engineer
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Takeda 2004-07-14, 4:01 pm |
| Hi, all!
How can I protected my code of disassembler programs/methods?
| |
|
|
| Takeda 2004-07-14, 8:58 pm |
| Tx, Roedy! You were fast! :)
Roedy Green <look-on@mindprod.com.invalid> wrote in message news:<k3vaf059pucskfhcr85ei4jqlrilr1r7cl@4ax.com>...
> On 14 Jul 2004 11:13:53 -0700, mauro_takeda@yahoo.com.br (Takeda)
> wrote or quoted :
>
>
> see http://mindprod.com/jgloss/obfuscator.html
| |
| Socket 2004-07-15, 4:00 am |
| mauro_takeda@yahoo.com.br (Takeda) wrote in message news:<82a93666.0407141013.6157e15f@posting.google.com>...
> Hi, all!
>
> How can I protected my code of disassembler programs/methods?
1. code should be changed dinamically during execution,
2. verify if program is under debugger
in Win32 IsDebuggerPresent function
http://ircdb.org
http://smike.ru
|
|
|
|
|