Commit graph

9 commits

Author SHA1 Message Date
Rob1103
bac05d60b8 added patch files argument 2023-05-02 13:09:56 +02:00
Rob1103
a4ee7e7526 code reorganisation 2023-03-15 11:29:53 +01:00
Rob1103
53aeeba760 added config files argument 2023-01-02 15:58:29 +01:00
Rob1103
816d1958ad extractertool first improvement 2022-12-08 15:21:25 +01:00
Gaulthier Gain
4039686867 Main update 2022-09-09 11:43:03 +02:00
Gaulthier Gain
4425c80017 Improve the static analyser part
Signed-off-by: Gaulthier Gain <gaulthier.gain@uliege.be>
2021-05-18 10:47:01 +02:00
Gaulthier Gain
14ccfb0426 Review syscalls list and minor fixes
Signed-off-by: Gaulthier Gain <gaulthier.gain@uliege.be>
2021-02-03 20:08:38 +01:00
Gaulthier Gain
f25637cdb7 Add binary analyser code to the toolchain
This commit adds the binary analyser code to the toolchain. This
binary analyser adds various features such as gathering ELF
information (e.g., functions, symbols, ...), micro-libs inspection,
ELF comparison, ELF pages division, ... Note that it was developped
with Unikraft structure in mind.

The binary analyser can be used as an external tool with the
'--binary' argument. A specific json file should be provided which
contains specific fields (see 'bin_analysis_example.json'). Please,
see the wiki for further information.

Signed-off-by: Gaulthier Gain <gaulthier.gain@uliege.be>
2021-01-30 12:37:27 +01:00
Gaulthier Gain
3167eb4b05 Add base code 2020-09-16 09:14:26 +02:00