Gdbfrontend

Latest version: v0.11.3

Safety actively analyzes 666166 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 11

0.1.4beta

Changelogs
* Added authentication for sharing debug session. (as HTTP Basic Auth) 15
You can set username and password with `--credentials=USER:PASS` option.
* Implemented a new WebSocket debug server.
* FileBrowser items sorted alphabetically. 12
* Added red theme.
![gdbfrontend_red](https://user-images.githubusercontent.com/1125150/95681700-12c3b280-0bea-11eb-8231-9c961863bd8a.png)
* Minor improvements.

0.1.3beta

Changelogs
* Plugin and theme loading bug fixes.
* Theme plugins (like "theme_light") dont get loaded automatically. So you can switch between themes with commands in GDB shell: `gf-theme light`, `gf-theme default`.
* GDBFrontendLive compatibility for new features.

0.1.2beta

Changelogs
* Base class members have been visible in VariablesExplorer. 11
* Improved theming in plugin system. 10
* Added light theme. 10
![gdbfrontend-theme-light-2](https://user-images.githubusercontent.com/1125150/94949447-99410b80-04e9-11eb-91ff-002bed9884bf.png)
* Added GDB shell commands for GDBFrontend.
* Minor improvements and bugfixes.

Notes
* GDB shell commands start with `gf-`.
* You can switch between themes like `gf-theme light` or `gf-theme default`.
* You can read [Plugin Development Tutorial](https://github.com/rohanrhu/gdb-frontend/wiki/Plugin-Development-Tutorial) and see [Light Theme](https://github.com/rohanrhu/gdb-frontend/tree/master/plugins/theme_light) for understanding theme development.

0.1.1beta

Changelogs
* Added debugging without debug symbols support.
* Added breakpoint support to disassembly.
* Added disassembly tab/view in addition to disassembly section on right side.
* Colorized instruction mnemonics and addresses.
* Improved exception messages.

Notes
* When symbol table is not available, GDBFrontend is iterating instructions to `ret`/`retq` with a max limit: hardcoded `1000`. (This will be a setting in future versions.) Else, you will see disassembly from GDB disassembly selected frame behaviour.
* If your application is using symbol table, it will disassemble code from address of function of selected frame.
* "Disassemble everything" for PIEs is a TODO. It will disassembly executable/dynamic-linked objects and use PIE mappings.

0.1.0beta

Changelogs
* Added --plugins-dir option.
* Added --workdir option.
* Added random ports option.

0.0.19alpha

Changelog
* Added open additional source files feature.
* Added source editing feature.

Page 8 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.