Skip to content

FSR & IPC fixes & optimizations - #1523

Open
jstucke wants to merge 4 commits into
masterfrom
fsr-fixes
Open

FSR & IPC fixes & optimizations#1523
jstucke wants to merge 4 commits into
masterfrom
fsr-fixes

Conversation

@jstucke

@jstucke jstucke commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Multiple fixes and optimizations for the IPC plugin and the FSR (part of software components)

  • deactivates more expensive Ghidra analyses that are not needed
  • optimizes the Ghidra scripts and adds result caching for significant speedups
  • multiple bugfixes and changes to improve robustness
  • multiple fixes in the FSR (outside of docker):
    • fixed problem that Ghidra was executed on non-ELF files
    • fixed problem that FSR and version_function mode could not run both for one YARA rule
    • fixed bug that Ghidra was started even if the format string list was empty

jstucke added 4 commits August 3, 2026 16:30
* deactivates expensive analyzers that are not needed
* added caching to speed up code and remove duplicate lookups
* added more None checks
* fix for AttributeError in analyze_call_sites
* added maximum recursion depth
* ignore unrealistically large functions
* fixed problem that Ghidra was executed on non-ELF files
* fixed problem that FSR and version_function mode could not run both for one YARA rule
* fixed bug that Ghidra was started even if the format string list was empty
@jstucke jstucke self-assigned this Aug 3, 2026
@codecov-commenter

codecov-commenter commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 50.00000% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.52%. Comparing base (2c3bdae) to head (df32b38).

Files with missing lines Patch % Lines
...is/software_components/code/software_components.py 46.15% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1523      +/-   ##
==========================================
- Coverage   93.08%   92.52%   -0.57%     
==========================================
  Files         375      368       -7     
  Lines       23566    21314    -2252     
==========================================
- Hits        21936    19720    -2216     
+ Misses       1630     1594      -36     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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