Commit Graph

2305 Commits

Author SHA1 Message Date
PAX523 c234f72b19 Add line break in long text 2016-03-26 10:10:14 +01:00
PAX523 b3fa554464 Further small adjustments in POM file for Maven Central 2016-03-26 10:08:15 +01:00
PAX523 347c3765d7 Better group ID 2016-03-26 10:01:15 +01:00
PAX523 3fe4eee621 Use recommended naming convention for group ID 2016-03-26 09:56:33 +01:00
PAX523 82a042162c Complete further information in POM file desired by Maven Central
Repository
2016-03-26 09:54:37 +01:00
Nguyen Anh Quynh e78722b204 Merge branch 'master' of https://github.com/aquynh/capstone 2016-03-26 10:30:15 +08:00
jmechnich 23f1203616 bugfix: removed leading ./ from OBJDIR to avoid corrupting setup.py install 2016-03-26 10:29:52 +08:00
PAX523 2c5ed2bf8d Replace tab characters by space characters 2016-03-25 18:58:43 +01:00
PAX523 377539340f Add the beloved linebreak at the end of the XML file 2016-03-25 18:46:29 +01:00
PAX523 80c0735a19 Remove ignoring of Eclipse project file 2016-03-25 18:00:27 +01:00
PAX523 6b611e6ff7 Adjust artifact version according to the currently interal version
number
2016-03-25 17:56:00 +01:00
PAX523 45c8234196 Trial of adjustment of Make file 2016-03-25 17:51:59 +01:00
PAX523 acb49de0eb Ignore some IDE resources or compile folders 2016-03-25 17:14:44 +01:00
PAX523 b71ced9528 Move sources into Maven project 2016-03-25 17:11:41 +01:00
Nguyen Anh Quynh 8bd53811b5 update list of bindings in README 2016-03-18 09:32:32 +08:00
Nguyen Anh Quynh d06f4ae235 rename appveyor.yml to .appveyor.yml 2016-03-15 00:02:39 +08:00
Nguyen Anh Quynh d17fc90767 fix a MSVC 2015 warning 2016-03-08 11:38:00 +08:00
Nguyen Anh Quynh c508c4a027 support Travis CI 2016-03-08 11:34:38 +08:00
Nguyen Anh Quynh b560c24c05 support Appveyor 2016-03-08 11:33:48 +08:00
Nguyen Anh Quynh c586269900 python: add __version__ 2016-03-06 21:28:45 +08:00
Nguyen Anh Quynh eebfcb8ff2 Merge pull request #589 from scudette/setup_py
Fix setup.py to use setuptools and put the libcapstone.so in the right place.
2016-02-15 22:32:18 +08:00
Michael Cohen 8d2642fa6a Support all OSs. 2016-02-11 23:43:22 +01:00
Michael Cohen 7032ff2802 Fix setup.py. 2016-02-11 15:24:17 +01:00
Nguyen Anh Quynh bf0155d682 update CREDITS.TXT 2016-01-19 21:42:41 +08:00
Nguyen Anh Quynh 1210576351 bindings: add link to CapstoneJ 2015-12-20 10:16:33 +08:00
Nguyen Anh Quynh 3c5c887cef Merge pull request #573 from abenkhadra/master
Fix classification of ARM jump instructions
2015-12-17 21:00:58 +08:00
Ammar Ben Khadra c7dcf9c9a0 Fix classification of ARM jump instructions
All jump instructions have been classified based on the direct
and indirect_branch flags instead of explicitly stating ARM_GRP_JUMP.
2015-12-17 12:36:48 +01:00
Nguyen Anh Quynh c39fbb954c Merge pull request #572 from rpinz/master
fix building on 10.6.8 without breaking other versions
2015-12-17 01:09:10 +08:00
Ron Pinz d086384071 fix building on 10.6.8 without breaking other versions
simplified IS_APPLE grep command by having it return count, with a max find limit of 1 for both Apple $(CC) expected patterns
2015-12-16 11:46:00 -05:00
Nguyen Anh Quynh b146c9f479 Merge pull request #568 from kevemueller/masterCherry
improve type safety, use ppc_reg instead of unsigned int
2015-12-15 16:48:08 +08:00
Nguyen Anh Quynh 6e4827b3e6 Merge pull request #569 from rpinz/master
fix building on 10.6.8
2015-12-15 13:24:44 +08:00
Ron Pinz 534746b17f fix building on 10.6.8
added __APPLE_CC__ to IS_APPLE test
2015-12-14 23:33:39 -05:00
kevemueller cf731a27c2 improve type safety, use ppc_reg instead of unsigned int 2015-12-13 12:53:44 +01:00
Nguyen Anh Quynh 5f0be9d8d8 Merge pull request #565 from wmarquesr/master
Refactoring conditional directives.
2015-12-10 01:09:47 +08:00
Wesley M 905556d6ef Refactoring conditional directives for incomplete if conditions. 2015-12-07 21:28:30 -03:00
Raijinili b0c5436558 Python 3: CsError.__str__
Choose `CsError.__str__` implementation based on Python version.
2015-11-30 23:51:25 -05:00
Nguyen Anh Quynh dba349228c Merge pull request #549 from practicalswift/add-regression-dir-makefile
Add Makefile to suite/regress/ directory.
2015-11-19 16:32:34 +08:00
practicalswift 7f8ce6a14b Add suite/regress/invalid_read_in_print_operand 2015-11-19 07:36:54 +01:00
practicalswift 71f8319cf6 Add Makefile to suite/regress/ directory. 2015-11-18 21:36:39 +01:00
Nguyen Anh Quynh cc38205277 Merge pull request #548 from practicalswift/invalid_read_in_print_operand
Add crash case: "Invalid read of size 4" in printOperand(…)
2015-11-18 12:01:47 +08:00
practicalswift d3a0143bab Add crash case: "Invalid read of size 4" in printOperand(…) 2015-11-17 23:44:29 +01:00
Nguyen Anh Quynh 156b45ec28 Merge pull request #540 from kevemueller/masterCherry
Fix NPE when first instruction to disassemble is broken.
2015-11-14 18:36:21 +08:00
Keve Müller 2ef8ef79e5 return empty instead null 2015-11-14 09:56:20 +01:00
Keve Müller 4a098bbd5d Fix NPE when first instruction to disassemble is broken.
Return null instead.
2015-11-12 22:51:57 +01:00
Nguyen Anh Quynh 14e3b788fb Merge pull request #537 from 07151129/master
OS X kernel memory management support
2015-11-11 08:26:45 +08:00
Pb 0148b043b7 Fix instruction size define 2015-11-10 23:06:20 +01:00
Pb b8741bd545 OS X kernel support (see https://github.com/aquynh/capstone/pull/528) 2015-11-10 23:02:26 +01:00
Nguyen Anh Quynh ae7c4847a3 Merge pull request #522 from tj90241/code-cleanup
Code cleanup
2015-10-24 18:32:47 +08:00
Tyler J. Stachecki 30d1167a93 Kill a shadowed declaration of a local variable.
The variable tmp was already defined in the frame.
Redefining it makes some code linters grumpy.

Signed-off-by: Tyler J. Stachecki <tstache1@binghamton.edu>
2015-10-23 20:59:20 -04:00
Tyler J. Stachecki 88e8da65bd Remove duplicate function declaration.
Signed-off-by: Tyler J. Stachecki <tstache1@binghamton.edu>
2015-10-23 20:55:56 -04:00