Help with a Script Executor
So basically I'm making a script executor. I have (pretty much) everything I need except for the BattlEye Hex Signatures (e.g. x01/x02/x03/ etc etc)
If you were to decompile a script executor you would find these in the signatures.h file.
My overall question is on how to find these hex codes, but instead of for Arma 2, it's for DayZ Standalone.
My other question is on how to bind the program to DayZ.exe (attach it to the process so it can read/write memory/inject scripts)
Any help would be appreciated!
-Twi