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 empty parameters list issue #821

Merged
merged 4 commits into from
Nov 17, 2023

Conversation

viglia
Copy link
Contributor

@viglia viglia commented Nov 17, 2023

Use a specific boolean flag to decide whether to deobfuscate based on parameters list or line numbers.

Empty parameters list should not be used to make this discrimination, but at the same Time Option<T> type is not FFI safe therefore we cannot use it for the Rust bindings.

@viglia viglia self-assigned this Nov 17, 2023
@viglia viglia requested a review from Swatinem November 17, 2023 11:26
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

Merging #821 (73dd848) into master (954e533) will increase coverage by 0.08%.
The diff coverage is 0.00%.

❗ Current head 73dd848 differs from pull request most recent head d0f82f0. Consider uploading reports for the commit d0f82f0 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #821      +/-   ##
==========================================
+ Coverage   74.73%   74.81%   +0.08%     
==========================================
  Files          63       63              
  Lines       15700    15678      -22     
==========================================
- Hits        11733    11730       -3     
+ Misses       3967     3948      -19     

py/symbolic/proguard.py Outdated Show resolved Hide resolved
the symbolic_proguardmapper_remap_frame function
@viglia viglia requested a review from Swatinem November 17, 2023 12:37
@viglia viglia merged commit 1b82961 into master Nov 17, 2023
11 checks passed
@viglia viglia deleted the viglia/fix/differentiate-empty-or-no-parameters branch November 17, 2023 13:41
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