Advertisement
Guest User

Untitled

a guest
Jan 8th, 2019
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <EternityPatchFile name="RemoveBFpotEvent" comment="This file removes BFpot field events">
  3.  
  4. <Patch name="RemoveBFpotEventPatch" type="write" search_start="0x1DBE93" comment="Signature based on 1.11" >
  5.  
  6. <Instruction code="F7 D8" comment="neg eax" />
  7. <Instruction code="1B DB" comment="sbb ebx, ebx" />
  8. <Instruction code="83 F9 3C" comment="cmp ecx, 3Ch ; 3C = 60 = BFpot id" />
  9. <Instruction code="75 XX" comment="jne +XX" />
  10. <Instruction code="45 33 C9" comment="xor r9d, r9d" />
  11.  
  12. <!-- jne to jmp -->
  13. <Write inst_index="3" value="EB" />
  14.  
  15. </Patch>
  16.  
  17. </EternityPatchFile>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement