Auto Assembler:reassemble
Revision as of 23:30, 12 January 2018 by TheyCallMeTim13 (talk | contribs) (Created page with 'Category:Assembler '''Auto Assembler''' reassemble(''Address'') Reassembles the given address, writing at it's declared location. It acts like a smart [[Auto Assembler:readM…')
Auto Assembler reassemble(Address)
Reassembles the given address, writing at it's declared location. It acts like a smart readMem. Reads the address's instruction, reevaluates any addresses, reassembles the address's instruction at it's declared location. This is great for code changes in game updates, as well as polymorphic code or any code that has polymorphic like behavior.
Command Parameters
Parameter | Type | Description |
---|---|---|
Address | string | The address or symbol of the memory block to change access rights |
Examples
reassemble(SomeSymbol)
reassemble(00123ABC)
originalCode: reassemble(injectionPoint) jmp return