Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 08:04

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Injection

Discussion on Injection within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2008
Posts: 225
Received Thanks: 22
Injection

Not sure if this is what you call - injection opcode/asm code. Does anybody know how to replace

Code:
mov eax,[esi+00005560]
with

Code:
mov eax,[esi+00005560]
mov [esi+00005560],000270f
temporary while the process is running?
yangc10 is offline  
Old 02/05/2015, 20:23   #2
 
alpines's Avatar
 
elite*gold: 60
Join Date: Aug 2009
Posts: 2,256
Received Thanks: 815
Sure, allocate new space in the RAM for the program.
Replace your line with a jump to that new spot.
Execute the command which was replaces with the jump, execute the function you want to execute and finally jump back to the old position + 1.

That's called Detouring, Hooking. I think AutoIt even has an UDF for that but it's much easier in other languages I guess.
alpines is offline  
Old 02/05/2015, 22:19   #3
 
elite*gold: 0
Join Date: Feb 2008
Posts: 225
Received Thanks: 22
do you know of any example for other language?
yangc10 is offline  
Old 02/05/2015, 23:49   #4
 
alpines's Avatar
 
elite*gold: 60
Join Date: Aug 2009
Posts: 2,256
Received Thanks: 815
MS Detours for example provides a solid library to detour functions to execute commands at your will. Simply search for some tutorials, you can find some here too.
alpines is offline  
Old 02/06/2015, 16:31   #5
 
Shadow992's Avatar
 
elite*gold: 77
Join Date: May 2008
Posts: 5,430
Received Thanks: 5,876
Take a look at this udf:
Shadow992 is offline  
Old 02/07/2015, 08:55   #6
 
elite*gold: 0
Join Date: Feb 2008
Posts: 225
Received Thanks: 22
Liked that but tut isn't english...
yangc10 is offline  
Old 02/07/2015, 15:44   #7
 
Shadow992's Avatar
 
elite*gold: 77
Join Date: May 2008
Posts: 5,430
Received Thanks: 5,876
Quote:
Originally Posted by yangc10 View Post
Liked that but tut isn't english...
You should be able tounderstand UDF by having a look at the udf itself and the example script.
Shadow992 is offline  
Reply


Similar Threads Similar Threads
Sql injection
01/19/2010 - Kal Online - 34 Replies
Eine frage woher bekomme ich den Sql Injection + tut würde mich freuen wenn einer mir weiter hilft danke
SQL injection
12/25/2009 - Silkroad Online - 19 Replies
can someone please tell me how, or give me a site that can teach me how to perform SQL injection? it will be greatly appericated.
WTB sql injection
11/27/2008 - Trading - 0 Replies
prove me that your coin hack work and i will buy it
SQL injection.
02/12/2008 - Zero - 0 Replies
Hi all, This is a curious topic because i have found numerous occasions where this has happened on the chinese version of the game. Also i was wondering if anyone knows of any occasions where it has been done on the English servers? I've been researching into this and apparently it requires tracing the packets back to the DB server then using a program (once you have the address) to inject your own SQL code into the database indefinitely editing your character to what ever your choosing...
DLL Injection
06/12/2007 - Planetside - 2 Replies
???



All times are GMT +2. The time now is 08:04.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.