-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All these issues were found when I tried this plugin manager #2
Comments
Thanks a lot for the testing! I'll take a look! |
The EasyLabelView plugin crashes x64dbg during startup.
Well consider removing EasyLabelView from the plug in database or flag it at least with [Crash] or [Unstable] |
Thanks a lot for the testing! I removed this plugin x64dbg/PluginManager@8a74a76 |
Using Windows 7 Pro x64 under Vmware Workstation 15.5, I came up with the following issues:
First: This tool is restoring its own outdated x64dbg files each time.
Second: These plugins are not stable:
Name: ChaiScript
Version: 0.02
Date: 2020-01-04
Author: jdavidberger
Bugreport: https://github.com/jdavidberger/chaiScriptPlugin/issues
Info: Plugin which enables chai scripts to run inside of x64dbg.
Size: 4204792
Compressed size: 1039486
Is32: true
Is64: true
is causing x64dbg to crash on load.
Name: xLCB
Version: 1.0
Date: 2020-01-04
Author: ThunderCls
Bugreport: https://github.com/ThunderCls/xLCB/issues
Info: Plugin that mimics the function of the original LCB plugin for OllyDbg by scherzo.
Size: 75315
Compressed size: 65390
Is32: true
Is64: false
is missing the "MSVCR120D.dll" file, and this is a bad practice when distributing the debug build (a new release build should be distributed instead).
Name: ClawSearch
Version: 2017-10-24
Date: 2020-01-04
Author: Codecat
Bugreport: https://github.com/codecat/ClawSearch/issues
Info: A memory scanner plugin for x64dbg, inspired by Cheat Engine.
Size: 2801078
Compressed size: 1438854
Is32: true
Is64: true
for x64dbg: is missing the VCRUNTIME140D.dll file, and this is a bad practice too when distributing the debug build (a new release build should be distributed instead).
and x32dbg: crashes when closing the debugger if only the pluging is opened and closed at least once.
Name: EasyLabelView
Version:
Date: 2020-01-04
Author: phiDel
Bugreport: https://github.com/phiDelPark/x64DbgPlugins/issues
Info: Show bookmarks, labels, comments in the stack window.
Size: 153302
Compressed size: 58680
Is32: true
Is64: true
crashes when closing the debugger.
Name: snowman
Version: 1.0
Date: 2020-01-04
Author: x64dbg
Bugreport: https://github.com/x64dbg/snowman/issues
Info: Snowman decompiler plugin.
Size: 4893847
Compressed size: 1533739
Is32: true
Is64: true
for x64dbg: is causing the debugger to crash on load.
and x32dbg: seems to work but not sure about it.
Here is a screenshot of what works:
The text was updated successfully, but these errors were encountered: