《《Adding a Menu Item》.pdf
文本预览下载声明
The Legend Of Random
Programming and Reverse Engineering
Home Tutorials Tools Contact
Modifying Binaries: Adding a Menu Item
Login
by R4ndom on Jun.21, 2012, under Intermediate, Tutorials
Introduction
Remember me
In this tutorial we are going to be adding a menu item to a binary. There are many uses for adding a menu
item to an existing binary. Perhaps you find yourself typing the same phrase over and over – it may be a Recover password
lot easier just to make it a menu item that when selected, pasted that phrase into your app. Maybe you
would like to add a little sunshine to a co-workers day by adding a “UNDO” menu item, that instead Recent Posts
deletes the file, reminding him or her of the importance of not taking the undo button for granted. There are
many reasons for adding a menu item, but most of all, it’s just interesting how it works
Modifying Binaries: Adding a Menu Item
Tutorial #8: Frame Of Reference
Our target will be a simple app I made for my regular reverse engineering tutorials called Simple Editor. It R4ndom’s Ramblings: Captcha alternatives
doesn’t do much, but it helps showing how this is done on a simple app so you don’t get bogged down in (besides suicide)
superfluous code. Go ahead and run the app: Tutorial #7: More Crackmes
显示全部