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

It occur Access Violation (that access Memory address 0x0) #25

Open kismp123 opened 6 years ago

kismp123 commented 6 years ago

Hi.

I want to check debug that ready. So I run time.sleep(1) loop. as you know title, it occur access violation :(

python script here.

while BaseFromName("kernel32.dll") == 0:
    time.sleep(1)

access violation1 access violation2

is there any function for waiting debugger?