88 Commits

Author SHA1 Message Date
George Hotz
1027901c38 remove prints 2016-05-02 02:57:06 +09:00
George Hotz
0a03de739c add more hooks 2016-05-02 02:56:38 +09:00
George Hotz
83c8d93ba7 comment support 2016-05-02 02:23:24 +09:00
George Hotz
4de69c3f1d making qira plugin great again 2016-05-01 12:12:51 +09:00
George Hotz
3fffc26e69 added name syncing and changed hotkey to z 2016-05-01 11:45:07 +09:00
George Hotz
70464487db added thread safety 2016-05-01 10:07:38 +09:00
Ned Williamson
e7c0dbef5c Merge branch 'master' of github.com:BinaryAnalysisPlatform/qira 2016-03-24 21:41:50 -04:00
Yahya Lmallas
5a6bd49b42 Some qira plugin checks update 2016-02-06 05:23:51 +01:00
Yahya Lmallas
9ac8f022ee fixes on IDA Python Plugin, and typos 2016-02-05 04:13:50 +01:00
Ned Williamson
54b1ae432c some refactoring in IDA plugin 2016-02-03 20:53:58 -05:00
Yahya Lmallas
f50db2e398 Fix: specify the gcc to use on travic-ci to fix previews commit 2016-01-31 15:14:40 +01:00
Yahya Lmallas
dc5775bb4d Fix: Warnings on qiradb trace file and ida build script shouldn't be hardcoded, use something similar to export IDA_SDK=~/idasdk68 && export IDA_DIR=~/ida-6.8 2016-01-30 11:48:44 +01:00
George Hotz
4e8f11e59c oops not those 2016-01-27 08:52:51 -08:00
George Hotz
51b2a7e39a rebuilt ida plugin for mac 2016-01-27 08:49:35 -08:00
Ned Williamson
975ac00709 disable set_trail_colors 2016-01-21 17:48:55 -05:00
Ned Williamson
db20eb165c strip out hack and debug print 2016-01-21 17:40:15 -05:00
Ned Williamson
9912ab995d i know better than to use magic numbers 2016-01-21 12:09:10 -05:00
Ned Williamson
b6860f6ac3 linux ida66 build 2016-01-21 12:05:01 -05:00
Ned Williamson
5a6e8334a1 no lines over 80 2016-01-21 12:04:20 -05:00
Ned Williamson
2e8a98f4a4 add time hack 2016-01-21 11:55:11 -05:00
Ned Williamson
fb15915075 build against 6.6 2015-12-01 14:01:20 -08:00
Ned Williamson
d00a4d731e sadly async callbacks in libwebsockets cause crashes, not sure whose fault it is. some error handling while I'm at it 2015-12-01 13:27:03 -08:00
Ned Williamson
012141ee33 use alloc functions from ida, check some error conditions, do our queue synchronously (libwebsockets not threadsafe omg) 2015-11-27 17:20:35 -05:00
Ned Williamson
007d285b04 fix a couple thread safety issues 2015-11-27 16:23:27 -05:00
Ned Williamson
0123c22e24 turn off debug 2015-11-27 16:11:53 -05:00
Ned Williamson
a58c3597a6 glorious async nonsleeping queue solution 2015-11-27 16:10:53 -05:00
Ned Williamson
67db89a309 ocean colors better? 2015-09-28 23:00:35 -04:00
Ned Williamson
42303030f9 merge 2015-09-28 22:49:15 -04:00
Ned Williamson
5a1261228e cleanup comments, dead code 2015-09-28 22:42:12 -04:00
Ned Williamson
d86393d7f8 we threadsafe now 2015-09-28 22:39:55 -04:00
George Hotz
23f85dc5a2 added thread safety to set_item_color 2015-09-28 10:11:57 -07:00
Ned Williamson
0e96e30497 15 colors seems pretty solid. still random segfaults though, ugh 2015-09-27 20:43:09 -04:00
Ned Williamson
e091a4c5e1 10 is nicer 2015-09-27 18:03:00 -04:00
Ned Williamson
639d026073 more trails progress 2015-09-27 17:52:45 -04:00
Ned Williamson
6e253ff3ca the IDA plugin is not robust at all. i hate libwebsockets 2015-09-27 15:12:02 -04:00
Ned Williamson
fe757325df it's time for trails, let's steal from george
also small cleanup in ida plugin
2015-09-24 16:54:06 -04:00
Ned Williamson
1ac1915137 implement qira -> ida syncing of names and comments, as the user makes them
also, fix small bugs in renaming
2015-09-10 22:20:47 -04:00
Ned Williamson
cd421fb9a8 color the instruction; don't use add_bpt 2015-09-10 13:50:43 -04:00
Ned Williamson
8d69388c47 ugly way to deal with pipe choking, but it works on my system. it's time to get this plugin out 2015-09-07 22:58:25 -04:00
Ned Williamson
a53bb0c1c4 don't autosync 2015-08-24 16:20:02 -04:00
Ned Williamson
95390698a9 remove debug prints 2015-08-24 16:19:44 -04:00
Ned Williamson
64ec11a1d7 don't send empty strings 2015-08-24 16:19:21 -04:00
Ned Williamson
458f4736c2 derp, need to actually send it 2015-08-24 16:14:01 -04:00
Ned Williamson
f8d62daf2a support for sending comments back to qira from ida plugin 2015-08-24 16:05:11 -04:00
Ned Williamson
6fb604747e update libwebsockets to 1.4, mac and windows need to be updated 2015-08-24 16:02:17 -04:00
Ned Williamson
d17529bc6b use MAXNAMELEN from idasdk for send_names, slight refactor 2015-08-24 13:19:42 -04:00
Ned Williamson
56c4efcb27 support for syncing names ida -> qira 2015-08-24 00:33:28 -04:00
Ned Williamson
bbc1f64abc update build script for ida68 2015-08-24 00:29:17 -04:00
Alvaro Muñoz
705ffe283c Make python plugin compatible with chrome 2014-11-03 18:56:59 +01:00
Alvaro Muñoz
80f89491a0 python plugin 2014-09-11 09:24:48 -04:00