Test PC WriteCodeBlocks against writable data
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.meta visibility="all"
|
.meta visibility="all"
|
||||||
.meta name="PC write noop"
|
.meta name="PC data noop"
|
||||||
.meta description="PC-only test.\nWrites NOPs over\nexisting NOPs."
|
.meta description="PC-only test.\nWrites zeros over\nwritable data."
|
||||||
|
|
||||||
entry_ptr:
|
entry_ptr:
|
||||||
reloc0:
|
reloc0:
|
||||||
@@ -12,10 +12,9 @@ start:
|
|||||||
|
|
||||||
.versions 2OJW
|
.versions 2OJW
|
||||||
|
|
||||||
.data 0x004E03DE
|
.data 0x0068854E
|
||||||
.data 2
|
.data 2
|
||||||
nop
|
add [eax], al
|
||||||
nop
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user