Example #1
0
def ExitProcess(m, **kargs):
    m[cpu.eip] = cpu.top(32)
Example #2
0
def ExitProcess(m,**kargs):
    '''fullname: KERNEL32.dll::ExitProcess'''
    m[cpu.eip] = cpu.top(32)
Example #3
0
File: x86.py Project: sthagen/amoco
def _assert_perror_fail(m, **kargs):
    m[cpu.eip] = cpu.top(32)
Example #4
0
File: x86.py Project: sthagen/amoco
def libc_assert_fail(m, **kargs):
    m[cpu.eip] = cpu.top(32)
Example #5
0
File: x86.py Project: sthagen/amoco
def libc_abort(m, **kargs):
    m[cpu.eip] = cpu.top(32)
Example #6
0
File: x86.py Project: sthagen/amoco
def libc_exit(m, **kargs):
    m[cpu.eip] = cpu.top(32)