-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various fixes to align with the BinSync backend refactor (#25)
* Fixes for BinSync * Fix IDA interface and remove bad decs from installer * All apis should always return and take Lifted objects * Correct some bugs in IDA with the new lifting standards for API * Make some stuff more quiet * dont forget to lower angr * bump * correct version
- Loading branch information
Showing
16 changed files
with
490 additions
and
471 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
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 |
---|---|---|
@@ -1 +1,8 @@ | ||
__version__ = "0.18.0" | ||
__version__ = "0.19.0" | ||
|
||
import logging | ||
logging.getLogger("libbs").addHandler(logging.NullHandler()) | ||
from libbs.logger import Loggers | ||
loggers = Loggers() | ||
del Loggers | ||
del logging |
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.