You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.
Ghidra supports loading of the original file now (from "Ghidra v9.1 (September 2019)" changelog):
Memory. Added new API to preserve imported program's original bytes and how they map to memory blocks. (GT-2845)
This probably means the importer no longer has to slice the file into different sections, thereby making it nearly impossible to reach bytes which the importer didn't support at the time.
Ghidra supports loading of the original file now (from "Ghidra v9.1 (September 2019)" changelog):
This probably means the importer no longer has to slice the file into different sections, thereby making it nearly impossible to reach bytes which the importer didn't support at the time.
Someone should look into this.
For some reference changes also look at this:
https://github.com/NationalSecurityAgency/ghidra/search?q=%22gt-2845%22&type=Commits
The text was updated successfully, but these errors were encountered: