Hiyoal Posted May 17, 2008 Posted May 17, 2008 Hey guys, Im wanting to write an array of bytes into a memory address, but NomadMemory does not have those capabilities. Does anyone know how to do it?? If you need some code, I can gladly post it. Hiyoal
Siao Posted May 17, 2008 Posted May 17, 2008 Im wanting to write an array of bytes into a memory address, but NomadMemory does not have those capabilities.You're wrong. See the examples provided with the UDF, or simply examine the functions with CTRL+J in Scite. "be smart, drink your wine"
Hiyoal Posted May 17, 2008 Author Posted May 17, 2008 (edited) So then, how am I supposed to do it?! It said in the nomad help file that you needed to write values in decimal. And I tried Ctrl+J but it didnt do anything This is what I am trying to achieve: $Access=_MemOpen(ProcessExists("Title")) $NoDC1Write[20]=[0x81,0x05,0xB0,0xEF,0x56,0x00,0x6A,0x04,0x00,0x00,0xA1,0xB0,0xEF,0x56,0x00,0xE9 ,0x58,0x2F,0xF8,0xFF] $NoDC1=0x523905 _MemWrite($NoDC1,$Access,$NoDC1Write) Please help, I really appreciate it Edited May 17, 2008 by Hiyoal
Siao Posted May 17, 2008 Posted May 17, 2008 _MemoryWrite($iAddress, $ProcessInformation, "0xE9582FF8FF", 'byte[5]') "be smart, drink your wine"
Hiyoal Posted May 17, 2008 Author Posted May 17, 2008 (edited) OMG!! DUDE, YOUR A LEGEND!!!! TYSM!! Hiyoal :D Edited May 17, 2008 by Hiyoal
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now