spellshift / realm

Realm is a cross platform Red Team engagement platform with a focus on automation and reliability.
https://docs.realm.pub/
GNU General Public License v3.0
423 stars 32 forks source link

Binary read support #740

Closed hulto closed 7 months ago

hulto commented 8 months ago

What type of PR is this?

/kind bug /kind feature

What this PR does / why we need it:

This PR adds support for reading binary files and adds remote support to the remaining asset functions:

Which issue(s) this PR fixes:

Fixes #725

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 98.02260% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 69.94%. Comparing base (ee968bb) to head (c0679a9).

Files Patch % Lines
implants/lib/eldritch/src/assets/list_impl.rs 94.64% 3 Missing :warning:
...plants/lib/eldritch/src/assets/read_binary_impl.rs 97.27% 3 Missing :warning:
implants/lib/eldritch/src/assets/read_impl.rs 99.21% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #740 +/- ## ========================================== + Coverage 69.24% 69.94% +0.70% ========================================== Files 179 179 Lines 12745 13060 +315 ========================================== + Hits 8825 9135 +310 - Misses 3693 3698 +5 Partials 227 227 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hulto commented 7 months ago

No lints image