Ned Williamson
e66c1bd531
Merge pull request #163 from raimue/osx-readlink
...
Only run readlink on a symlink on OS X
2016-03-30 13:03:38 -04:00
Rainer Müller
a243851eff
Only run readlink on a symlink on OS X
...
readlink does not print anything if the argument is not actually
a symlink. This change allows running the tool from the current
directory with `./qira`.
2016-03-30 18:09:08 +02:00
Ned Williamson
1f62559134
goto fail quality
2016-03-24 21:42:46 -04:00
Ned Williamson
e7c0dbef5c
Merge branch 'master' of github.com:BinaryAnalysisPlatform/qira
2016-03-24 21:41:50 -04:00
Ned Williamson
ba21306386
Merge pull request #159 from Maroc-OS/master
...
qira test fix depercated libicu48 & allow new distros to use newer …
2016-03-24 21:41:22 -04:00
Yahya Lmallas
3b4d9924fc
little fix travis was failing on line 33 at install.sh
2016-03-25 02:22:44 +01:00
Yahya Lmallas
37549b246e
qira test fix depercated libicu48 and allow new distros to use newer phantomjs
2016-03-25 01:59:12 +01:00
Ned Williamson
f922e76f96
Merge pull request #158 from inaz2/fix_shortcutkeys
...
Fix m/, shortcut key operations
2016-03-18 08:51:00 -04:00
Ned Williamson
966cf7968b
Merge pull request #157 from egyp7/patch-1
...
Add support for installing on x86 linux
2016-03-18 08:47:20 -04:00
inaz2
08b3934e06
update README.md with current implementation
2016-03-18 14:42:50 +09:00
inaz2
4d65fa4161
fix m/, shortcut key operations
2016-03-18 14:42:16 +09:00
egyp7
7d069b597f
Add support for Linux x86
...
New installer script tested on Linux Mint 17.1 Cinnamon 32-bit and Ubuntu 14.04 i386.
2016-03-13 14:01:58 +05:00
Ned Williamson
e1ffca997b
Merge pull request #156 from xtrm0/revert-155-master
...
Revert "Repo update during pacman dependency installation"
2016-02-28 17:50:48 -05:00
xtrm0
2dea781099
Revert "Repo update during pacman dependency installation"
2016-02-28 22:47:43 +00:00
Ned Williamson
e5d093d51c
Merge pull request #155 from dtouch3d/master
...
Repo update during pacman dependency installation
2016-02-10 11:20:48 -05:00
Dimitrios Tatsis
dbb079cbf7
Repo update during pacman dependency installation
...
This eliminates the risk of a dependency not being installed or updated because of
unsynced repo state.
2016-02-10 16:59:39 +02:00
George Hotz
a8e22475e6
Merge pull request #148 from Maroc-OS/master
...
Redefine REGS from tuple to list to allow assignement for dynamic types to fix endianess etc...
2016-02-06 08:03:00 -08:00
Yahya Lmallas
5a6bd49b42
Some qira plugin checks update
2016-02-06 05:23:51 +01:00
Yahya Lmallas
9052a9da80
FIX: switch to distutils and fix cpp warnings, eliminate '-Wsign-compare' problems from Trace.cpp
2016-02-06 03:46:38 +01:00
Yahya Lmallas
59229ef5dd
missed qiradb version.py file
2016-02-06 02:37:57 +01:00
Yahya Lmallas
e055baa996
FIX QiraDB warnings add url and disc to package, move qiradb version to a new file and allow setup.py --version, force pip package to latest version
2016-02-06 02:29:07 +01:00
Yahya Lmallas
9ac8f022ee
fixes on IDA Python Plugin, and typos
2016-02-05 04:13:50 +01:00
Yahya Lmallas
bed9204678
This could be better one line instead of two
2016-02-05 01:19:32 +01:00
Yahya Lmallas
4b60f5b2aa
Refactoring MISP/EL
2016-02-05 00:43:15 +01:00
Yahya Lmallas
a41bbb07d4
Merge branch 'master' of https://github.com/BinaryAnalysisPlatform/qira
2016-02-05 00:17:20 +01:00
Yahya Lmallas
6097bbc543
Redefine REGS from tuples to lists to allow assignement for dynamic types to fix endianess etc...
2016-02-05 00:15:34 +01:00
George Hotz
0c584f7fbb
Merge pull request #146 from iambrosie/patch-1
...
updated pin install script location
2016-02-04 09:01:43 -08:00
ambrosie
7a0b11608b
updated pin install script location
...
➜ qira-1.2 find . -iname pin_build.sh
./tracers/pin_build.sh
2016-02-04 14:12:25 +02:00
Ned Williamson
58904170f7
Merge pull request #144 from Maroc-OS/master
...
Very basic Mach-O Arm initial detection support
2016-02-03 22:28:11 -05:00
Yahya Lmallas
9438c02f87
typo
2016-02-04 03:08:57 +01:00
Yahya Lmallas
d8ca38a7fd
final pass: cleaned codes, remove duplicates & corrected labels to default.
2016-02-04 02:55:59 +01:00
Ned Williamson
54b1ae432c
some refactoring in IDA plugin
2016-02-03 20:53:58 -05:00
Yahya Lmallas
aca789d2a9
Merge branch 'master' of https://github.com/BinaryAnalysisPlatform/qira
2016-02-04 02:10:58 +01:00
Ned Williamson
7de8a07db4
Don't print ugly message when testing presence of brew.
2016-02-03 19:59:14 -05:00
Ned Williamson
7618c1a4d2
Add example 32-bit and 64-bit Mach-O binaries to tests_manual.
2016-02-03 19:56:11 -05:00
Yahya Lmallas
6c2a3be8cd
fix little mistake, CPU_SUBTYPE_ARM_V7EM = 16
2016-02-03 22:06:39 +01:00
Yahya Lmallas
89a7505113
FAT (universal) binaries Aarch64 detection small fix, until i got a pure 64bit arm binary for next push
2016-02-02 16:21:49 +01:00
Yahya Lmallas
5714319f1a
Add more arm cpu subtypes recognition and some clean-up
2016-02-02 10:50:34 +01:00
Yahya Lmallas
b43491cf49
This one is more clean and fixes some issues on the old commit, arm/arch64 can be detected now, need more clean up and print the exact cpu_subtype
2016-02-01 20:31:10 +01:00
Yahya Lmallas
abf4e1adea
Very basic Mach-O Arm initial detection support, and add more Mach-O magics
2016-02-01 17:06:14 +01:00
George Hotz
6ea62c71a9
ugh, stupid git merge UX
2016-01-31 18:16:02 +00:00
George Hotz
64def4d61c
Merge branch 'Maroc-OS-master'
2016-01-31 18:14:43 +00:00
George Hotz
09692fefa8
merging in fixes, moved to requirements
2016-01-31 18:14:28 +00:00
George Hotz
84b89ad213
update binary distribution script and installer
2016-01-31 18:06:40 +00:00
Yahya Lmallas
55078b2deb
Qira Mach-O binaries shouldn't be named OS X Bins, Add big-endia magic headers
2016-01-31 17:56:44 +01:00
Yahya Lmallas
953e53f388
pyparsing is not installed first, remove uninstaling it from install script
2016-01-31 17:05:43 +01:00
Yahya Lmallas
23bc96263e
fix pydot to the correct version to prevent error during install : Couldn't import dot_parser, loading of dot files will not be possible.
2016-01-31 16:36:39 +01:00
Yahya Lmallas
c08de6fff4
seems travis do not love env-vars, this should be the final one.
2016-01-31 16:15:10 +01:00
Yahya Lmallas
7f60bc7ce3
seems travis do not love env-vars, this should be the final one.
2016-01-31 16:13:35 +01:00
Yahya Lmallas
de62343e9b
root required for apt-get in travis
2016-01-31 15:49:52 +01:00