-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from ivg/async-bap
Async bap
- Loading branch information
Showing
34 changed files
with
2,148 additions
and
1,001 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
sudo: false | ||
language: python | ||
python: | ||
- "3.5" | ||
install: pip install tox | ||
script: tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
0.2.0 | ||
----- | ||
* call BAP asynchronously (without blocking IDA) | ||
* run several instances of BAP in parallel | ||
* special attribute view (instead of `Alt-T` search) | ||
* neater comment syntax (attr=value instead of sexp) | ||
* task manager for primitive job control | ||
* plugins are now callable from the menu (try `Ctrl-3`) | ||
* each instance has its own view | ||
* view selector can switch between views | ||
* stderr and stdout are properly dumped into the view | ||
* cross-platform implementation (Docker, Windows should work) | ||
* more robust type emition | ||
* new generic ida service integration (for calls to IDA from BAP) | ||
* added unit tests | ||
* Travis-CI integration | ||
* code refactoring: more pythonic, PEP8 compilant, pylint-happy | ||
|
||
0.1.0 | ||
----- | ||
* initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.