summaryrefslogtreecommitdiff
path: root/src/arch/processor-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-08-06 17:43:08 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-08-06 17:43:08 (GMT)
commitf1d0462ab0f41ace04d8db02dd8ae3ee37f41a58 (patch)
treee3d9cf75f0adf14f73ca8f62e81fececd60e744e /src/arch/processor-int.h
parente59544bb61b0043d82946918ece144cae2749d53 (diff)
Allowed to add or remove instructions once a binary analysis is over.
Diffstat (limited to 'src/arch/processor-int.h')
-rw-r--r--src/arch/processor-int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/processor-int.h b/src/arch/processor-int.h
index 153f9ae..ac8dbf8 100644
--- a/src/arch/processor-int.h
+++ b/src/arch/processor-int.h
@@ -105,6 +105,10 @@ struct _GArchProcessorClass
disass_instr_fc disassemble; /* Traduction en instructions */
+ /* Signaux */
+
+ void (* changed) (GArchProcessor *, GArchInstruction *, gboolean);
+
};