Skip to content
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

Fix case sensitive checks. #1904

Merged
merged 2 commits into from
Apr 3, 2023
Merged

Conversation

wxsBSD
Copy link
Collaborator

@wxsBSD wxsBSD commented Apr 3, 2023

When using pe.import_rva() or pe.delayed_import_rva() they were using case sensitive checks while other import/export functions were case insensitive.

The import_rva() and delayed_import_rva() were added in 4.3.0 so I think they aren't heavily used yet and we can fix them to be consistent now.

Noticed by: Ronnie Salomonsen

When using pe.import_rva() or pe.delayed_import_rva() they were using case
sensitive checks while other import/export functions were case insensitive.

The import_rva() and delayed_import_rva() were added in 4.3.0 so I think they
aren't heavily used yet and we can fix them to be consistent now.

Noticed by: Ronnie Salomonsen
@plusvic plusvic merged commit 12706d9 into VirusTotal:master Apr 3, 2023
@wxsBSD wxsBSD deleted the fix_import_rva_case branch April 3, 2023 16:41
plusvic pushed a commit that referenced this pull request Apr 12, 2023
* Fix case sensitive checks.

When using pe.import_rva() or pe.delayed_import_rva() they were using case
sensitive checks while other import/export functions were case insensitive.

The import_rva() and delayed_import_rva() were added in 4.3.0 so I think they
aren't heavily used yet and we can fix them to be consistent now.

Noticed by: Ronnie Salomonsen

* Fix typo in docs.
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.

None yet

2 participants