Click here to Skip to main content
15,881,204 members
Articles / Programming Languages / Visual C++ 9.0

Reverse Engineering and Function Calling by Address

Rate me:
Please Sign up or sign in to vote.
5.00/5 (136 votes)
24 Sep 2008Ms-PL20 min read 179K   3.5K   321  
Ever wanted to know how to call internal functions of other processes? This is an article on just that -- you'll learn how to read disassembled code in a project where the source code is known, and then apply that knowledge on an application where it isn't.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions