History log of /external/capstone/cstool/cstool.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2acb20560c73275888becc84547931ad16edff3f 25-Apr-2017 Nguyen Anh Quynh <aquynh@gmail.com> cstool: support arm64be
/external/capstone/cstool/cstool.c
04ce7f29a605ba533291a7eaa5f5000b5287d12c 11-Apr-2017 Nguyen Anh Quynh <aquynh@gmail.com> cstool: fix mips64 mode
/external/capstone/cstool/cstool.c
d7869831044deb0995bf26fc7730f33d5cb9eaa1 10-Mar-2017 Nguyen Anh Quynh <aquynh@gmail.com> cstool: support armbe mode
/external/capstone/cstool/cstool.c
e213802e63eaf7b1f207a4277b410ca48d04fe85 20-Dec-2016 Ben Cheney <ben.cheney@gmail.com> Fix build under VS2012 (i.e. MSC_VER = 1700)

cstool.c currently imports inttypes.h, which breaks
building on older Visual Studio versions (I've been
testing 2012). This commit removes the explicit include
of inttypes.h, which is already handled in platform.h
(which is included by capstone.h). A define for the
function strtoull (used by cstool) has also been added
to platform.h for the case where MSC_VER <= 1700.

I don't know what effect this will have on OS X builds
as I'm unable to test on that platform.

Also, cstool.c doesn't need to include stdio.h
because it's already included by capstone.h.
/external/capstone/cstool/cstool.c
41a3980b6dea99bec60b280d4c3fefdb7d1b5d0a 04-Nov-2016 Nguyen Anh Quynh <aquynh@gmail.com> cstool: print out insn groups
/external/capstone/cstool/cstool.c
861a09822f5ae5475bb90b30e78e436cc1d6002e 04-Nov-2016 Nguyen Anh Quynh <aquynh@gmail.com> cstool: remove its version
/external/capstone/cstool/cstool.c
f585a84966f8f5de951705d746b264900ba205c5 25-Oct-2016 Nguyen Anh Quynh <aquynh@gmail.com> add CS_VERSION_{MAJOR, MINOR, EXTRA}
/external/capstone/cstool/cstool.c
1601b15f07f5d627c9150b2bdb1ef2dc58dc23d3 22-Oct-2016 Nguyen Anh Quynh <aquynh@gmail.com> cstool: cleanup
/external/capstone/cstool/cstool.c
a9ec8b0df2eeb99af56d4dbd614ed51245ae5cad 21-Oct-2016 Nguyen Anh Quynh <aquynh@gmail.com> cstool: print out core version
/external/capstone/cstool/cstool.c
34533f3132661859a3c2681b09a6e9f5280da720 21-Oct-2016 Nguyen Anh Quynh <aquynh@gmail.com> cstool: cleanup
/external/capstone/cstool/cstool.c
6fab6cf7c44834aa8d139091cab879908380abac 21-Oct-2016 YUHANG TANG <yuhangtang@YUHANGs-MacBook-Pro.local> cstool: convert space to tab
/external/capstone/cstool/cstool.c
469b4addd4a7a9f226df0a842f2bdde3d8e4614e 19-Oct-2016 YUHANG TANG <yuhangtang@YUHANGs-MacBook-Pro.local> Delete platform.h and fix wrong identation.
/external/capstone/cstool/cstool.c
e9ace1c70a894eb344abd8bbc73fca3a28008402 16-Oct-2016 YUHANG TANG <yuhangtang@YUHANGs-MacBook-Pro.local> cstool version 2
/external/capstone/cstool/cstool.c
3e6f90376eba980beb5a9c05df81fc9ccef1e272 16-Oct-2016 YUHANG TANG <yuhangtang@YUHANGs-MacBook-Pro.local> cstool: version 2 could print all debug information for all arch.
/external/capstone/cstool/cstool.c
837752356e3f5f9a4cbe5340bdc06ddfbdd27e0d 14-Oct-2016 YUHANG TANG <yuhangtang@YUHANGs-MacBook-Pro.local> cstool : print all debug information for all arch.
/external/capstone/cstool/cstool.c
abc28b5bd37c4365ae80fd01f280b38e4ef5fd66 14-Oct-2016 YUHANG TANG <yuhangtang@YUHANGs-MacBook-Pro.local> cstool: add x86 debug information
/external/capstone/cstool/cstool.c
ae02bf1c5d15f9746c4187baa3a0510b0d87867b 11-Oct-2016 Nguyen Anh Quynh <aquynh@gmail.com> cstool: compile with CMake using CMakeLists.txt in root dir
/external/capstone/cstool/cstool.c
4834cd2700bc852baa30180f16701a4c79aee2fa 11-Oct-2016 Nguyen Anh Quynh <aquynh@gmail.com> cstool: initialize i in preprocess(). this fixes compilation issue for MSVC
/external/capstone/cstool/cstool.c
45688690c3b8ccd7880f9d1babd370b3db2923fe 11-Oct-2016 Nguyen Anh Quynh <aquynh@gmail.com> cstool: align assembly code for x86
/external/capstone/cstool/cstool.c
cc81b6ec6f7e2e993f73fba40c69ca7a53f5a25e 10-Oct-2016 Nguyen Anh Quynh <aquynh@gmail.com> cstool: add VERSION and reformat to use tabs for indentation
/external/capstone/cstool/cstool.c
6239a984c7b0fbee31c44d2ae479987e268d8ba3 10-Oct-2016 echotyh <1648200150@qq.com> cstool 1.0 (#788)

* first cstool -- Segmentation fault: 11

* Modify the format of output.

* Preprocess the input from user. The result of converting looks right but the disassembly is not unsatisfactory.

* Skip the character not in set A = {'a'~'f','A'~'F','0'~'9'}.
i Please enter the commit message for your changes. Lines starting

* delete cstool binary

* using isxdigit() to tests for any hexadecimal-digit character

* write README

* final version 1.0 for cstool
/external/capstone/cstool/cstool.c