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

feat(dynamic): support running binaries with CLI arguments #49

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

orhun
Copy link
Owner

@orhun orhun commented Sep 22, 2024

Description of change

This PR makes it possible to run binaries with specified arguments. e.g.

binsider "python test.py"

Motivation and Context

#7 (comment)

How has this been tested? (if applicable)

Locally

Copy link

codecov bot commented Sep 22, 2024

Codecov Report

Attention: Patch coverage is 0% with 17 lines in your changes missing coverage. Please review.

Project coverage is 3.47%. Comparing base (3a7dec7) to head (0c502ac).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/lib.rs 0.00% 9 Missing ⚠️
src/tracer.rs 0.00% 6 Missing ⚠️
src/file.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##            main     #49      +/-   ##
========================================
- Coverage   3.48%   3.47%   -0.01%     
========================================
  Files         18      18              
  Lines       2329    2340      +11     
========================================
  Hits          81      81              
- Misses      2248    2259      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@orhun orhun merged commit b461ecf into main Sep 23, 2024
27 checks passed
@orhun orhun deleted the feat/allow_dynamic_analysis_with_args branch September 23, 2024 18:25
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.

1 participant