x64dbg / x64dbgpy

Automating x64dbg using Python, Snapshots:
https://ci.appveyor.com/project/mrexodia/x64dbg-python/build/artifacts
MIT License
1.47k stars 70 forks source link

[PyAPI]: Fixed imports (ctypes) #51

Closed jackreez closed 4 years ago

jackreez commented 4 years ago

Added missing import 'ctypes' in gui.py

mrexodia commented 4 years ago

Thanks!