-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dotnet: emit enclosing class information for nested classes (#1913)
* 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 <[email protected]> * 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 <[email protected]> * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <[email protected]> * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <[email protected]> * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <[email protected]> * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <[email protected]> * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <[email protected]> * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <[email protected]> * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <[email protected]> * Update capa/features/extractors/dnfile/helpers.py Co-authored-by: Mike Hunhoff <[email protected]> * 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 <[email protected]>
- Loading branch information
1 parent
62474c7
commit 7584e4a
Showing
5 changed files
with
255 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters