Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do u hack?
#2
hacking requires 2 things:
1, understanding the code
2, the ability to change what exists

1) when looking at the code in IDB, the code is in x86 language. this is also known as assembly language. probably 1 of the hardest languages to learn since you have to have a clear understanding of the processor that the code is designed for, and how the system is configured, and in the modern world, the operating system that the code is designed to run on.
to put it simply, very complex...

2) assuming you know something you want to edit, you need to know the same code in hexidecimal, this is basicly just a solid chunk of numbers and letter, 0-9 and A-F. you then have to re-write the code nibble by nibble(a nibble is 4 bits), in 4 pair chunks(4 lots of 8 bits(1 Byte), totaling a 32 bit word(AKA, Long word sized data.) anyway, you need to edit what exists, to what you want it to do, basicly, without changing the length of what exists, so, most of what you will do is changing 1 gosub loop to a different gosub loop, which may then call the original gosub loop before or after doing some modified or extra code.

on level of difficulty, i'd call it a 15/10. on a modder scale... or on a programmers scale, 10/10...

assebly code i'd rate 9/10, doing assembly in hex 9.5/10, modifying a program you didn't write in assemply hex, 10/10...


Messages In This Thread
How do u hack? - by Ole - 17.04.2006, 21:53:36
RE: How do u hack? - by Bobingabout - 18.04.2006, 00:52:58
RE: How do u hack? - by Guest - 18.04.2006, 15:11:50
RE: How do u hack? - by Guest - 19.04.2006, 15:15:35
RE:??How do u hack? - by Bobingabout - 20.04.2006, 18:03:36
RE: How do u hack? - by DCoder - 19.04.2006, 15:50:18
RE: How do u hack? - by Renegade - 19.04.2006, 15:56:19
RE: How do u hack? - by Fenring - 20.04.2006, 17:42:41
RE: How do u hack? - by Guest - 19.04.2006, 18:15:53
RE: How do u hack? - by Guest - 29.04.2006, 20:57:07
RE: How do u hack? - by VK - 10.06.2006, 12:16:06



Users browsing this thread: 1 Guest(s)