summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2019-06-17improve parse_expression API documentationJordan Wiens
2019-06-13Add comments map to binaryviewrollsafe
2019-06-13python: fix StringReference, add .raw propertyRyan Snyder
2019-06-13Initial rebase on file load support.Brian Potchik
2019-06-12add dock widget exampleJordan Wiens
2019-06-12more api refactor cleanup in function.pyJordan Wiens
2019-06-12clean up more regex failures, fixes get_string_at among othersJordan Wiens
2019-06-11Fix typo in function for user code refsrollsafe
2019-06-11dest in llil instructions should not always be availableJordan Wiens
2019-06-11StructuredDataView has lingering membersBambu
2019-06-10regexp fail included unintended parametersJordan Wiens
2019-06-10more updates for the undocumented properties changeset -- specifically revert...Jordan Wiens
2019-06-10re-enable documentation for name and byte_name on types.QualifiedNameJordan Wiens
2019-06-09remove two breaking changesJordan Wiens
2019-06-08final refactor for missing parametersJordan Wiens
2019-06-07Fix #1338KyleMiles
2019-06-07Fix 1360KyleMiles
2019-06-05Add BinaryView.get_code_refs_fromrollsafe
2019-05-31minor documentation cleanupsJordan Wiens
2019-05-31Support adding user-defined xrefsrollsafe
2019-05-31Clean Up 2/3 int/long CompatibilityKyleMiles
2019-05-31improve API cross-reference linkingJordan Wiens
2019-05-30Improve Error Handling and Add Some DocumentationKyleMiles
2019-05-30Fix Architecture.assemble so that it works with ArchitectureHooksJosh Watson
2019-05-28Document user xrefs python APIsStephen Tong
2019-05-28Redo/Undo support for user-defined xrefsStephen Tong
2019-05-28WIP: Support adding user-defined xrefsStephen Tong
2019-05-27Add API to query settings properties.Brian Potchik
2019-05-24Limit size of entropy image to fix crashRusty Wagner
2019-05-23small cleanups from pylint plus fix for analysis_infoJordan Wiens
2019-05-21Bring Python triage plugin changes to C++, don't default to raw files always ...Rusty Wagner
2019-05-16only include filename so unit tests dont depend on paths and unit tests can r...Jordan Wiens
2019-05-16incoming edges fixJordan Wiens
2019-05-16fix databufferJordan Wiens
2019-05-15two bugs for the refactor -- arch has a caching getter that must be use for b...Jordan Wiens
2019-05-15first half of the refactor adding getters and setters for init created proper...Jordan Wiens
2019-05-14kaitai: remove type hint for python2 compatibilityAndrew Lamoureux
2019-05-11kaitai: fix fields with values 0 being hiddenAndrew Lamoureux
2019-05-10Fix use after free on assemble on invalid instructionRusty Wagner
2019-05-10Fix memory leak and use after free bugs in BinaryView and FlowGraph objectsRusty Wagner
2019-05-09fix python3 and temporarily disable warningJordan Wiens
2019-05-09warning for older pth files not including ui paths and install script now upd...Jordan Wiens
2019-05-08add documentation for replace_exprJordan Wiens
2019-05-08Add LowLevelILFunction.replace_expr methodJosh Watson
2019-04-30Add unit test to detect memory leaksRusty Wagner
2019-04-26Don't let a node that hasn't been added to the graph be added as an edge targetRusty Wagner
2019-04-25Add SetLicense APIPeter LaFosse
2019-04-25add type checks for various comparatorsJordan Wiens
2019-04-23add eq for LLIL and MLIL instructionsJordan Wiens
2019-04-22Updates to support get_ssa function returning Instructions instead of indices.Brian Potchik