diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-07-08 10:14:12 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-07-08 10:14:12 (GMT) |
commit | 9b018cede5af54594c0a20847239233153b04ce1 (patch) | |
tree | 0492a9d831b682bab10dd113d7bb01e0b2700638 /ChangeLog | |
parent | 1194c79f2b7ccca24d9f89090722ed1157cbc5e1 (diff) |
Scrolled to the main address at startup without using a nested function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +17-07-08 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/project.c: + Scroll to the main address at startup without using a nested function. + + * src/format/elf/elf.c: + * src/format/executable-int.h: + * src/format/executable.c: + * src/format/executable.h: + Provide the main address of a given file format. + 17-07-07 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gbinportion.c: |