1071 Commits

Author SHA1 Message Date
George Hotz
5434732b63 update run_tests_static 2015-08-27 07:17:06 +00:00
George Hotz
be0329f73a trails bugfixes 2015-08-27 07:16:20 +00:00
George Hotz
8ae77cc0f5 better, static broken out in travis yml 2015-08-27 07:01:43 +00:00
George Hotz
c8293b4c7b add run tests static to travis 2015-08-27 06:56:07 +00:00
George Hotz
a76912e87d extra change in case of crash 2015-08-26 07:59:15 +00:00
George Hotz
96f63f1db8 that was too beautiful to not code, added trails 2015-08-26 03:23:58 +00:00
George Hotz
6bdf1809ca refactor size, and add string naming 2015-08-26 02:35:00 +00:00
George Hotz
0173e8059f going to demo static tomorrow, fix in trunk 2015-08-25 02:04:58 +00:00
George Hotz
466af9951e and fix for memory, need to redraw on resize automatic 2015-08-25 01:23:45 +00:00
George Hotz
1dc8fb38d7 apply same fix to strace 2015-08-25 01:20:10 +00:00
George Hotz
55440bc8c6 clean up idump 2015-08-25 01:15:07 +00:00
George Hotz
9993f4eace starting to fix horrendous UI regressions 2015-08-25 00:51:18 +00:00
Ned Williamson
05fb14c446 Merge pull request #119 from percontation/master
dust off qirapin
2015-08-22 13:35:57 -04:00
Ryan Goulden
01429e3616 implement the fewer-silly-sparsefiles TODO 2015-08-22 01:22:57 -07:00
Ryan Goulden
3dfb58a225 fixed windows
- fix MapViewOfFile alloc granularity
- disabled strace
2015-08-22 01:07:44 -07:00
Ryan Goulden
2fe015a71f new image saving strategy 2015-08-22 01:07:44 -07:00
Ryan Goulden
da04383250 workaround pin shitting itself on os x 2015-08-21 21:47:14 -07:00
Ryan Goulden
f659a0f662 bump osx_syscalls 2015-08-21 20:41:19 -07:00
Ryan Goulden
bb28f6d8e2 fix qirapin windows build, add scripts 2015-08-21 18:50:18 -07:00
George Hotz
858a828154 add doubleshell test, for some reason it works 2015-08-21 01:32:33 -07:00
George Hotz
4838fb98c3 global_tags should be using Tags 2015-08-21 01:18:19 -07:00
Ned Williamson
42894a787c update readme to reflect more arches in fetchlibs.sh 2015-08-20 22:18:41 -04:00
Ned Williamson
4bcf468e1e remove debug print 2015-08-20 16:10:35 -04:00
George Hotz
10b23c8887 Merge pull request #117 from tim-becker/depth_map
Improves depth map on ARM, PPC, and MIPS
2015-08-20 01:18:47 -07:00
George Hotz
f1af0daa79 Merge pull request #116 from alpire/master
Fix memory leaks in qiradb
2015-08-18 15:56:54 -07:00
Alexandre Rebert
214b375a79 Fix memory leaks in qiradb
PyDict_SetItem(d, k, v) calls Py_INCREF on k and v, so Py_DECREF needs
to be called.
2015-08-18 17:36:21 -04:00
George Hotz
3133cbed21 Merge pull request #115 from tim-becker/librarymaps
Better way to filter library addresses
2015-08-17 09:00:27 -07:00
Tim Becker
1eeedd2eed Account for branch delay slot in depth map 2015-08-16 18:09:54 -04:00
Tim Becker
ae6116fe23 Recognition of calls on ARM, PPC, and MIPS 2015-08-16 18:09:26 -04:00
Tim Becker
6f88c62ff1 Merge two patch files into one 2015-08-15 01:43:21 -04:00
Tim Becker
fc21888161 Add patch for tracking library maps and filtering PC addresses based on them 2015-08-14 00:07:12 -04:00
Ned Williamson
2668d22733 move badge 2015-08-13 05:08:15 -04:00
Ned Williamson
8e1bb5b44d Merge pull request #114 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2015-08-13 05:06:57 -04:00
The Gitter Badger
637cac6d45 Added Gitter badge 2015-08-13 09:02:46 +00:00
George Hotz
2dd60b2af4 add debian-archive-keyring to install since fetchlibs needs it 2015-08-12 08:06:39 -07:00
Ned Williamson
adfd0e2c29 fetchlibs is a little cleaner 2015-08-12 01:37:29 -04:00
Ned Williamson
32fffe06ec Merge branch 'master' of https://github.com/BinaryAnalysisPlatform/qira into mips_libraries 2015-08-12 01:32:01 -04:00
Ned Williamson
9ce7ce1432 add mipsel challenges from defcon 2015-08-12 01:31:45 -04:00
Ned Williamson
cd5f8654ad Merge pull request #113 from tim-becker/mipsel
Add support for little endian mips
2015-08-12 01:31:34 -04:00
Ned Williamson
fa52eaeb5c load new libraries from fetchlibs 2015-08-12 01:31:20 -04:00
Ned Williamson
66527508a9 fetchlibs does debian now 2015-08-12 01:23:03 -04:00
Tim Becker
02e49b0f62 Add missing register 2015-08-11 23:00:43 -04:00
Tim Becker
d99025af5c Add support for little endian mips 2015-08-11 22:24:36 -04:00
Ned Williamson
ebb6c2180a don't install bap python package 2015-08-11 17:27:32 -04:00
Ned Williamson
3855376cea Merge branch 'master' of https://github.com/BinaryAnalysisPlatform/qira 2015-08-11 13:42:17 -04:00
Ned Williamson
bb1c57746b loader fails nicely on non-ELF inputs 2015-08-11 13:41:48 -04:00
George Hotz
e518868f2b Merge pull request #112 from nedwill/master
Update fetchlibs.sh
2015-08-11 10:23:11 -07:00
Ned Williamson
e3faa3e32c tests don't need ocaml 2015-08-11 13:20:10 -04:00
Ned Williamson
e3d95b7b4e newer fetchlibs 2015-08-11 13:17:30 -04:00
George Hotz
3f36b392bf disable static by default, pushing to v3 2015-08-11 04:08:43 -07:00