Heraia
0.1.8
|
Directories | |
directory | include |
Files | |
file | data_interpretor.c [code] |
Here one may find tools to manage the data_interpretor window. | |
file | decode.c [code] |
This file include all functions that may help in decoding a binary stream to something else such as numbers, dates, other binary stream and so on. | |
file | find_replace_window.c [code] |
Windows used to find text and find and replace text in the opened hex documents. | |
file | ghex_heraia_interface.c [code] |
An interface to the ghex library -> this adds an abstract layer. | |
file | goto_dialog.c [code] |
File for the goto dialog window that lets one go everywhere in the file. | |
file | heraia_io.c [code] |
Here I want to see everything that deals with I/O, files, disk and so on. | |
file | heraia_ui.c [code] |
This file has all the functions to manage heraia's ui. | |
file | libheraia.c [code] |
Contains function that may be usefull if we want all this beeing integrated in a python script or something similar. | |
file | log.c [code] |
Includes everything that deals with the logging system. | |
file | main_pref_window.c [code] |
Handles main preference window. | |
file | plugin.c [code] |
This file contains all the stuff that is dedicated to plugins (loading, instanciating, initializing and so on) | |
file | plugin_list.c [code] |
This file manage plugin list window's behavior. | |
file | result_window.c [code] |
Manage results coming from functions such as find, find a data from type, and so on. | |
file | tests.c [code] |
tests (code coverage and bug tracking) | |
file | treatments.c [code] |
file | user_prefs.c [code] |
Users preference may be somewhere around here. | |