Results 11 issues of b33f

Roadmap of changes slated for `v2.0.0` - [x] Code clutter clean-up caused by `v1.8` development (Resolved `v1.9.0`) - [ ] Replace all instances of `ipcMain`/`ipcRenderer` with `BroadcastChannel` - [x] Migrate...

enhancement
QOL

There should be feedback on `success` or `failure` for some actions like selecting a socket listener or injecting/detaching a proc. In some rare cases something doesn't work and you can...

enhancement

Setting a local admin supersedes any other policies which may apply. Because of this, users will show as being removed from the local admin group. Need to find a solution...

bug
enhancement

This behaviour was observed on Windows, I have not tested this on other supported platforms. There are two issues here. **(1) DebugSymbol.fromAddress: Incorrect symbol address resolution** If you call fromAddress...

I noticed that when debugging it would incorrectly disassemble sometimes when I would hit a breakpoint. I think this generally need some improvement still. Especially if you are debugging a...

I had some issues while testing where I did things like set and clear breakpoints in the console and continue execution with "g" (force of habit). It actually bricked my...

There should be a mechanism to highlight where the control-flow will go based on state received from the debugger. You know you can highlight the line in the graph or...

The debugger should propagate variables in the decompiler, I guess this is a work in progress but worth to track in an issue here. ![image](https://github.com/Vector35/debugger/assets/10997340/940d3357-d67d-49ac-96c7-8554359caa2a)

For me the `WinDbg` integration is not working. I tried this on the mainline version and in dev as well. I tired also to `Reinstall DbgEng Redistributable` which didn't make...

DbgEng