summaryrefslogtreecommitdiff
path: root/plugins/elf
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-10-25 19:39:15 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-10-25 19:39:15 (GMT)
commit8a4274cb6a99184ff4d9203c784ffd1e78550002 (patch)
treeff3a3a5091b90e1cb1958924acf5119b115d656e /plugins/elf
parente6180b353a5177238b4e77946ff44505854e12f8 (diff)
Created a cache for Dalvik registers.
Diffstat (limited to 'plugins/elf')
-rw-r--r--plugins/elf/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/elf/core.c b/plugins/elf/core.c
index ebd980e..a12a8a6 100644
--- a/plugins/elf/core.c
+++ b/plugins/elf/core.c
@@ -41,7 +41,6 @@ DEFINE_CHRYSALIDE_PLUGIN("elf", "Add suport for the ELF format", "0.1.0",
/******************************************************************************
* *
* Paramètres : plugin = greffon à manipuler. *
-* ref = espace de référencement global. *
* *
* Description : Prend acte du chargement du greffon. *
* *