Commit Graph

360 Commits

Author SHA1 Message Date
6f434e2660 Re-generated Makefiles 2013-01-07 02:21:30 +01:00
913331e9b6 Added a separate header for the common yasep functions 2013-01-04 01:36:31 +01:00
e1b4b4b2b8 Fixed the project's name in the header 2013-01-04 01:35:23 +01:00
d43b007ed4 Fixed the project's name in the header 2013-01-04 01:34:25 +01:00
7c2abdbca0 Also updated the internal API for AsmFormat 2012-12-02 21:45:39 +01:00
20e736f73f Updated the internal plug-in API (for AsmArch first) 2012-12-02 02:53:25 +01:00
e9033fcd26 Code cleanup 2012-12-01 02:53:51 +01:00
78435b601f Code cleanup 2012-12-01 02:30:20 +01:00
85a0177cbd Code cleanup 2012-12-01 02:25:23 +01:00
0984e9167c Added sparc64 support to the standalone libasm 2012-12-01 02:22:38 +01:00
5392cab332 Added dalvik support to the stand-alone libasm 2012-12-01 02:17:49 +01:00
d66aa3a550 Enter standalone libasm (with supported plug-ins built-in) 2012-12-01 01:20:39 +01:00
b4c61cbfcf Updated the format API to allow reporting errors 2012-12-01 00:03:42 +01:00
9664528dde Minor fix for debugging output 2012-11-30 23:33:58 +01:00
b165346df3 Fixed build with current cpp library 2012-11-30 23:30:47 +01:00
65f26c5a51 Re-implemented asm_guess_format() 2012-11-30 14:40:04 +01:00
fb4de7ccdf Switched the license to the LGPL 3.0 (for the library and plug-in code) 2012-11-11 01:44:31 +01:00
74e852044c No longer force "-ldl" within LDFLAGS 2012-11-11 01:33:55 +01:00
03e47517ee Give it a better chance to work on MacOS X 2012-10-18 15:14:20 +00:00
f78c504f66 Fixed a potential crash 2012-09-22 00:27:16 +00:00
2d6cae4e8e No longer run the tests over and over again 2012-09-21 21:28:12 +00:00
62dcad5895 Give it a better chance to work on MacOS X 2012-07-31 19:11:50 +00:00
33ca7f3b05 Refactored to allow the implementation of symbols soon 2012-07-07 17:41:23 +00:00
b640bdc855 Improved debugging information 2012-07-07 01:20:13 +00:00
2ca21f159d No longer use PACKAGE for the program name as it does not match anymore 2012-07-07 01:15:06 +00:00
e73145d197 No longer forget to byte-swap offsets to the respective sections 2012-06-06 23:25:08 +00:00
6e05e813ce Updated some comments 2012-05-29 19:48:56 +00:00
36fdf5b896 Improving ARM (de-)assembly 2012-05-29 19:41:39 +00:00
b57fb7603c Began to implement ARM de-assembly 2012-05-29 18:49:52 +00:00
9d251ebd89 Renamed the "Format" class to "AsmFormat" to avoid potential future conflicts 2012-05-19 12:43:52 +00:00
07bc3364b4 Renamed the "Arch" class to "AsmArch" to avoid potential future conflicts 2012-05-19 12:39:21 +00:00
4030d1c97b Exposing asm_set_function() and asm_set_section() for now 2012-05-18 23:08:28 +00:00
261f855e46 Renamed the project to "Asm" 2012-05-15 03:33:25 +00:00
900f4c3fdd Initial import 2012-05-14 16:58:52 +00:00
2140d979df Renamed the "test" folder to "tests" for consistency 2012-05-14 16:58:34 +00:00
25020ce64b Re-generated Makefiles 2012-04-08 14:05:25 +00:00
5d8e371ea3 Relate functions to their offsets in executable objects as well 2012-04-06 22:07:26 +00:00
96ff511844 Mention function offsets when meaningful 2012-04-06 21:53:22 +00:00
3207b9e855 Importing support for yasep16 2011-12-06 13:15:30 +00:00
0ab47975aa Also let strings be accessed through the library 2011-12-01 02:59:48 +00:00
509e571cba Fixed the "tableswitch" instruction 2011-12-01 02:59:09 +00:00
1738084a28 Fixed decoding of the bipush and tableswitch instructions 2011-11-30 17:47:56 +00:00
577bbb4e6f Maintaining the function list as well 2011-11-30 16:09:06 +00:00
0b4301cd60 Decoding the first list of strings correctly 2011-11-30 05:46:04 +00:00
2513835d1b Four more instructions are referring to strings 2011-11-30 05:05:46 +00:00
318cdadfaf Automatically read strings if possible 2011-11-30 04:58:23 +00:00
8aed535978 Fixed Java deassembly 2011-11-29 18:44:03 +00:00
ce3a785edd The Yasep processor is really little-endian 2011-11-29 04:31:14 +00:00
953ecb2013 Imported the official names for the registers 2011-11-28 03:37:12 +00:00
75f5c2830f It is really the 16-bit version of the Yasep processor 2011-11-28 03:32:16 +00:00