Commit Graph

9 Commits

Author SHA1 Message Date
Yatis 8dba715297 Gintracer v0.7.0 - Tracing sessions
@add
* support multiple sessions
* support multiple color schematics (night, day, ...)
* support OS-specific notes information

@update
* add stability
* syscall information
* wrap gint display API
* menus interface
2021-03-08 21:38:09 +01:00
Yatis 19e46a55f0 Gintracer v0.6.4 - Color schematics
@update
* support multiple color schematics (night, day, ...).
* wrappe gint display API.
* disasm: [VARS] will skip the callgraph generation until the next breakpoint is reached.
* add some notes information
* add some syscall information

@fix
* tabulation and space display
2021-03-08 13:54:10 +01:00
Yatis b4d3db625e Gintracer: v0.6.3 - Graphgraph export.
@update
* callgraph: add "export <filename>", to export callgraph information to the SMEM.
* input: input_display(): add meta information (cursor mode)
* input: input_read(): allow user to add prefix text.
* input: add input_write_noint(): display and doesn't wait user interaction.
2021-03-01 09:02:43 +01:00
Yatis 58a7717640 Gintracer: v0.6.1 - add stability
@fix
* callgrah: fix bitmap transmission.
* disasm: fix commands arguments error.
* input: remove timer which cause concurrency error that could freeze the calculator.

@update
* disasm: you can press [(-)] to move the cursor directely into the current location
* disasm: remove useless information.
* move <src/menu/disassmbler/dictionary> into <src/menu/internal/dictionary>
* add some syscalls information
2021-02-28 09:22:35 +01:00
Yatis ef8e11d116 Gintracer: v0.5.0 - Add Callgraph menu and stability
@add
* callgraph: add menu
* callgraph: Generate the callgraph even if a breakpoint has been placed after a subroutine.

@fix
* disable the UBC when we are in the "user" handler (more stability)
* the key [EXE] has been mapped by the GUI and exit the handler when pressed.
2021-02-26 19:19:37 +01:00
Yatis bfbb425bc0 Gintracer: v0.4.0 - Add Hexdump menu
@add
* hexdump menu
* move display information into <gintrace/gui/display.h>
2021-02-24 19:07:14 +01:00
Yatis e4498dea81 Gintracer: v0.3.0 - Add Context menu
@add
* context menu
2021-02-24 15:45:05 +01:00
Yatis d69e0de92f Gintracer: v0.2.0 - Update disasembler menu
@add
* Improve performance on the disasm menu
* fix centering error on the disasm menu
2021-02-24 11:46:05 +01:00
Yatis 01c9805e00 Add UBC driver + GUI pseudo-interface + disassembler menu (initial commit) 2021-02-18 17:22:15 +01:00