BinNavi.API.reil.ReilInstruction Member List

This is the complete list of members for BinNavi.API.reil.ReilInstruction, including all inherited members.
createAdd(final Address address, final ReilOperand firstOperand, final ReilOperand secondOperand, final ReilOperand thirdOperand)BinNavi.API.reil.ReilInstruction [static]
createAnd(final Address address, final ReilOperand firstOperand, final ReilOperand secondOperand, final ReilOperand thirdOperand)BinNavi.API.reil.ReilInstruction [static]
createBisz(final Address address, final ReilOperand inputValue, final ReilOperand outputValue)BinNavi.API.reil.ReilInstruction [static]
createBsh(final Address address, final ReilOperand firstOperand, final ReilOperand secondOperand, final ReilOperand thirdOperand)BinNavi.API.reil.ReilInstruction [static]
createDiv(final Address address, final ReilOperand firstOperand, final ReilOperand secondOperand, final ReilOperand thirdOperand)BinNavi.API.reil.ReilInstruction [static]
createJcc(final Address address, final ReilOperand jumpCondition, final ReilOperand jumpTarget)BinNavi.API.reil.ReilInstruction [static]
createLdm(final Address address, final ReilOperand loadSource, final ReilOperand loadTarget)BinNavi.API.reil.ReilInstruction [static]
createMod(final Address address, final ReilOperand firstOperand, final ReilOperand secondOperand, final ReilOperand thirdOperand)BinNavi.API.reil.ReilInstruction [static]
createMul(final Address address, final ReilOperand firstOperand, final ReilOperand secondOperand, final ReilOperand thirdOperand)BinNavi.API.reil.ReilInstruction [static]
createNop(final Address address)BinNavi.API.reil.ReilInstruction [static]
createOr(final Address address, final ReilOperand firstOperand, final ReilOperand secondOperand, final ReilOperand thirdOperand)BinNavi.API.reil.ReilInstruction [static]
createStm(final Address address, final ReilOperand storeValue, final ReilOperand storeTarget)BinNavi.API.reil.ReilInstruction [static]
createStr(final Address address, final ReilOperand storeValue, final ReilOperand storeTarget)BinNavi.API.reil.ReilInstruction [static]
createSub(final Address address, final ReilOperand firstOperand, final ReilOperand secondOperand, final ReilOperand thirdOperand)BinNavi.API.reil.ReilInstruction [static]
createUndef(final Address address)BinNavi.API.reil.ReilInstruction [static]
createUnknown(final Address address)BinNavi.API.reil.ReilInstruction [static]
createXor(final Address address, final ReilOperand firstOperand, final ReilOperand secondOperand, final ReilOperand thirdOperand)BinNavi.API.reil.ReilInstruction [static]
getAddress()BinNavi.API.reil.ReilInstruction
getFirstOperand()BinNavi.API.reil.ReilInstruction
getMetaData()BinNavi.API.reil.ReilInstruction
getMnemonic()BinNavi.API.reil.ReilInstruction
getSecondOperand()BinNavi.API.reil.ReilInstruction
getThirdOperand()BinNavi.API.reil.ReilInstruction
ReilInstruction(final Address address, final String mnemonic, final ReilOperand firstOperand, final ReilOperand secondOperand, final ReilOperand thirdOperand)BinNavi.API.reil.ReilInstruction
setMetaData(final String key, final String value)BinNavi.API.reil.ReilInstruction
toString()BinNavi.API.reil.ReilInstruction