Hello,
How to do to make .code section writeable in purebasic ??
by default this section is executable & readable
frederic
.code section
Code: Select all
VirtualProtect_(?StartAddress, Length, #PAGE_WRITECOPY, @oldProtect)
Code: Select all
VirtualProtect_(?StartAddress, Length, #PAGE_EXECUTE, @oldProtect)
Last edited by El_Choni on Sun Feb 26, 2006 1:02 am, edited 1 time in total.
El_Choni

