redballoonsecurity / ofrak

OFRAK: unpack, modify, and repack binaries.
https://ofrak.com
Other
1.85k stars 127 forks source link

Feature/large file speedup #319

Closed dannyp303 closed 1 year ago

dannyp303 commented 1 year ago

One sentence summary of this PR (This should go in the CHANGELOG!) Fetch data to display in frontend as needed to help support large files.

Link to Related Issue(s)

Please describe the changes in your request. Added parameter to request ranges of data. Added route to get length of data. Replaced all requests for all data just to get the length with new get_data_length request. Updated HexView and BinaryModifier to request ranges of data from the backend.

Anyone you think should look at this, specifically? @jstrieb