Commit Graph

25 Commits

Author SHA1 Message Date
96ff511844 Mention function offsets when meaningful 2012-04-06 21:53:22 +00:00
389f82aef4 Major re-design to facilitate code re-use from the library 2011-11-27 21:02:46 +00:00
c9fe4919cb Let ARM default to little-endian 2011-10-18 19:08:08 +00:00
aa865b0703 Tracking some function calls 2011-09-07 23:07:55 +00:00
40805047c4 Fixed a potential crash (undefined variables) 2011-09-06 16:43:00 +00:00
fd9046bbd4 Disassembling either every section or only executable code 2011-09-05 21:30:33 +00:00
0f27fe745e Added the option to deassemble only executable code 2011-09-05 21:24:42 +00:00
a8dc013144 Also fixed the base address for 32-bits executables 2011-09-03 20:19:13 +00:00
945dfe6232 The offset calculation belongs to the format plug-in itself 2011-08-31 16:16:15 +00:00
354ae1b199 Trying to improve 64-bit support on 32-bit platforms 2011-07-10 17:24:04 +00:00
cd861cc44a Got rid of some global variables 2011-07-09 22:09:15 +00:00
22619db6a3 Code cleanup 2011-07-09 21:52:46 +00:00
dbce9809a7 Working on ELF support 2011-07-09 21:44:44 +00:00
74130f88fe Added stub files for ARM support as well 2011-06-09 18:05:05 +00:00
fe28af3bed Added stubs for mips support 2011-06-08 01:13:47 +00:00
430d35282a Beginning to decode ELF binaries cross-endian 2011-06-04 01:43:10 +00:00
34dfcf56ea Beginning to swap endian when necessary 2011-06-04 00:52:04 +00:00
d16f99ebbb Moved detection of file format and architecture for deassembling into libasm 2011-05-01 20:07:15 +00:00
1e046db958 Fixed compilation in debugging mode 2011-04-23 06:06:34 +00:00
b56d0f3f4e Preparing to support disassembly again 2011-04-23 03:51:39 +00:00
2bb09ddb7d Using callbacks for file operations 2011-04-22 02:29:44 +00:00
0f1d52fbb9 Avoid a couple of warnings 2011-04-21 19:28:03 +00:00
95834007bc Letting each plug-in output instructions as it pleases 2011-04-15 18:48:08 +00:00
9e6b2bb0e9 Fixed build on Linux 2011-04-14 23:41:38 +00:00
9cf1514f63 Renaming the Devel as project to asm 2011-04-13 01:46:30 +00:00