diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2012-11-28 09:43:50 (GMT) |
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2012-11-28 09:43:50 (GMT) |
| commit | f95598b68b98f6eda701f8f02bc09cb13f65fc72 (patch) | |
| tree | eefee33963448a1ce53a7eb80dacabbcdce8fc21 /src/arch/archbase.h | |
| parent | fbb4b6f53d2189ba9f61c1fd149534d8aef82dcd (diff) | |
Followed the excution flow to decompile instructions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@293 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/archbase.h')
| -rw-r--r-- | src/arch/archbase.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/archbase.h b/src/arch/archbase.h index 0886e26..b21d52c 100644 --- a/src/arch/archbase.h +++ b/src/arch/archbase.h @@ -80,6 +80,9 @@ typedef enum _AsmSyntax +/* Etablit la comparaison entre deux adresses. */ +int compare_vmpa(const vmpa_t *, const vmpa_t *); + /* Transforme une adresse en chaîne de caractères. */ size_t vmpa_to_string(vmpa_t, MemoryDataSize, char [VMPA_MAX_SIZE]); |
