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…') |
(→Related Functions) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | '''function''' getPreviousOpcode(''Address'') | + | [[Category:Lua]] |
| + | '''function''' getPreviousOpcode(''Address'') ''':''' integer | ||
Returns the address of the previous opcode (this is just an estimated guess). | Returns the address of the previous opcode (this is just an estimated guess). | ||
| Line 16: | Line 17: | ||
| − | + | {{LuaSeeAlso}} | |
| − | |||
| − | |||
=== Related Functions === | === Related Functions === | ||
| − | * [[disassemble]] | + | * [[Lua:disassemble|disassemble]] |
| − | * [[getInstructionSize]] | + | * [[Lua:getInstructionSize|getInstructionSize]] |
| − | * [[splitDisassembledString]] | + | * [[Lua:splitDisassembledString|splitDisassembledString]] |
| − | * [[AOBScan]] | + | * [[Lua:AOBScan|AOBScan]] |
| − | * [[autoAssemble]] | + | * [[Lua:autoAssemble|autoAssemble]] |
| − | * [[readBytes]] | + | * [[Lua:readBytes|readBytes]] |
| − | * [[readPointer]] | + | * [[Lua:readPointer|readPointer]] |
| − | * [[writeBytes]] | + | * [[Lua:writeBytes|writeBytes]] |
| − | * [[ | + | * [[Lua:readBytesLocal|readBytesLocal]] |
| − | + | * [[Lua:readPointerLocal|readPointerLocal]] | |
| − | * [[readPointerLocal]] | + | * [[Lua:writeBytesLocal|writeBytesLocal]] |
| − | * [[writeBytesLocal]] | + | * [[Lua:wordToByteTable|wordToByteTable]] |
| − | * [[wordToByteTable]] | + | * [[Lua:dwordToByteTable|dwordToByteTable]] |
| − | * [[dwordToByteTable]] | + | * [[Lua:qwordToByteTable|qwordToByteTable]] |
| − | * [[qwordToByteTable]] | + | * [[Lua:floatToByteTable|floatToByteTable]] |
| − | * [[floatToByteTable]] | + | * [[Lua:doubleToByteTable|doubleToByteTable]] |
| − | * [[doubleToByteTable]] | + | * [[Lua:stringToByteTable|stringToByteTable]] |
| − | * [[stringToByteTable]] | + | * [[Lua:wideStringToByteTable|wideStringToByteTable]] |
| − | * [[wideStringToByteTable]] | + | * [[Lua:byteTableToWord|byteTableToWord]] |
| − | * [[byteTableToWord]] | + | * [[Lua:byteTableToDword|byteTableToDword]] |
| − | * [[byteTableToDword]] | + | * [[Lua:byteTableToQword|byteTableToQword]] |
| − | * [[byteTableToQword]] | + | * [[Lua:byteTableToFloat|byteTableToFloat]] |
| − | * [[byteTableToFloat]] | + | * [[Lua:byteTableToDouble|byteTableToDouble]] |
| − | * [[byteTableToDouble]] | + | * [[Lua:byteTableToString|byteTableToString]] |
| − | * [[byteTableToString]] | + | * [[Lua:byteTableToWideString|byteTableToWideString]] |
| − | * [[byteTableToWideString]] | ||
Latest revision as of 01:19, 25 January 2018
function getPreviousOpcode(Address) : integer
Returns the address of the previous opcode (this is just an estimated guess).
Function Parameters[edit]
| Parameter | Type | Description |
|---|---|---|
| Address | CEAddressString or Integer | The address of the instruction |
See also[edit]
Related Functions[edit]
- 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