summaryrefslogtreecommitdiff
path: root/src/analysis/binary.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-09-18 20:12:26 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-09-18 20:12:26 (GMT)
commitaa3cb06f056ccf1a0467eaff8aa4b40701902f5e (patch)
treedde8cdc10459f932235ee8709dda3ae6b164c752 /src/analysis/binary.h
parent175e8193759e01b45b1f6d2d7970e2993ec8c364 (diff)
Removed the old way to load binaries.
Diffstat (limited to 'src/analysis/binary.h')
-rw-r--r--src/analysis/binary.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/analysis/binary.h b/src/analysis/binary.h
index 648da10..7c2c760 100644
--- a/src/analysis/binary.h
+++ b/src/analysis/binary.h
@@ -153,9 +153,6 @@ bool _g_loaded_binary_remove_from_collection(GLoadedBinary *, DBFeatures, GDbIte
/* Fournit le format de fichier reconnu dans le contenu binaire. */
-bool g_loaded_binary_attach_debug_info(GLoadedBinary *, GBinContent *);
-
-/* Fournit le format de fichier reconnu dans le contenu binaire. */
GExeFormat *g_loaded_binary_get_format(const GLoadedBinary *);
/* Fournit le processeur de l'architecture liƩe au binaire. */