mirror of
https://github.com/mandiant/capa.git
synced 2025-12-30 14:40:53 -08:00
* Update helpers.py * Update helpers.py * TypeRef correction in helpers.py * Fixed TypeRef to proper functionality * Accounts for TypeRef updated tuple * Corrected TypeDef tuple creation in helpers.py * Update types.py * Update types.py * Create helpers_draft.py * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com> * Update helper functions, variables, and draft further implementations * Update helpers.py * Update types.py * Directly access TypeDef and TypeRef tables * Update helpers.py * Update helpers.py * Delete capa/features/extractors/dnfile/helpers_draft.py * Update types.py * Update dotnetfile.py * Update types.py comment * Clean extract_file_class_features in dotnetfile.py * Cleaned up callers, var names, and other small items * Update dotnetfile.py * Clean up caller logic in dotnetfile.py * Clean up callers and update helper logic in helpers.py * Linter corrections for types.py * Linter corrections for dotnetfile.py * Linter corrections and caller functions cleanup for helpers.py * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com> * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com> * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com> * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com> * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com> * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com> * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com> * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com> * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com> * Update helpers.py * Update dotnetfile.py * Update tuple type in types.py * Update dotnetfile.py * Update return value annotations in helpers.py * Linting update types.py * Linting update dotnetfile.py * Added unit tests to fixtures.py * Update types.py * Linting fix for types.py * Update CHANGELOG.md * Small changes to return types in helpers.py --------- Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com>