Jump to content
Tuts 4 You

LoaderCSharp


CodeExplorer

Recommended Posts

No!
Exemple I've replace this:
string hex_to_find = "7E0100000420370200006F7E130006749C020002026F930B0006FE0E0000DE0326FE1AFE0C00002A";
with this:
string hex_replacewith = "172A";  // just return true in ilcode
 

  • Like 2
Link to comment
  • 3 weeks later...
On 2/9/2016 at 4:38 PM, CodeCracker said:

No!
Exemple I've replace this:
string hex_to_find = "7E0100000420370200006F7E130006749C020002026F930B0006FE0E0000DE0326FE1AFE0C00002A";
with this:
string hex_replacewith = "172A";  // just return true in ilcode
 

How about replacing shorter hex with longer hex?

Link to comment
2 hours ago, idrcelab said:

How about replacing shorter hex with longer hex?

It will simply put hex_replacewith where it will find string hex_to_find! The code will be replaced at the begining of finded hex!
 

  • Like 1
Link to comment
  • 1 month later...

Interesting, so in the loaded application ("ultimatebot.exe") i would have to write a code that closes the program if certain string does not matches the content written by the loader?

Edited by _Wolf
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...