Commit Graph

4 Commits

Author SHA1 Message Date
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 1890fd39cf Gintracer: v0.6.0 - Add Command management
@add
* gui:       add input "widget"
* lexer:     add small lexer to generate a table of word (argc, argv)
* callgraph: add "jmp <address>" command which jump into <address>
* callgraph: add "syscall <id>" command which display the syscall's address
* hexdump:   add "jmp <address>" command which jump into <address>
2021-02-27 11:12:10 +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 01c9805e00 Add UBC driver + GUI pseudo-interface + disassembler menu (initial commit) 2021-02-18 17:22:15 +01:00