Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. 00 ntdll!NtWaitForSingleObject
  2. 01 KERNELBASE!WaitForSingleObjectEx
  3. 02 unicorn!qemu_thread_join
  4. 03 unicorn!pause_all_vcpus_x86_64
  5. 04 unicorn!uc_emu_start
  6. 05 _ctypes!ffi_call_AMD64
  7. 06 _ctypes!ffi_call
  8. 07 _ctypes!_call_function_pointer
  9. 08 _ctypes!_ctypes_callproc
  10. 09 _ctypes!PyCFuncPtr_call
  11. 0a python27!PyObject_Call
  12. 0b python27!do_call
  13. 0c python27!call_function
  14. 0d python27!PyEval_EvalFrameEx
  15. 0e python27!PyEval_EvalCodeEx
  16. 0f python27!fast_function
  17. 10 python27!call_function
  18. 11 python27!PyEval_EvalFrameEx
  19. 12 python27!PyEval_EvalCodeEx
  20. 13 python27!PyEval_EvalCode
  21. 14 python27!run_mod
  22. 15 python27!PyRun_FileExFlags
  23. 16 python27!PyRun_File
  24. 17 pykd!py
  25. 18 dbgeng!ExtensionInfo::CallA
  26. 19 dbgeng!ExtensionInfo::Call
  27. 1a dbgeng!ExtensionInfo::CallAny
  28. 1b dbgeng!ParseBangCmd
  29. 1c dbgeng!ProcessCommands
  30. 1d dbgeng!ProcessCommandsAndCatch
  31. 1e dbgeng!Execute
  32. 1f dbgeng!DebugClient::ExecuteWide
  33. 20 windbg!ProcessCommand
  34. 21 windbg!ProcessEngineCommands
  35. 22 windbg!EngineLoop
  36. 23 KERNEL32!BaseThreadInitThunk
  37. 24 ntdll!RtlUserThreadStart
  38.  
  39.  
  40.  
  41. 00 msvcrt!_except_validate_jump_buffer <--- crash
  42. 01 msvcrt!longjmp
  43. 02 unicorn!cpu_loop_exit_x86_64
  44. 03 unicorn!helper_rdmsr
  45. 04 unicorn!helper_hlt
  46. 05 unicorn!have_bmi1_x86_64
  47. 06 0x0
  48.  
  49. It maybe not pykd bug. Why unicorn.dll uses standard msvcrt.dll ? Python on Windows always has a problem with msvcrt.dll. If you build unicorn.dll with Visual Studio, try to use msvcrt from vcredst.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement