History log of /external/capstone/bindings/python/capstone/__init__.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
54f4863303c273463fa5e1187e45b95934d1341a 19-Apr-2017 Nguyen Anh Quynh <aquynh@gmail.com> python: add a debug line
/external/capstone/bindings/python/capstone/__init__.py
e29ddbdbb332b3b08740eadee4424a3fc612311b 25-Oct-2016 Andrew Dutcher <andrew@andrewdutcher.com> Python: Actually attempt to load .so.3 extension on linux
/external/capstone/bindings/python/capstone/__init__.py
ced66e3b773d67172af468bea782f0f85603a42d 14-Oct-2016 Andrew Dutcher <andrew@andrewdutcher.com> Python: make setup work as expected
/external/capstone/bindings/python/capstone/__init__.py
f585a84966f8f5de951705d746b264900ba205c5 25-Oct-2016 Nguyen Anh Quynh <aquynh@gmail.com> add CS_VERSION_{MAJOR, MINOR, EXTRA}
/external/capstone/bindings/python/capstone/__init__.py
72daee3d071d1c978f35dd342241f573c1d3956c 06-Oct-2016 Richo Healey <richo@psych0tik.net> Workaround unicorn handing back bytearrays
/external/capstone/bindings/python/capstone/__init__.py
5b80627a5d7f33e6274d883f0a3533b743af30ec 01-Oct-2016 Nguyen Anh Quynh <aquynh@gmail.com> python: cast skipdata function inside binding to simplify the API
/external/capstone/bindings/python/capstone/__init__.py
0662879d35e4689b579b34fc2b92fd15fe2604b4 30-Sep-2016 Nguyen Anh Quynh <aquynh@gmail.com> python: fix CS_SKIPDATA_CALLBACK prototype
/external/capstone/bindings/python/capstone/__init__.py
16477206564745782854e0ec5c68defa02429dd8 10-Jun-2016 Andrew Dutcher <andrew@andrewdutcher.com> Python bindings: Changes to how structures are copied so that capstone works correctly in PyPy
/external/capstone/bindings/python/capstone/__init__.py
1e608ef4c5a76745285334468e4adaa8575d022e 18-Apr-2016 Sean Heelan <sean.heelan@gmail.com> __getattr__ should raise AttributeError, not return None, on failure

Fix for issue #624
/external/capstone/bindings/python/capstone/__init__.py
c5862699008f1d245a86a6b5faaceeed5898923d 06-Mar-2016 Nguyen Anh Quynh <aquynh@gmail.com> python: add __version__
/external/capstone/bindings/python/capstone/__init__.py
b0c5436558dc6c82fe1de1c0018513201f591150 01-Dec-2015 Raijinili <Raijinili@users.noreply.github.com> Python 3: CsError.__str__

Choose `CsError.__str__` implementation based on Python version.
/external/capstone/bindings/python/capstone/__init__.py
2b3a298609577b7981fc913759fe9bb9134dc2a4 19-Oct-2015 Nguyen Anh Quynh <aquynh@gmail.com> python: perform the last dylib loader only if it fails before that (for El Capitan)
/external/capstone/bindings/python/capstone/__init__.py
f49ac59fd3038b4c299a089b03f573d1a070fe35 17-Oct-2015 Nguyen Anh Quynh <aquynh@gmail.com> Merge pull request #515 from strazzere/master

Add OSX 10.11 dylib load fix
f9ddf05bdb623896c21a2b4632f934f44aa65cfd 17-Oct-2015 Tim Strazzere <tim@strazzere.com> Add OSX 10.11 dylib load fix
El Capitan does not guaranteed that
(DY)LD_LIBRARY_PATH will exist, so force
one last check for the default install
directory that the install script uses.
/external/capstone/bindings/python/capstone/__init__.py
e72bd24c971bedc9a8593b38c3cfa91ff3dbe0f7 03-Oct-2015 Nicolas PLANEL <nplanel@gmail.com> [binding][python] fixup python 3 compatibility

