Header menu logo B2R2

ROPHandle Module

Functions and values

Function or value Description

addOffset regMap off

Full Usage: addOffset regMap off

Parameters:
    regMap : Map<'a, ^b>
    off : ^c

Returns: Map<'a, 'd>
Modifiers: inline
Type parameters: 'a, ^b, ^c, 'd
regMap : Map<'a, ^b>
off : ^c
Returns: Map<'a, 'd>

execShell rop

Full Usage: execShell rop

Parameters:
Returns: ROPValue array option
rop : ROPHandle
Returns: ROPValue array option

findShellCode rop

Full Usage: findShellCode rop

Parameters:
Returns: ROPValue[] option
rop : ROPHandle
Returns: ROPValue[] option

funCall rop func args

Full Usage: funCall rop func args

Parameters:
Returns: ROPValue array option
rop : ROPHandle
func : ROPExpr
args : ROPExpr array
Returns: ROPValue array option

getFileInfo rop

Full Usage: getFileInfo rop

Parameters:
Returns: IBinFile
Modifiers: inline
rop : ROPHandle
Returns: IBinFile

getKeys map

Full Usage: getKeys map

Parameters:
    map : Map<'a, 'b>

Returns: Set<'a>
Modifiers: inline
Type parameters: 'a, 'b
map : Map<'a, 'b>
Returns: Set<'a>

indirectStackPivot rop setterMap esp

Full Usage: indirectStackPivot rop setterMap esp

Parameters:
Returns: ROPValue array option
rop : ROPHandle
setterMap : Map<Set<string>, (Gadget * (int * Map<string, int>)) list>
esp : ROPExpr
Returns: ROPValue array option

init binHdl binBase

Full Usage: init binHdl binBase

Parameters:
Returns: ROPHandle
binHdl : BinHandle
binBase : Addr
Returns: ROPHandle

mergeMap m1 m2

Full Usage: mergeMap m1 m2

Parameters:
    m1 : Map<'a, 'b>
    m2 : Map<'a, 'b>

Returns: Map<'a, 'b>
Modifiers: inline
Type parameters: 'a, 'b
m1 : Map<'a, 'b>
m2 : Map<'a, 'b>
Returns: Map<'a, 'b>

stackPivot rop esp

Full Usage: stackPivot rop esp

Parameters:
Returns: ROPValue array option
rop : ROPHandle
esp : ROPExpr
Returns: ROPValue array option

sysExecve rop fname args env

Full Usage: sysExecve rop fname args env

Parameters:
Returns: ROPValue array option
rop : ROPHandle
fname : ROPExpr
args : ROPExpr
env : ROPExpr
Returns: ROPValue array option

sysOpen rop fname opt

Full Usage: sysOpen rop fname opt

Parameters:
Returns: ROPValue array option
rop : ROPHandle
fname : ROPExpr
opt : ROPExpr
Returns: ROPValue array option

sysRead rop fd buf size

Full Usage: sysRead rop fd buf size

Parameters:
Returns: ROPValue array option
rop : ROPHandle
fd : ROPExpr
buf : ROPExpr
size : ROPExpr
Returns: ROPValue array option

sysWrite rop fd buf size

Full Usage: sysWrite rop fd buf size

Parameters:
Returns: ROPValue array option
rop : ROPHandle
fd : ROPExpr
buf : ROPExpr
size : ROPExpr
Returns: ROPValue array option

tryFindPlt rop name

Full Usage: tryFindPlt rop name

Parameters:
Returns: LinkageTableEntry option
Modifiers: inline
rop : ROPHandle
name : string
Returns: LinkageTableEntry option

write32s rop addr values

Full Usage: write32s rop addr values

Parameters:
Returns: ROPValue array option
rop : ROPHandle
addr : ROPExpr
values : ROPExpr array
Returns: ROPValue array option

Type something to start searching.