Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dekaron
You last visited: Today at 19:25

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

Advertisement



Trying to find array of bytes from address in WinHex

Discussion on Trying to find array of bytes from address in WinHex within the Dekaron forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2010
Posts: 37
Received Thanks: 0
Trying to find array of bytes from address in WinHex

Hey guys so today I started playing with WinHex.. not really modifying anything because I've never used WinHex before.. but im wondering is there an easy way to maybe find an AoB from an address in WinHex? Like if I have an updated offset then I search for it and I can find the array.. but lets say I dont have the updated offset and I need an AoB from the address.. how do I find it if I have the old offset and how do I know how long the AoB is? Im trying to teach myself but I dont wanna mess something up so a little bit of help is always welcomed. Thanks
Ej1Fr3ak is offline  
Old 02/13/2010, 22:24   #2
 
elite*gold: 3
Join Date: Nov 2008
Posts: 5,333
Received Thanks: 1,335
read this, i really doubt that u know what ur talking about tho
Vaidas B is offline  
Thanks
1 User
Old 02/14/2010, 01:11   #3
 
elite*gold: 0
Join Date: Feb 2010
Posts: 37
Received Thanks: 0
Quote:
Originally Posted by waidas123 View Post
read this, i really doubt that u know what ur talking about tho
Ok well like I said I am new at this but thank you for that info Im checkin it out now.. I couldnt find anything on it but basically I have came across different situations where I had a CE script and I had the old offset but I needed to find the new offset but didnt have an AoB to scan for.. so basically what I was wondering is what do you do when your in this situation? Because you have to be able to find it somehow? Iono I was just playin around with WinHex a little bit and I could see dekarons entire memory and If I searched for the the offset I could see everything related to that memory range.. I donno like I said Im new but Im just kinda playin around and trying to figure things out.
Ej1Fr3ak is offline  
Old 02/14/2010, 02:49   #4
 
ind3siszive's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 164
Received Thanks: 26
open winhex/hexworkshop goto the address copy the bytes that you want. The array of bytes is just a representation of code or data, if you have used a cheat eninge script you will see the assembly code in them, also you can take notice of the [Enable] and [Disable] sections. Normally the code you want to find will be the disable, and if you dont have the bytes for that you can try writing it in assembly or doing an opcode scan. The length can be whatever you want say there is a code like

Code:
mov edx,[edx+0c]
add edx,0A
you can just type this into a disassebler and you will get

Code:
[COLOR="DeepSkyBlue"]01111111 [/COLOR]   [COLOR="Red"] 8B52 0C [/COLOR]            [COLOR="Yellow"]MOV EDX,DWORD PTR DS:[EDX+C][/COLOR]
[COLOR="DeepSkyBlue"]01111114[/COLOR]     [COLOR="Red"]83C2 0A[/COLOR]             [COLOR="Yellow"]ADD EDX,0A[/COLOR]
the red are the bytes

you can try scanning for say 8B 52 0C and if there are a billion results you can add the second part to get 8B 52 0C 83 C2 0A

the length just makes it more specific


then you can scan for that array of bytes in winhex or even cheat engine hex scanner
ind3siszive is offline  
Thanks
1 User
Old 02/14/2010, 04:40   #5
 
elite*gold: 0
Join Date: Feb 2010
Posts: 37
Received Thanks: 0
Quote:
Originally Posted by ind3siszive View Post
open winhex/hexworkshop goto the address copy the bytes that you want. The array of bytes is just a representation of code or data, if you have used a cheat eninge script you will see the assembly code in them, also you can take notice of the [Enable] and [Disable] sections. Normally the code you want to find will be the disable, and if you dont have the bytes for that you can try writing it in assembly or doing an opcode scan. The length can be whatever you want say there is a code like

Code:
mov edx,[edx+0c]
add edx,0A
you can just type this into a disassebler and you will get

Code:
[COLOR="DeepSkyBlue"]01111111 [/COLOR]   [COLOR="Red"] 8B52 0C [/COLOR]            [COLOR="Yellow"]MOV EDX,DWORD PTR DS:[EDX+C][/COLOR]
[COLOR="DeepSkyBlue"]01111114[/COLOR]     [COLOR="Red"]83C2 0A[/COLOR]             [COLOR="Yellow"]ADD EDX,0A[/COLOR]
the red are the bytes

you can try scanning for say 8B 52 0C and if there are a billion results you can add the second part to get 8B 52 0C 83 C2 0A

the length just makes it more specific


then you can scan for that array of bytes in winhex or even cheat engine hex scanner

Ohhhhh ok I see what your saying now.. thanks a lot
Ej1Fr3ak is offline  
Reply


Similar Threads Similar Threads
how to find array of bytes from an existing adress?
01/25/2010 - Dekaron - 2 Replies
hi! I have a question; how to find array of bytes from an existing adress? its a simple question I hope someone can tell me :)
How to find Array of Bytes?
10/03/2009 - Dekaron - 1 Replies
What do i need to do to find the array of bytes for a hack? Winhex? CSV? Origanal code search? (if that what do is search it under?)
Array of Bytes
10/02/2009 - Dekaron - 1 Replies
Hi, could someone please post the array of bytes needed for: -Vac -Non-Agro -Speed -Map Hack -Far Eye -Zoom -Auto Pots And if anyone is even more generous, could you PM me the AoB for the skill hacks as well. I don't have much to give back seeing as this is a forum, but i will give you my thanks.
How to find an array of bytes?
09/28/2009 - Dekaron - 7 Replies
Well i wanna learn how to hack in CE n thinking how could u guys find an "array of bytes"? which later on ables u to come up with new address for specific hack. I did do a searching but too many links make my brain dizzy :p



All times are GMT +2. The time now is 19:25.


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.