Fermion
Fermion copied to clipboard
Fermion, an electron wrapper for Frida & Monaco.
Thanks for your hard work.Feedback some bugs or suggestions here: * The log format is confused when using 'send' keyword with 'hexdump' like 'send(hexdump(addr, {length: 200, ansi:true}))'. * 'Process List':...
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...
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...
Bumps [electron](https://github.com/electron/electron) from 21.0.0 to 22.3.25. Release notes Sourced from electron's releases. electron v22.3.25 Release Notes for v22.3.25 Other Changes Security: backported fix for CVE-2023-5217. #40026 electron v22.3.24 Release Notes...
# Enhanced Output Panel for Fermion: UI/UX Improvements This PR introduces a comprehensive set of improvements to Fermion's output panel, focusing on usability, flexibility, and searchability. The enhancements make the...
Added search box to quickly find processes by name or by PID. Search by name screenshot:  Search by PID screenshot: 