![]() |
#1
|
||||
|
||||
One Time API Redirection Library in Delphi (x86)
This is a simple injectable library I created to redirect a specified API to execute code at a particular point in memory. I use it a lot for complicated protections in order to get my own code into the process memory.
Source: Code:
https://github.com/chessgod101/One-Time-API-Redirection-Library CONST RedirAPI:AnsiString='YOURAPIHERE'; //api to be redirected CONST DLLOFAPI:WideString='YOURDLLHERE.DLL'; //dll containing that api You add your code to the DoYourStuff function. I included a simple PatchMemoryByte function for your convenience. Future Goals:
__________________
"As the island of our knowledge grows, so does the shore of our ignorance." John Wheeler |
The Following 4 Users Gave Reputation+1 to chessgod101 For This Useful Post: | ||
The Following 11 Users Say Thank You to chessgod101 For This Useful Post: | ||
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Base Encoding Library for Delphi | XorRanger | Source Code | 0 | 04-30-2015 15:37 |
Delphi Hook Library | Sir.V65j | Source Code | 0 | 09-08-2014 22:27 |
How create Static Library (lib) in delphi? | Newbie_Cracker | General Discussion | 7 | 10-26-2011 22:33 |