| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-15 | Refactor to how symbols and namespaces work | Peter LaFosse | |
| 2018-10-13 | api: more stable PossibleValueSet __repr__ output | Ryan Snyder | |
| 2018-10-11 | Fixes #1164, #1166 and #1165 | Peter LaFosse | |
| 2018-10-10 | Fix get_section_by_name API | Peter LaFosse | |
| 2018-10-10 | fixes #1158 | jv35 | |
| 2018-10-09 | alphabetize settings | Jordan Wiens | |
| 2018-10-08 | update CLA info | Jordan Wiens | |
| 2018-10-08 | Merge pull request #1160 from jryans/issue-link | Jordan | |
| Fix link to issue tracker | |||
| 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 | |
