quote:
Originally posted by cooldude_i06
Ok, what I would like to is copy the buffer to a DataBloc allocated by Plus. I can get the address to the start of the buffer, and I have the size of the buffer. I just cannot figure out the syntax to copy memory (RtlCopyMemory)
since you have the new string in your databloc with strncpy it copies the string from your buffer to the databloc so all you have to do is read it from the databloc in the script with ReadString() like I explained above
why you need RtlCopyMemory for?