def ExitProcess(m, **kargs): m[cpu.eip] = cpu.top(32)
def ExitProcess(m,**kargs): '''fullname: KERNEL32.dll::ExitProcess''' m[cpu.eip] = cpu.top(32)
def _assert_perror_fail(m, **kargs): m[cpu.eip] = cpu.top(32)
def libc_assert_fail(m, **kargs): m[cpu.eip] = cpu.top(32)
def libc_abort(m, **kargs): m[cpu.eip] = cpu.top(32)
def libc_exit(m, **kargs): m[cpu.eip] = cpu.top(32)