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

- thread-safety - `mIsDebugging` determines if the context is read directly or lazily

priority

write a loader to support DLL debugging directly

feature
priority

memory breakpoints with a variable size window allowing for accesses in the page to be narrowed down to specific addresses (as an alternative for hardware breakpoints)

feature
priority

FPU, MMX, SSE, AVX registers with FPU flags and everything.

feature
priority

GleeBug should have support for remote usage.

feature

x64dbg/x64dbg#161

feature

https://github.com/x64dbg/x64dbg/issues/227

feature

http://www.ragestorm.net/blogs/?p=45

enhancement

[CreateFileMapping](https://msdn.microsoft.com/en-us/library/windows/desktop/aa366537%28v=vs.85%29.aspx) and [MapViewOfFile](https://msdn.microsoft.com/en-us/library/windows/desktop/aa366761%28v=vs.85%29.aspx)

feature

stuff like single step detection should be mitigated as well as specific anti-debug tricks (will comment here later)

feature