Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dll kernel32 RtlFillMemory issue
#1
I write one QM code as below:
Macro Macro16
Code:
Copy      Help
dll- kernel32 RtlFillMemory !&Destination !Length !Fill
RtlFillMemory("#100D7B77" 1 1)

but I dont know if it is correct or error, because it doesn't work.

or do you have any other method to achieve the same goal?

Thanks for your advices in advance.
#2
Macro Macro2801
Code:
Copy      Help
str s="#100D7B77"
memset s 'A' 4
out s
#3
thanks for your advice.


Forum Jump:


Users browsing this thread: 1 Guest(s)