View Single Post
  #19 (permalink)  
Old 04-20-2008, 03:46 PM
chapster's Avatar
chapster chapster is offline
Vip Member
 
Join Date: Mar 2008
Posts: 167
Reputation: 1
chapster is on a distinguished road
Default

I'm going to assume you tried to fix it by zeroing portions of the signature, right?

You can't "fix" an exe just by zeroing out stuff just to change the signature.
When you change a simple letter/character it's an instruction that you are changing, one that could be very important.

A more vivid example? let's say this is your program:

Quote:
IF: you get lost
{
DO: call me
DO: find the nearest officer
IF: your phone start losing signal
{
DO: ask "what's your problem bitch?"
DO: slap!
}
DO: ask officer what's the way to the nearest train station.
}

Let's say that while trying to remove the signature you cripple your program by changing some stuff to Zero (like some video explained):

Quote:
IF: you get lost
{
DO: call me
DO: find the nearest officer
00000000000000000000000000000000000
00
DO: ask "what's your problem bitch?"
DO: and slap!
00
DO: ask officer what's the way to the nearest train station.
}
It wont get you the same results right? I'm sure the officer won't be too fond of you

In other word, don't hex edit and change stuff that you don't know. All those weird characters that you see have a purpose.
Reply With Quote