In Python 3.x dict.keys() return a dict_keys object not a list.
/external/capstone/bindings/python/capstone/__init__.py
46ab57088122afdce67ab4cc17876f5c1c941469 04-Jun-2015 Nguyen Anh Quynh <aquynh@gmail.com> python: shared library can be unloaded from under our feet. issue reported by @joelpx
/external/capstone/bindings/python/capstone/__init__.py
745ac6472943ca143d187c3cffe469ad9e427087 09-May-2015 Zach Riggle <riggle@google.com> Fix error when _cs is None during teardown
/external/capstone/bindings/python/capstone/__init__.py
b449e54e2578ef4577a70afd6529bc4d9f9fa447 20-Jan-2015 Aidan Hobson Sayers <aidanhs@cantab.net> Set _detail in a dummy Cs, closes #251
/external/capstone/bindings/python/capstone/__init__.py
2c24d88f89b6279ee0fef74eb78bf4d132cfe178 30-Dec-2014 Maciej Szawlowski <sza.maciej@gmail.com> fixed bug that prevented using md.detail = true and md.skipdata = true together
/external/capstone/bindings/python/capstone/__init__.py
2537cfd6694cecad33fe215f4821f7ac548e38ab 15-Dec-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: fix a memory leak issue when we stop enumeration over the disassembled instructions prematurely. patch by Jan Newger
/external/capstone/bindings/python/capstone/__init__.py
8ab01369d7e162acaebb5cfc32b5df407ae763c8 19-Nov-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: export generic operand types & groups
/external/capstone/bindings/python/capstone/__init__.py
89460299c3f728f94fe49def798fe371bae8eea9 19-Nov-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: python2.6 does not understand sys.versionn_info.major
/external/capstone/bindings/python/capstone/__init__.py
75c9b6a45c30340e69fca24cf67d45e5a193bedb 13-Nov-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: fix comments on hardware modes
/external/capstone/bindings/python/capstone/__init__.py
143a494ae7337e7fbeff65d95c44f2aee74d316d 13-Nov-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: add CS_MODE_MIPS32/64
/external/capstone/bindings/python/capstone/__init__.py
0b3d95e4b35d6c5415d593b6f56f12a5ef8b4f9a 11-Nov-2014 Nguyen Anh Quynh <aquynh@gmail.com> java/ocaml/python: support the newly added mem_barrier field of cs_arm struct
/external/capstone/bindings/python/capstone/__init__.py
c942f22a095fa5117fba8d2227cc1465aa2202c2 10-Nov-2014 Nguyen Anh Quynh <aquynh@gmail.com> arm: support new mode CS_MODE_V8 for Armv8 A32 encodings
/external/capstone/bindings/python/capstone/__init__.py
a65d7ef5fa8ea9a50d4283f4799e28102be84752 31-Oct-2014 Nguyen Anh Quynh <aquynh@gmail.com> java/ocaml/python: update bindings after the last change on generic instruction groups
/external/capstone/bindings/python/capstone/__init__.py
69271ddf74ff1121736379b37d2117ac5d7ecf77 31-Oct-2014 Nguyen Anh Quynh <aquynh@gmail.com> java/ocaml/python: add the missing generic instruction operand types
/external/capstone/bindings/python/capstone/__init__.py
79e253c5166a1668b173bdf18dd7841d51334e6b 13-Oct-2014 Jay Oster <jay@kodewerx.org> Remove CS_MODE_N64

