| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-17 | Immutable type/struct/enum objects, allowing deduplication for reduced ↵ | Rusty Wagner | |
| memory usage. In C++ API, modifying or creating types, structures, or enumerations should be done with the new TypeBuilder, StructureBuilder, and EnumerationBuilder objects, then converted to a final Type, Structure, or Enumeration object using the Finalize method once the modifications are complete. When modifying structures or enumerations inside existing types, use the WithReplacedStructure or WithReplacedEnumeration methods on the root type object and reregister the type to use the modified object. In Python API, types, structures, and enumerations can be created as in previous versions, but the objects become immutable once they are passed to a method. To modify an existing type, structure, or enumeration, use the mutable_copy() method. When modifying structures or enumerations, replace the modified object in the Type with the with_replaced_structure() or with_replaced_enumeration() methods. | |||
| 2019-12-14 | function variable documentation improvements | Jordan Wiens | |
| 2019-12-13 | Add unit test for DataRenderer | Peter LaFosse | |
| 2019-12-13 | Fix for issue with custom display types | Peter LaFosse | |
| 2019-12-09 | Properly qualify log_error | Peter LaFosse | |
| 2019-12-09 | Fixes #1413 write_at_cursor api issue | Peter LaFosse | |
| 2019-12-04 | Update architecture doctests to python3 | contact@devtty1er.com | |
| 2019-12-04 | Content for Types & Structures user guide page. | TACIXAT | |
| *insert passive aggressive snapchat of empty docs page here* | |||
| 2019-11-29 | small QOL fixes to snippet editor: remove name field and combine it with ↵ | Jordan Wiens | |
| description, revert button replaced with close, creating a new snippet selects it as well for editing, added some placeholder text and other bugfixes | |||
| 2019-11-26 | Fix python console context menu. | Brian Potchik | |
| 2019-11-24 | Update .gitignore | Stephen Tong | |
| 2019-11-24 | Add signature matcher library functions to Feature Map | rollsafe | |
| 2019-11-24 | Update triage files.cpp example | rollsafe | |
| 2019-11-24 | Update unit test for byte range inference on byte size loads. | Brian Potchik | |
| 2019-11-22 | Update tests for: Fix duplicate external symbols in ELF files | Peter LaFosse | |
| 2019-11-22 | update documentation for python 3.8 workaround | Jordan Wiens | |
| 2019-11-19 | Don't install PySide2 into python path if it's not compatible with that ↵ | Rusty Wagner | |
| version of Python | |||
| 2019-11-17 | Add database support for open with options and rebasing. | Brian Potchik | |
| 2019-11-15 | Remove useleess setters | Peter LaFosse | |
| 2019-11-15 | Type workflow improvements | Peter LaFosse | |
| Expand type context for data renderers Add additional linearview helper routines for defining variables inside of structures fix unit tests | |||
| 2019-11-14 | Ignore spurious updates for initial feature map orientation. | Brian Potchik | |
| 2019-11-14 | Initial dynamic rebasing support. | Brian Potchik | |
| 2019-10-31 | Fix initial feature map orientation. | Brian Potchik | |
| 2019-10-27 | Eliminate most warnings on Linux | Rusty Wagner | |
| 2019-10-22 | Fix SymbolsView context menu. | Brian Potchik | |
| 2019-10-22 | Add auto-rotation to feature map. | Brian Potchik | |
| 2019-10-21 | windows: interim workaround for windows segment heap bug | Ryan Snyder | |
| 2019-10-17 | Fix warning. | Brian Potchik | |
| 2019-10-16 | troubleshooting documentation organization and spelling fixes | Jordan Wiens | |
| 2019-10-16 | Add `printf` annotation | meme | |
| 2019-10-15 | Update unit test for Mach-O symbol rebasing support. | Brian Potchik | |
| 2019-10-15 | Fix documentation for get_view_of_file_with_options. | Brian Potchik | |
| 2019-10-15 | Expose Segment auto_defined property | Peter LaFosse | |
| 2019-10-10 | remove os and re modules that snuck into api docs | Jordan Wiens | |
| 2019-10-10 | switch to raw strings for sections that need to show some backslashes | Jordan Wiens | |
| 2019-10-09 | arch: resolve need for bogus flag write type | rssor | |
| Fixes #513 | |||
| 2019-10-09 | fix get_functions_containing documentation to match new behavior | Jordan Wiens | |
| 2019-10-09 | - get_functions_containing() now always returns a list so it can be used ↵ | verylazyguy | |
| directly in a for loop | |||
| 2019-10-09 | re-add image accidentally removed | Jordan Wiens | |
| 2019-10-05 | normalize app name for qsettings, will cause snippets window gemoetry to ↵ | Jordan Wiens | |
| reset once | |||
| 2019-10-02 | Fix typo in SymbolList sort settings | Peter LaFosse | |
| 2019-10-01 | Clean-up BinaryView and Settings documentation. | Brian Potchik | |
| 2019-09-30 | missed two functions for tags documentation | Jordan Wiens | |
| 2019-09-30 | include more tag documentation references to other APIs, fix cross-module ↵ | Jordan Wiens | |
| doc linking and other small formatting cleanups | |||
| 2019-09-30 | add section on searching in the plugin manager | Jordan Wiens | |
| 2019-09-30 | Fix create_tag default boolean | Peter LaFosse | |
| 2019-09-28 | Fix create_tag api | Peter LaFosse | |
| 2019-09-27 | Tag notifications & tag type list optimized | Peter LaFosse | |
| 2019-09-27 | Add some documentation for Settings and BinaryView. | Brian Potchik | |
| 2019-09-27 | typelibrary: update for platform type changes | Ryan Snyder | |
