GleeBug icon indicating copy to clipboard operation
GleeBug copied to clipboard

Debugging Framework for Windows.

Results 48 GleeBug issues
Sort by recently updated
recently updated
newest added

Can't setting memory breakpoint when using Gleebug engine, while work fine in Titian engine. ![图片](https://user-images.githubusercontent.com/73123222/97987333-0e1fa200-1e16-11eb-9673-de659d7f97f2.png) System: Windows 7 x64 on Vmware Workstation 15

bug

Hello! I started to use new version with GleeBug engine. Version is "Oct 2 2020" To reproduce the bug: - set any hardware break point on a memory - delete...

This change makes the bpgoto (change EIP to a new location every time the breakpoint is hit) and the NOP breakpoint (breakpoint on the 0x90 NOP instruction) thread-safe. It restores...

When I try to load an exe, it says that file not found. When I try to load a dll, it crashes. Let me know if that's just me, I'll...

- Debugger: Oct 2 2020 (GleeBug) - OS: Windows 10 Pro 1903 18362.329 The debugger application locks up after a period of time. This does not appear to be dependent...

Hi Duncan :) So I updated x64dbg and accepted the offer to try out the new engine, GleeBug. I've used it for several hours with no apparent issues, until, at...

bug

https://github.com/x64dbg/GleeBug/blob/cd01d22686028a1d23735a24771aac533390f1e2/GleeBug/Debugger.Thread.cpp#L42-L56 I run a test with following code, `taget` always return `nullptr`. So I can't use this to check if two `std::function` are equal. ```C++ #include #include typedef std::function StepCallback;...

bug

Here's a gif demonstrating the bug. Another limitation is that a new breakpoint can't be set at that location until you step out of it. ![chOeT6bGlY](https://user-images.githubusercontent.com/4129781/95650872-1fafab80-0aef-11eb-9416-81563b095364.gif)

bug