- This mode is for the so-called MIPS "N64" ABI; it has nothing to do with the Nintendo 64 game platform.
- N64, O64, et al. are just different ABIs for the 64-bit MIPS architecture, so we replace CS_MODE_N64 with the existing CS_MODE_64
/external/capstone/bindings/python/capstone/__init__.py
ebeec9d9c2f24240898d57adb36c6f115316761b 29-Sep-2014 danghvu <danghvu@gmail.com> Cython: update installation and tests to v3
/external/capstone/bindings/python/capstone/__init__.py
04d9f8ee1739eddcb46565861f6dc4f1741b5892 01-Sep-2014 Nguyen Anh Quynh <aquynh@gmail.com> arm: update core with a lot more details provided in detail mode now. update Python & Java bindings to reflect the core's changes
/external/capstone/bindings/python/capstone/__init__.py
0beb0d494bab6345c0884a5e3bc9f055ef8483be 27-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> api: get back the old API cs_disasm() & mark cs_disasm_ex() deprecated. cs_disasm_ex() will be removed in the future
/external/capstone/bindings/python/capstone/__init__.py
0efef5dd482d605dd5e10a99e35fc0b478890e52 25-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> solve some conflicts when merging -next into -v3
c1a44f14377b326695210b34941c8ee269d603b8 20-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: fix a typo in @propery skipdata.setter
/external/capstone/bindings/python/capstone/__init__.py
73cde40ac7f8039e766089f5f1a199de7f1124e2 20-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> python & java: add new error codes CS_ERR_X86_ATT & CS_ERR_X86_INTEL
/external/capstone/bindings/python/capstone/__init__.py
0f0eb9851a2ba0fb9c4b29654c4e495d76386e3c 14-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> mips: update core. this added bunch of new instructions & groups. updated Python & Java bindings accordingly
/external/capstone/bindings/python/capstone/__init__.py
7c089fd6c6e7d8453cddb84c20b1949d324e1fad 13-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> arm: add new mode CS_MODE_MCLASS for Cortex-M series. updated Python & Java bindings accordingly
/external/capstone/bindings/python/capstone/__init__.py
fd0f798343aecc97ca6e0563711b15c83474c1a0 13-Aug-2014 Nguyen Anh Quynh <aquynh@gmail.com> bump API & package version to 3.0
/external/capstone/bindings/python/capstone/__init__.py
245cac58fa6d74971d34ca4950b7ad8ad219cb1a 08-Jul-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: support newly added API cs_group_name()
/external/capstone/bindings/python/capstone/__init__.py
9f6ed7155a17cffa5e9d1988d2ef671bbfb2bbb1 01-Jul-2014 Nguyen Anh Quynh <aquynh@gmail.com> x86: add @rex to cs_x86 struct. updated python & java binding for this change
/external/capstone/bindings/python/capstone/__init__.py
1a66fecdbc0d0ca441b60213bcae767f18bbeb10 25-Jun-2014 Nguyen Anh Quynh <aquynh@gmail.com> x86: support avx_sae & avx_rm in cs_x86 struct. this also updates Python & Java bindings following the core's change
/external/capstone/bindings/python/capstone/__init__.py
4c5eabc32b7b7e8966fc03f82d8f0bbc8105c3dd 24-Jun-2014 Nguyen Anh Quynh <aquynh@gmail.com> x86: support SSE_CC & AVX_CC in cs_x86 struct. this also updates Python & Java bindings
/external/capstone/bindings/python/capstone/__init__.py
14ba46bfabb94f1934da3f2a180499f58bc3ee00 24-Jun-2014 Nguyen Anh Quynh <aquynh@gmail.com> x86: add segment to x86_op_mem struct. this fixes a bug in generating detail for instructions with segment override. bug reported by Sean Heelan.
/external/capstone/bindings/python/capstone/__init__.py
e792451cce839ebfe19d8f0dde44ed0b7d49af9a 17-Jun-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: update after the last change in x86 core
/external/capstone/bindings/python/capstone/__init__.py
02f817680b38b0c46cd1060ea9882b14f3a2f815 12-Jun-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: fix an use-after-free issue. bug reported by Luis Miras
/external/capstone/bindings/python/capstone/__init__.py
98bce0f172530a0ee7b98f3076f610ae90770ee6 04-Jun-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: rename libcapstone.dll to capstone.dll. also load versioning SO (using version 3 for the next API)
/external/capstone/bindings/python/capstone/__init__.py
d0f3e15d909d5f929e60e7a0d3a7e3decf73aa4a 26-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: fix Xcore bug
/external/capstone/bindings/python/capstone/__init__.py
553bb488d792a4f1ff0777fc2deac5090c791c5c 26-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: support XCore
/external/capstone/bindings/python/capstone/__init__.py
1aa60d092194491bce1cf4215bf2cff045784a2b 17-May-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: handle invalid argument (zero) for reg_name() & insn_name() of class CsInsn
/external/capstone/bindings/python/capstone/__init__.py
2b2e11b78917d3abc5d81d175dcd75c4b701d9a6 16-Apr-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: make cs_disasm_lite() support Python3
/external/capstone/bindings/python/capstone/__init__.py
444d2bd3c36e28c1c301971dcb96ff5129a894c1 16-Apr-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: expose cs_disasm_lite()
/external/capstone/bindings/python/capstone/__init__.py
4b9de0df04ef332f1d565067425ef1e53fd66bc5 14-Apr-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: change SKIPDATA's callback prototype after the last change in the core
/external/capstone/bindings/python/capstone/__init__.py
749046bbdcab5a28462be57fa49323a2c65637e7 11-Apr-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: initial Python3 support
110ab1debd68b9d95e4ca5b39a4eda4ab92c8165 11-Apr-2014 fenuks <fenuks@gmail.com> Python 3 support
/external/capstone/bindings/python/capstone/__init__.py
301d740aa349f091c08fcdb325b1b59aac0f1e77 10-Apr-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: rename skipdata_opt to skipdata_setup & handle callback properly
/external/capstone/bindings/python/capstone/__init__.py
59b5489d8e6c07c93c207e1a5e5398f63dbfd777 27-Mar-2014 Nguyen Anh Quynh <aquynh@gmail.com> x86: rename X86_COMPACT to X86_REDUCE. suggested by Pancake
/external/capstone/bindings/python/capstone/__init__.py
0d9440ced2e20b5d3fd2a080661372c7eb8050ae 26-Mar-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: expose CS_SUPPORT_X86_COMPACT
/external/capstone/bindings/python/capstone/__init__.py
7fc8121e6b9f865b775c4c079c526e8f1ed66eac 04-Mar-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: rename cs_version_bind() to version_bind()
/external/capstone/bindings/python/capstone/__init__.py
d0abe150815da9859f67801b4c30161c8f0ed935 04-Mar-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: add debug() function
/external/capstone/bindings/python/capstone/__init__.py
b77d1f298e54cb710007841f3672bbbf28d46407 26-Feb-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: add new API cs_version_bind() to return binding's version (might differ from core's)
/external/capstone/bindings/python/capstone/__init__.py
fe4577699aff267913a0347694b39b5e65bbc490 24-Feb-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: expose cs_disasm_lite() to __init__.py
/external/capstone/bindings/python/capstone/__init__.py
972bb5b6fce5cb02bc9a496a8c49e564f8bddd02 22-Feb-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: support 'diet' mode
/external/capstone/bindings/python/capstone/__init__.py
1c8405dbd7abd38e1c257abd7cd5372fd079c8e2 23-Mar-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: add SystemZ support
/external/capstone/bindings/python/capstone/__init__.py
1055a2e22ac5c6684a464a414f6612f550db8604 10-Mar-2014 Nguyen Anh Quynh <aquynh@gmail.com> python: support Sparc
/external/capstone/bindings/python/capstone/__init__.py
f1d489b949f2a5747158336818390f9086d59ef8 04-Jan-2014 Nguyen Anh Quynh <aquynh@gmail.com> ppc: support details information
/external/capstone/bindings/python/capstone/__init__.py
42c6b1acc739ec6b98c65aa9dcb6f61e662dc2a7 29-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> initial support for PPC
/external/capstone/bindings/python/capstone/__init__.py
82fe8ff751732da5af03cb9e44cdd1519e6c57dc 28-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> python: update binding following the changes to cs_version()
/external/capstone/bindings/python/capstone/__init__.py
9ac9fcf2b373b516689aea8eb71736d6e2cba220 22-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> python: support newly added API cs_support() & cs_version_ex()
/external/capstone/bindings/python/capstone/__init__.py
4994c587ad844fa067d90ee985e94cba23c3d83a 14-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> bindings: support new 'detail' option for java & python
/external/capstone/bindings/python/capstone/__init__.py
aa036eebc26e2a2af3ad52bfa48dfe8fef519e5e 10-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> bindings: add cs_version() back for python & java
/external/capstone/bindings/python/capstone/__init__.py
98bc9c3932c2159331cfef59648128eb74e4df27 10-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> bindings: update java & python follow last API change
/external/capstone/bindings/python/capstone/__init__.py
f1618bc2ee88daee40857177ab67b0aab2ab8e31 06-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> python: add error message to CsError and modify all tests to use CsError exception
/external/capstone/bindings/python/capstone/__init__.py
520c3615b6bb8a11f3e80a5e9bda7992861f00a2 06-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> rename python classes and using exception for error

- rename class cs to Cs, cs_insn to CsInsn
- throw CsError exception to handle cs_errno()
- fix all test*.py code to reflect above changes
/external/capstone/bindings/python/capstone/__init__.py
c618db44734232641cdedf89d64eca3c1be8bd16 03-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> change option names for cs_option(), and update python binding accordingly to support new cs_option()
/external/capstone/bindings/python/capstone/__init__.py
daaed13cc114fc5ebba2f7ce12d194f64804186e 03-Dec-2013 Nguyen Anh Quynh <aquynh@gmail.com> python: update to the newly added cs_option() API
/external/capstone/bindings/python/capstone/__init__.py
26ee41aa673b03494292229c6e4e331a668ce7b2 26-Nov-2013 Nguyen Anh Quynh <aquynh@gmail.com> initial import
/external/capstone/bindings/python/capstone/__init__.py