Commit Graph

5 Commits

Author SHA1 Message Date
Yatis bebf5bff28 Gintrace 0.9.0 - Support Gint 2.4.0
@add
<> support gint 2.4.0 (remove custom gint fork dependency)
<> new icon

@update
<> src/menu/callgraph: remove callgraph export
<> src/menu/context: display VBR information
<> src/menu/internal/dictionary/syscall: add some new syscalls' information

@fix
<> Makefile: libc link and fxcg50 header
2021-10-20 18:53:20 +02:00
Yatis d1bea31365 Gintracer v0.8.4 - Fix driver error
@fix
<> USB driver uninstallation (uninstall only when the driver is installed)
2021-03-14 21:33:44 +01:00
Yatis ef933ff508 Gintracer v0.8.1 - World independent
@update
<> Now, the tracer have it own world (a copy of gint world), so this allows the
   tracer to be completely independent vis-à-vis the traced world. The world can
   be analyzed with a menu (not implemented but noted in the TODO)
2021-03-13 17:48:37 +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