View Single Post
  #1  
Old 11-28-2015, 00:02
Sn!per X Sn!per X is offline
Friend
 
Join Date: Nov 2015
Location: AT4RE
Posts: 21
Rept. Given: 0
Rept. Rcvd 12 Times in 6 Posts
Thanks Given: 8
Thanks Rcvd at 53 Times in 15 Posts
Sn!per X Reputation: 12
Lightbulb [Delphi] Loader shows how to patch PE protected with ASLR

This is my first topic here in exetools, so i would like to contribute
with a delphi source code that shows how to deal with ASLR:
Code:
  This code is part of AT4RE Patcher by Agmcz and Sn!per X ^ AT4RE.
Additional code (Get4ByteAlignedContext) coded by testest.

Release Info:
*   An example delphi loader that shows how to patch a PE file
  protected with Address Space Layout Randomization (ASLR).
  both x32, x64 PE Files are supported.
* Chimera#01 Challenge by naquadria are included as examples.
* Make sure to compile the loader64.dpr with a 64bit version of delphi.
Code:
Password:
www.at4re.com
C/C++ Source:
Code:
http://forum.exetools.com/showthread.php?t=17195
Attached Files
File Type: rar Delphi Loaders.rar (25.1 KB, 34 views)

Last edited by Sn!per X; 11-28-2015 at 00:28.
Reply With Quote
The Following 2 Users Say Thank You to Sn!per X For This Useful Post:
cachito (11-28-2015), Insid3Code (11-28-2015)