diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-06-14 21:04:54 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-06-14 21:04:54 (GMT) |
commit | 1399ca35405f64fe5be71c8aa4723c759873b992 (patch) | |
tree | 006c7d2ace62eb7c02b956d85138ae1e36078f02 /ChangeLog | |
parent | ae0135d727fdc67a268ede1530042a42a2a1ccd3 (diff) |
Stored the size of the routines (x86 only).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@77 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 09-06-14 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/prototype.c: + * src/analysis/prototype.h: + * src/format/elf/e_elf.c: + * src/format/elf/elf-int.h: + * src/format/elf/symbol.c: + Store the size of the routines (x86 only). + +09-06-14 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/binary.c: Update the call to g_rendering_line_find_by_(offset|address). |