cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Lounge
editing a binary
editing a binary
Sep 8, 2011 at 1:30pm UTC
closed account (
zwA4jE8b
)
Just wondering here.
If I knew what an assembly instruction such as 'ADD' is in binary or hex is it possible to open an .exe in an editor and change that value to whatever the value for 'SUB' is?
Sep 8, 2011 at 1:42pm UTC
m4ster r0shi
(2201)
Sure. How do you think cracks are made? There also exists
special software
[1]
to aid the art of reverse engineering
[2]
.
[1]
http://www.ollydbg.de/
[2]
http://en.wikipedia.org/wiki/Reverse_engineering#Reverse_engineering_of_software
Last edited on
Sep 8, 2011 at 1:47pm UTC
Sep 9, 2011 at 3:13pm UTC
closed account (
zwA4jE8b
)
cool, I had assumed thats how cracks and such are made but have no experience in that area. I was just assuming it would be possible. Thanks.
And thank you for the ollyDBG link, looks awesome.
Topic archived. No new replies allowed.