Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

How to use Array of byte option? #14

Open
ZeroizeHD opened this issue Aug 22, 2017 · 1 comment
Open

How to use Array of byte option? #14

ZeroizeHD opened this issue Aug 22, 2017 · 1 comment

Comments

@ZeroizeHD
Copy link

ZeroizeHD commented Aug 22, 2017

Hello!
I am a beginner developer interested in your source.
but, I understand only about half of your lib.
I am using CheatEngine's Array of bytes (scan type: Search for this array)
I want to use the feature.
but, you could not find it in your example.
I think use iProcessAddress, it's right?

@NothingFaceX
Copy link

Hi , ZeroizeHD
Developer left the library as he said , But I tell you how to do it and for everybody need to do it.

to Search an Byte Array in C# you need to :

1 . Set TVariableType to TVariableType.vtByteArray

2 . In iFirstScan use your byte array in a String like this :

 var patter_array =  "54 48 49 53 20 49 53 20 41 20 54 45 53 54 20 41 52 52 41 59"

3 . Don't forget to set Hexadecimal Parameter to true in iFirstScan.

Now it will just scan byte array in memory like Cheat Engine.

Have Fun :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants