Expand file #7162
Answered
by
ryanmkurtz
1392-github
asked this question in
Q&A
Expand file
#7162
-
how to expand DLL/SO/EXE file and add address to expanded space? |
Beta Was this translation helpful? Give feedback.
Answered by
ryanmkurtz
Nov 7, 2024
Replies: 1 comment 14 replies
-
You do this with the Memory Map. There is a |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to do that in Ghidra, you need to clear out some existing file-backed code, and puts yours in its place. You just have to get creative about where you store it. Keep in mind, this is not what Ghidra was intended to do, so you'll have to work for it a bit.