| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-06 | Fix minor memory leak in ParseTypesFromSource | Peter LaFosse | |
| 2018-10-06 | Fix misspelled API | Peter LaFosse | |
| 2018-10-06 | Fix link to issue tracker | J. Ryan Stinnett | |
| 2018-10-05 | Expose SymbolBinding API | Peter LaFosse | |
| 2018-10-05 | Merge branch 'dev' of github.com:Vector35/binaryninja-api into dev | Peter LaFosse | |
| 2018-10-05 | remove duplicate hotkey entry | Jordan Wiens | |
| 2018-10-05 | add windows troubleshooting steps | Jordan Wiens | |
| 2018-10-05 | Force use of requests on Windows to avoid cert issues on some installs | Rusty Wagner | |
| 2018-10-05 | Patch FlowGraph locking | negasora | |
| 2018-10-05 | Fix memory leak while getting NameSpace | Peter LaFosse | |
| 2018-10-05 | python3: ensure callbacks live long enough | Ryan Snyder | |
| 2018-10-05 | add missing newline to fix formatting of code block for nix derivation file | Jordan Wiens | |
| 2018-10-05 | api: remove some lingering xrange uses in python bindings | Ryan Snyder | |
| 2018-10-05 | Fix generation of core.BNLog | Josh Watson | |
| Most of the BNLog API methods are just variable length arguments of strings. BNLog also includes a `level` parameter, which causes a `TypeError` when `binaryninja.log.log(level, msg)` is called, because it is expecting all parameters to be strings. This PR fixes it so that `BNLog` is correctly generated. Note: I haven't actually tested this to verify `generator` still works, because my Makefile is messed up currently. | |||
| 2018-10-05 | fix url in documentation | Jordan Wiens | |
| 2018-10-05 | table cleanup and extra escaping for windows path | Jordan Wiens | |
| 2018-10-05 | documentation updates | Jordan Wiens | |
| 2018-10-05 | Remove extraneous text | Kyle Martin | |
| 2018-10-05 | remove duplicate hotkey entry | Jordan Wiens | |
| 2018-10-05 | add windows troubleshooting steps | Jordan Wiens | |
| 2018-10-04 | Force use of requests on Windows to avoid cert issues on some installs | Rusty Wagner | |
| 2018-10-03 | Patch FlowGraph locking | negasora | |
| 2018-09-29 | Fix issue with GetNameSpace, squash warning | Peter LaFosse | |
| 2018-09-29 | Produce better output for data variable test | Peter LaFosse | |
| 2018-09-28 | Namespace API cleanup | Peter LaFosse | |
| 2018-09-26 | python3: ensure callbacks live long enough | Ryan Snyder | |
| 2018-09-25 | add missing newline to fix formatting of code block for nix derivation file | Jordan Wiens | |
| 2018-09-25 | api: remove some lingering xrange uses in python bindings | Ryan Snyder | |
| 2018-09-25 | Merge branch 'joshwatson-fix-BNLog' into dev | Ryan Snyder | |
| 2018-09-24 | fix url in documentation | Jordan Wiens | |
| 2018-09-24 | table cleanup and extra escaping for windows path | Jordan Wiens | |
| 2018-09-24 | documentation updates | Jordan Wiens | |
| 2018-09-24 | Remove extraneous text | Kyle Martin | |
| 2018-09-21 | Fix ref count bug in Relocation class | Peter LaFosse | |
| 2018-09-20 | Merge branch 'dev' into test_relocation | Peter LaFosse | |
| 2018-09-20 | Adding NameSpace tokens and plumbing through some namespce apis | Peter LaFosse | |
| 2018-09-18 | Fix generation of core.BNLog | Josh Watson | |
| Most of the BNLog API methods are just variable length arguments of strings. BNLog also includes a `level` parameter, which causes a `TypeError` when `binaryninja.log.log(level, msg)` is called, because it is expecting all parameters to be strings. This PR fixes it so that `BNLog` is correctly generated. Note: I haven't actually tested this to verify `generator` still works, because my Makefile is messed up currently. | |||
| 2018-09-18 | python: make BasicBlocks iterate over disassembly lines, not instrs | Ryan Snyder | |
| In certain situations Architecture implementations can return different lengths in get_instruction_info and get_instruction_text (e.g. pseudo-instructions). Since BasicBlock's __iter__ method returns disassembly lines, we should advance by the length returned by that callback instead of get_instruction_info, which could be different. | |||
| 2018-09-17 | api: switch testcase submodule url to https:// | Ryan Snyder | |
| 2018-09-17 | api: fix read beyond bounds of basic block | Ryan Snyder | |
| 2018-09-13 | Add callee saved registers on calling conventions to specify which registers ↵ | Rusty Wagner | |
| are assumed to be preserved (used in heuristics to avoid incomplete data flow cloberring these registers) | |||
| 2018-09-12 | Merging with dev | Peter LaFosse | |
| 2018-09-10 | import MainThreadAction from the correct location | gaasedelen | |
| 2018-09-10 | Fix an incorrect field name in FlowGraphLayoutRequest._complete | Josh Watson | |
| 2018-09-05 | Merge branch 'test_stack_adjust' into dev | Rusty Wagner | |
| 2018-09-04 | Add API to create graphs of IL functions | Rusty Wagner | |
| 2018-09-02 | Add target field field to BNRelocationInfo structure | Peter LaFosse | |
| 2018-08-31 | Add some docs to flow graph API | Rusty Wagner | |
| 2018-08-31 | Merging with dev | Peter LaFosse | |
| 2018-08-30 | Fix signed constants in Python IL | Rusty Wagner | |
