Propellerads

Sunday, February 7, 2016

Injecting a MessageBox to any program

Its my first video tutorial in this tutorial you can learn how to Inject a MessageBox to any program here is link.
Here is list what I done.
1. Add a MessageBoxA to Import Table(Here we can also made a export table to get MessageBoxA import)
2. Add a new section to program some program have CRC check for those type of program you need to bypass the CRC we will talk about it later
3. Add this code to free section
     Push 40
     Push 'MessageBoxA caption'
     Push 'MessageBoxA content'
     Push 0
     Call MessageBoxA
     Jmp EP
4. Save Patched Bytes
5. Change EP of program to Our new EP using LordPE
Download link is Given Below
Any query comment below
Previous Post
Next Post

About Author

0 comments: