Jump to content

MemoryWriting


Recommended Posts

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 :)

Link to comment
Share on other sites

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"

Link to comment
Share on other sites

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 by Hiyoal
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...