| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-14 | Support disabling the debugger plugin shipped with BN by setting ↵ | Xusheng | |
| BN_DISABLE_CORE_DEBUGGER environment variable | |||
| 2022-12-13 | fix incorrect link | Jordan | |
| 2022-12-13 | notes on disabling logging | Jordan | |
| 2022-12-08 | Fix capitalization on C++ API docs index | Jon Palmisciano | |
| 2022-12-08 | Change type from array->string. | Sean Deaton | |
| `enum` seems to be the list of strings that are possible values. When the type is set to `array` and `enum` is present, Settings fails to load. Additionally, I could not find any examples of Settings where the type is set `array` and `enum` is added. I confirmed that the list of strings defined in `enum` populate a drop down list when the `type` is set to `string`. | |||
| 2022-12-08 | Triage view: update exports list when functions change | Glenn Smith | |
| 2022-12-06 | Update issue templates. | Alexander Taylor | |
| 2022-12-05 | Fix crash when symbols list fetch is still running when find/address dialog ↵ | Rusty Wagner | |
| is dismissed | |||
| 2022-12-02 | Update linear view header spacing | Josh Ferrell | |
| 2022-12-01 | Revert commenting out of this macro | Glenn Smith | |
| This was the culprit that was breaking the generator for core type parser, but that uses clang and doesn't have the weird race condition where it breaks anymore. Also this comment was a mistake so whoops | |||
| 2022-11-30 | [Rust API] BinaryView.get_types() etc | Glenn Smith | |
| 2022-11-30 | Triage View: show typelib status of imports | Glenn Smith | |
| 2022-11-30 | Type library C++ api & import recording | Glenn Smith | |
| 2022-11-30 | Add sticky header to linear view | Josh Ferrell | |
| 2022-11-29 | generator.cpp: Don't even create a temp file, just use ephemeral | Glenn Smith | |
| 2022-11-29 | generator.cpp: Use temporary Settings to prevent typeparser race | Glenn Smith | |
| 2022-11-28 | Update docs for signatures folder in user dir | Josh Ferrell | |
| 2022-11-28 | Faster hashing of rapidjson values | Josh Ferrell | |
| 2022-11-27 | Fix clang warnings | Josh Ferrell | |
| 2022-11-27 | Use windows workaround for GetObject | Josh Ferrell | |
| 2022-11-27 | Add workaround from https://github.com/Tencent/rapidjson/pull/1877 | Josh Ferrell | |
| 2022-11-27 | Revert rapidjson SIMD | Josh Ferrell | |
| 2022-11-27 | Add support for finding rapidjson member from string | Josh Ferrell | |
| 2022-11-27 | Implement hash function for rapidjson values | Josh Ferrell | |
| 2022-11-27 | Enable rapidjson SIMD support | Josh Ferrell | |
| 2022-11-25 | Use c_char in FFI for better compatibility | Rusty Wagner | |
| 2022-11-25 | Tomcrypt is no longer used | Rusty Wagner | |
| 2022-11-25 | We no longer include libmspack | Rusty Wagner | |
| 2022-11-25 | Replace discount with pulldown-cmark | Rusty Wagner | |
| 2022-11-25 | Add botan to open source list | Rusty Wagner | |
| 2022-11-23 | Move HelloPane registered action from Tools->Plugins | KyleMiles | |
| 2022-11-20 | Initial constant expression builtin outliner. | Brian Potchik | |
| 2022-11-19 | Fix issues with building using Visual Studio 2022 | Rusty Wagner | |
| 2022-11-17 | Update to Qt 6.4.1 | Rusty Wagner | |
| 2022-11-17 | Remove QGraphicsEffect as it's causing instability | Rusty Wagner | |
| 2022-11-16 | Add python docs for TypePrinter methods | Glenn Smith | |
| 2022-11-16 | Implement Type::IsVolatile | Glenn Smith | |
| Technically part of #2750 | |||
| 2022-11-16 | Add TypePrinter::PrintAllTypes to export C headers | Glenn Smith | |
| 2022-11-16 | Add ReplaceInvalidCharsEscapingType for C-compatible escaping | Glenn Smith | |
| 2022-11-16 | Add BinaryView::GetDependencySortedTypes | Glenn Smith | |
| 2022-11-16 | Small docstring improvements | Josh Ferrell | |
| 2022-11-14 | Revert "Show filtered/total count in search" | Glenn Smith | |
| This reverts commit 78a4c923fe3fd5790e03e2c963e0a519d8c2b93b. | |||
| 2022-11-11 | Header import dialog | Glenn Smith | |
| 2022-11-11 | Convenience helpers for type parsing in c++ | Glenn Smith | |
| 2022-11-11 | Extra options for type parsers | Glenn Smith | |
| 2022-11-11 | Fix some inconsistencies in python bindings between clang and core type parsers | Peter LaFosse | |
| 2022-11-10 | Introduce a macro to implement `printf` attribute | Christian Blichmann | |
| This lets us remove a lot of `#ifdef __GNUC__` in function declarations, which makes them more readable. | |||
| 2022-11-10 | Switch to using the Clang type parser for binding generation | Peter LaFosse | |
| 2022-11-10 | Include C++ standard headers | Christian Blichmann | |
| When compiling in C++ mode, the C++ standard library headers should be included instead of their C counterparts. Drive-by: - Removed include of `json/json.h` from `settings.cpp`, where it was not used | |||
| 2022-11-10 | Windows/MSVC: Avoid compiler warning if `NOMINMAX` is already set | Christian Blichmann | |
