Difference between revisions of "Lua:getPreviousOpcode"
								
								Jump to navigation
				Jump to search
				
				
		
		|  (Created page with ''''function''' getPreviousOpcode(''Address'')  Returns the address of the previous opcode (this is just an estimated guess).  === Function Parameters ===  {|width="85%" cellpaddi…') | |||
| Line 29: | Line 29: | ||
| * [[readPointer]] | * [[readPointer]] | ||
| * [[writeBytes]] | * [[writeBytes]] | ||
| − | |||
| * [[readBytesLocal]] | * [[readBytesLocal]] | ||
| * [[readPointerLocal]] | * [[readPointerLocal]] | ||
Revision as of 00:51, 10 March 2017
function getPreviousOpcode(Address)
Returns the address of the previous opcode (this is just an estimated guess).
Function Parameters
| Parameter | Type | Description | 
|---|---|---|
| Address | CEAddressString or Integer | The address of the instruction | 
See also
Related Functions
- disassemble
- getInstructionSize
- splitDisassembledString
- AOBScan
- autoAssemble
- readBytes
- readPointer
- writeBytes
- readBytesLocal
- readPointerLocal
- writeBytesLocal
- wordToByteTable
- dwordToByteTable
- qwordToByteTable
- floatToByteTable
- doubleToByteTable
- stringToByteTable
- wideStringToByteTable
- byteTableToWord
- byteTableToDword
- byteTableToQword
- byteTableToFloat
- byteTableToDouble
- byteTableToString
- byteTableToWideString

