From 2bd29e620843140bf018c2d6d858b34ac93ca3ea Mon Sep 17 00:00:00 2001 From: grayTerminal-sh Date: Mon, 13 Jul 2026 13:57:25 +0200 Subject: [PATCH] arbo --- .gitignore | 17 +- 00_BaseDeDonnees/Enquete.sqlite | Bin 151552 -> 0 bytes 01_Preuves_Originales/Captures_Ecran/.gitkeep | 0 01_Preuves_Originales/Conversations/.gitkeep | 0 01_Preuves_Originales/Documents/.gitkeep | 0 01_Preuves_Originales/Emails/.gitkeep | 0 01_Preuves_Originales/Photos/.gitkeep | 0 01_Preuves_Originales/Videos/.gitkeep | 0 02_Preuves_traitees/Annotations/.gitkeep | 0 02_Preuves_traitees/Extractions/.gitkeep | 0 02_Preuves_traitees/OCR/.gitkeep | 0 02_Preuves_traitees/Redactions/.gitkeep | 0 03_Chronologie/Chronologie.csv | 0 03_Chronologie/Chronologie.md | 0 05_Recherches_Osint/Divers/.gitkeep | 0 05_Recherches_Osint/Domaines/.gitkeep | 0 05_Recherches_Osint/Emails/.gitkeep | 0 05_Recherches_Osint/Google/.gitkeep | 0 05_Recherches_Osint/IBAN/.gitkeep | 0 05_Recherches_Osint/Recherche_Image/.gitkeep | 0 05_Recherches_Osint/Reseaux_Sociaux/.gitkeep | 0 06_Hypotheses/A_Verifier.md | 0 06_Hypotheses/Hypotheses.md | 0 07_Rapports/Rapport.md | 0 08_Export_gendarmerie/Rapport_final.pdf | 0 08_Export_gendarmerie/index.pdf | 0 09_Hash/SHA256.txt | 0 09_Hash/Verification.md | 0 CHANGELOG.md | 14 -- LICENSE | 21 --- labfy-investigation/Makefile => Makefile | 0 README.md | 170 ------------------ .../compile_flags.txt => compile_flags.txt | 0 .../database => database}/init.sql | 0 .../database => database}/schema.sql | 0 .../docs => docs}/ARCHITECTURE.md | 0 {labfy-investigation/docs => docs}/BACKLOG.md | 0 .../docs => docs}/DEVELOPMENT.md | 0 {labfy-investigation/docs => docs}/ROADMAP.md | 0 .../tickets/closed/TICKET-001.md | 0 .../tickets/closed/TICKET-002.md | 0 .../tickets/closed/TICKET-003.md | 0 .../tickets/closed/TICKET-004.md | 0 .../tickets/closed/TICKET-005.md | 0 .../tickets/closed/TICKET-006.md | 0 .../tickets/closed/TICKET-007.md | 0 .../tickets/closed/TICKET-008.md | 0 .../tickets/closed/TICKET-009.5.md | 0 .../tickets/closed/TICKET-009.md | 0 .../include => include}/core/application.h | 0 .../include => include}/core/investigation.h | 0 .../core/investigation_node.h | 0 .../core/investigation_tree_model.h | 0 .../include => include}/views/folder_dialog.h | 0 .../include => include}/views/main_window.h | 0 .../include => include}/widgets/sidebar.h | 0 .../include => include}/widgets/workspace.h | 0 ...labfy-investigation => labfy-investigation | Bin labfy-investigation/.gitignore | 11 -- .../src => src}/core/application.c | 0 .../src => src}/core/investigation.c | 0 .../src => src}/core/investigation_node.c | 0 .../core/investigation_tree_model.c | 0 {labfy-investigation/src => src}/main.c | 0 .../src => src}/views/folder_dialog.c | 0 .../src => src}/views/main_window.c | 0 .../src => src}/widgets/sidebar.c | 0 .../src => src}/widgets/workspace.c | 0 .../tests => tests}/test_investigation_node | Bin .../tests => tests}/test_investigation_node.c | 0 .../test_investigation_tree_model | Bin .../test_investigation_tree_model.c | 0 72 files changed, 6 insertions(+), 227 deletions(-) delete mode 100644 00_BaseDeDonnees/Enquete.sqlite delete mode 100644 01_Preuves_Originales/Captures_Ecran/.gitkeep delete mode 100644 01_Preuves_Originales/Conversations/.gitkeep delete mode 100644 01_Preuves_Originales/Documents/.gitkeep delete mode 100644 01_Preuves_Originales/Emails/.gitkeep delete mode 100644 01_Preuves_Originales/Photos/.gitkeep delete mode 100644 01_Preuves_Originales/Videos/.gitkeep delete mode 100644 02_Preuves_traitees/Annotations/.gitkeep delete mode 100644 02_Preuves_traitees/Extractions/.gitkeep delete mode 100644 02_Preuves_traitees/OCR/.gitkeep delete mode 100644 02_Preuves_traitees/Redactions/.gitkeep delete mode 100644 03_Chronologie/Chronologie.csv delete mode 100644 03_Chronologie/Chronologie.md delete mode 100644 05_Recherches_Osint/Divers/.gitkeep delete mode 100644 05_Recherches_Osint/Domaines/.gitkeep delete mode 100644 05_Recherches_Osint/Emails/.gitkeep delete mode 100644 05_Recherches_Osint/Google/.gitkeep delete mode 100644 05_Recherches_Osint/IBAN/.gitkeep delete mode 100644 05_Recherches_Osint/Recherche_Image/.gitkeep delete mode 100644 05_Recherches_Osint/Reseaux_Sociaux/.gitkeep delete mode 100644 06_Hypotheses/A_Verifier.md delete mode 100644 06_Hypotheses/Hypotheses.md delete mode 100644 07_Rapports/Rapport.md delete mode 100644 08_Export_gendarmerie/Rapport_final.pdf delete mode 100644 08_Export_gendarmerie/index.pdf delete mode 100644 09_Hash/SHA256.txt delete mode 100644 09_Hash/Verification.md delete mode 100644 CHANGELOG.md delete mode 100644 LICENSE rename labfy-investigation/Makefile => Makefile (100%) delete mode 100644 README.md rename labfy-investigation/compile_flags.txt => compile_flags.txt (100%) rename {labfy-investigation/database => database}/init.sql (100%) rename {labfy-investigation/database => database}/schema.sql (100%) rename {labfy-investigation/docs => docs}/ARCHITECTURE.md (100%) rename {labfy-investigation/docs => docs}/BACKLOG.md (100%) rename {labfy-investigation/docs => docs}/DEVELOPMENT.md (100%) rename {labfy-investigation/docs => docs}/ROADMAP.md (100%) rename {labfy-investigation/docs => docs}/tickets/closed/TICKET-001.md (100%) rename {labfy-investigation/docs => docs}/tickets/closed/TICKET-002.md (100%) rename {labfy-investigation/docs => docs}/tickets/closed/TICKET-003.md (100%) rename {labfy-investigation/docs => docs}/tickets/closed/TICKET-004.md (100%) rename {labfy-investigation/docs => docs}/tickets/closed/TICKET-005.md (100%) rename {labfy-investigation/docs => docs}/tickets/closed/TICKET-006.md (100%) rename {labfy-investigation/docs => docs}/tickets/closed/TICKET-007.md (100%) rename {labfy-investigation/docs => docs}/tickets/closed/TICKET-008.md (100%) rename {labfy-investigation/docs => docs}/tickets/closed/TICKET-009.5.md (100%) rename {labfy-investigation/docs => docs}/tickets/closed/TICKET-009.md (100%) rename {labfy-investigation/include => include}/core/application.h (100%) rename {labfy-investigation/include => include}/core/investigation.h (100%) rename {labfy-investigation/include => include}/core/investigation_node.h (100%) rename {labfy-investigation/include => include}/core/investigation_tree_model.h (100%) rename {labfy-investigation/include => include}/views/folder_dialog.h (100%) rename {labfy-investigation/include => include}/views/main_window.h (100%) rename {labfy-investigation/include => include}/widgets/sidebar.h (100%) rename {labfy-investigation/include => include}/widgets/workspace.h (100%) rename labfy-investigation/labfy-investigation => labfy-investigation (100%) delete mode 100644 labfy-investigation/.gitignore rename {labfy-investigation/src => src}/core/application.c (100%) rename {labfy-investigation/src => src}/core/investigation.c (100%) rename {labfy-investigation/src => src}/core/investigation_node.c (100%) rename {labfy-investigation/src => src}/core/investigation_tree_model.c (100%) rename {labfy-investigation/src => src}/main.c (100%) rename {labfy-investigation/src => src}/views/folder_dialog.c (100%) rename {labfy-investigation/src => src}/views/main_window.c (100%) rename {labfy-investigation/src => src}/widgets/sidebar.c (100%) rename {labfy-investigation/src => src}/widgets/workspace.c (100%) rename {labfy-investigation/tests => tests}/test_investigation_node (100%) rename {labfy-investigation/tests => tests}/test_investigation_node.c (100%) rename {labfy-investigation/tests => tests}/test_investigation_tree_model (100%) rename {labfy-investigation/tests => tests}/test_investigation_tree_model.c (100%) diff --git a/.gitignore b/.gitignore index 093d400..3fedcb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,11 @@ # Build +enquete-gui *.o -*.a -*.so -# SQLite -*.sqlite-wal +# SQLite temporaires *.sqlite-shm +*.sqlite-wal -# QtCreator -*.pro.user - -# DB Browser -*.sqbpro - -./labfy-investigation/tests/test_investigation_node +# Neovim / LSP +.cache/ +compile_commands.json diff --git a/00_BaseDeDonnees/Enquete.sqlite b/00_BaseDeDonnees/Enquete.sqlite deleted file mode 100644 index 16dd254276619fc646b8d0ddf98c8a13b3b09e24..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 151552 zcmeI*Z)_W99l&urPVB_7^Rx|~S3;L|IeyLd5Hf z49m*Il)7H2mbBQltND^zG=Klgi~ei~Ab3m)+g z@h9<)___G0cu{8A5I_I{1Q0*~0R#|0009ILKwy6a4hDRYfm|j&ab7P~%Q>T>7JB8C z{~=j4p4BdCrLvYAA!m-Cz4ZSR62tdEgoj9ZBwTp)F)Bza8ctx@90hM3#(9>cy3?i~~3t6fgLqTCDt;j2|Gy@l70cpr z@rd}WtYSj|0R#|0009ILKmY**5J2FL5(tIOzGS>XL6YXU1m(a5HOMaby?ep!^5Q?m1!bXwv1{~dJ-Ggt%=KmY** z5I_I{1Q0*~fjd-y-~V^$#4~IJ5I_I{1Q0*~0R#|00D(J7ASg%c7jJpQhjInL`{F(E zuFS9@fB*srAb8?N|&nPo!&0R#|0009ILKmY**5I_KdmJ+Ci^k?D|0Xt#G|7YTM{C_5H z$Ny*IcKm-PZpZ&;;t8(*x71|P83YhO009ILKmY**5I_I{1olOM_5b_AN}~uMfB*sr zAbGMiD>&0R#|0009ILKmY**5cqfrborv*G@ppY&JRT>+ubE=jN4# z=}h{+hOVvh$gAS~27QJH_)Jab3J8-WER-KNK&CFUbNn1Q0*~0R#|0009IL zKmY**5ZD`mu>2?c4(I0MCnwe7(^c(Yz!w>i*@>LCX6P$LbwvyNtv$xi>r26d$qO&j^@npUiIxBDUyS#V-j)eFLB)sCJ~^V&tjcx#*M!&F zB{8p8wAf?XMb`iC%~a9~0tg_000IagfB*srAbACeeqTCMX|a!ty!g6(ey`-;Q zyLw38`_F7)EO+f{;o8;pRimhdv3wx*SOnSTwy`v2QM zmGl4s1Q0*~0R#|0009ILKmdXL7GVAVehbq+0tg_000IagfB*srAbhhHfE%00IagfB*srAbu-C@Q<49%A%Fk^2q1vKEfP5Ph(DU_ z^Lq5+lJ;!*>4IL-7S(FSsO1;6Vnr5|7ZY~ku8k*BfoNZ!_eys~y;#ufV*4pFl~s~C zC6-H0&M2`#yL2#iZ?J1nUmEPnDUavwm+8uL>)N8T;F4OBkPdh$~nAtew!a>To_QuC-+)DwMflX`ixO3_%W zk7{teq`C52i8Kv8IQ*GufAqn~b|a{$E3)(EpP&5vR3I9OcsKfL-8PHN$6qhzb|c(80# zOL^BPLen{Q^Sioni2HqQm6z*p>9Gg=(bUoH&cys`$tW5HV?~!*j?96}y~hI4qes10 z)@ojkDo0Yd%^Wpbt1Yg|4>^a9c1bI0=I304$2u!qpN-at>bvYJ(`dpiW0h~pZ0$Md zKICT1iGiKoCu+HDQPW8I+-!}CX0&=;{d^iM>X$UNx|lbL%eq?3%kwjp&M9Y=tocnXzZELga((9} zz~JyL`ri~@1_1;RKmY**5I_I{1Q0*~0R(QpfLC^5@b-6u9w2}K0tg_000IagfB*sr zAb`Mr2!y)=o}SLTJUz=j$HE_k9_v0G{Ac)H@lfYo;@iPoaHva&gFQETZtTZv(1k`@&bPs$p zK6Lki%cTH|%eowy=3FGPs;%jcpliAcSdNJSJjcR@rJ~bR?e67^@@vay=2H> zWGnpBUZwGW=~zRn>l|C&X_3hnWcYVcEi5MN#L&i|RztjOtxm9u?Wb-xqFve?>RRKt zDdJkqyN7KqLD0)GpnbQ+Cruc^;p7wk=)&>sqIv7E*xvZ$?Z=Md%MrzSH zAp5;9Cw|3|>~IgrQDY6rDsT>9aHjz^c6ayAZr8?c`qZj12!FE-|g zGuJ;c_dg$KuM4u8Ik?fDu~yogtDO$cMxE(^+s|3m{MK--V~V9SxmbE(W+t|fPCdGy zNR%z!^WxW@dv^PpJ+`{jXWizMChWwgpM269n9ngV>$}D3y_G(+)xhkppr)@6*T90q y$Ch^LkkyD>b6_X#mg76V+ZY}7{QG|n43Y>SfB*srAb