Click here to Skip to main content
6,630,289 members and growing! (17,070 online)
Email Password   helpLost your password?
Announcements
BullFrog Power
 
Search    
Add to IE Search

Articles by AlexAbramov (3 articles found)

Average article rating: 4.78

C / C++ Language

Reverse Engineering and Function Calling by Address
Last Updated: 24 Sep 2008   Page Views: 29,567   Rating: 4.92/5    Votes: 108   Popularity: 10.00   Bookmark Count: 224
Licence: The Microsoft Public License (Ms-PL)   
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.

DLLs & Assemblies

High Scores in Solitaire: A More Advanced Approach
Last Updated: 28 Sep 2008   Page Views: 12,645   Rating: 4.67/5    Votes: 25   Popularity: 6.53   Bookmark Count: 37
Licence: The Microsoft Public License (Ms-PL)   
This article explains how to make a plug-in for Solitaire that displays a high score table. By way of Codecave, Solitaire will automatically execute a DLL for this plug-in -- thus no user intervention required!
API Hooking with MS Detours
Last Updated: 14 Oct 2008   Page Views: 37,146   Rating: 4.74/5    Votes: 31   Popularity: 7.07   Bookmark Count: 110
Licence: The Microsoft Public License (Ms-PL)   
In this article, I will talk about the theories and implementations of API hooking. API hooking is a powerful technique that allows someone to hijack a function and redirect it to a custom one. Anything can be done in these functions before passing control back to the original API.

AlexAbramov


Member
I am currently a student at Penn State University. I am interested in the C++ and Assembly programming languages and am pursuing a degree in Computer Science. I've been programming in C++ for 3 years as a hobby and have been studying the Assembly language for close to a year in my spare time.
Location: United States United States


Last Updated 21 Nov 2009
Web19 | 2.2.0175 | Advertise | Privacy
Copyright © CodeProject, 1999-2009
All Rights Reserved. Terms of Use