Skip to content

pe.options: added parse_tls_data option #457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ideeockus
Copy link
Contributor

Reason:

  • sometimes I want to skip tls data parsing

Changes:

  • added ParseOptions.parse_tls_data

@@ -37,6 +39,7 @@ impl ParseOptions {
Self {
resolve_rva: false,
parse_attribute_certificates: false,
parse_tls_data: false,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just curious, what is the rationale for skipping this for te?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are right, it might be better to leave it enabled

@m4b
Copy link
Owner

m4b commented Apr 10, 2025

Needs rebase for CI to run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants