Slow down string changers
andrewkennedy1_at_ev1.net
Date: 01/28/04
- Next message: Randall Hyde: "Re: Reverse engineering != piracy (was Re: RosAsm disassembler output vs. IDA Pro)"
- Previous message: Frank Kotler: "Re: BethTool ?"
- Next in thread: The Half A Wannabee: "Re: Slow down string changers"
- Reply: The Half A Wannabee: "Re: Slow down string changers"
- Reply: Beth: "Re: Slow down string changers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 28 Jan 2004 03:05:59 -0000
It's been a while and I'm rusty. I want make it hard for a non-assembler or
casual user
to change text in an executable.
I can think of a couple of ways.
I don't want to encrypt the string.
a. Do a CRC of the string and check it against a stored value
b. Check the string at a few locations for certain characters
c. Do (a) and if it fails write the correct string in the .exe
Thanks.
- Next message: Randall Hyde: "Re: Reverse engineering != piracy (was Re: RosAsm disassembler output vs. IDA Pro)"
- Previous message: Frank Kotler: "Re: BethTool ?"
- Next in thread: The Half A Wannabee: "Re: Slow down string changers"
- Reply: The Half A Wannabee: "Re: Slow down string changers"
- Reply: Beth: "Re: Slow down string changers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|