TheCrazyT / x64dbg-plugin-quickaccess

Plugin for https://github.com/x64dbg/x64dbg
29 stars 11 forks source link

Version 1.4.87 cause x64dbg crash on start #8

Closed jindili closed 1 year ago

jindili commented 1 year ago

x64dbg version: snapshot_2022-12-12_15-45.zip (latest version from github release)

I try quickaccess.dp64 with all other plugins removed.

version 1.4.82 work fine.

TheCrazyT commented 1 year ago

you are right, it seems to crash at: https://github.com/TheCrazyT/x64dbg-plugin-quickaccess/blob/3d0c3e1f7482be96976f16829feef2e21a844efa/pluginmain.cpp#L98 Maybe some libs inside pluginsdkare outdated. I will try to figure it out ...

TheCrazyT commented 1 year ago

hm, a reason for this is a returned null-pointer at: https://github.com/TheCrazyT/x64dbg-plugin-quickaccess/blob/3d0c3e1f7482be96976f16829feef2e21a844efa/pluginmain.cpp#L97

Wonder why it suddenly can't get an active window.

jindili commented 1 year ago

Just build with appveyor and successfully get a new release of quickaccess.dp64 but still it cause x64dbg to crash on start.

TheCrazyT commented 1 year ago

yes, I already noticed that the libs aren't the problem. Sadly I do not know yet, what else could cause that behaviour.

TheCrazyT commented 1 year ago

@mrexodia do you have any idea?

jindili commented 1 year ago

Here is the screenshot of minidump file of the crash open in windbg preview image

TheCrazyT commented 1 year ago

@jindili try with newest release of the plugin, it should work now.

mrexodia commented 1 year ago

Glad it was fixed. Not sure if I introduced this issue, but maybe the order of operations at load time was changed?

jindili commented 1 year ago

It works! Like the new fuzzy search.