Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing executable files with auto-detected format exports corrupted binaries #19

Closed
rszibele opened this issue Mar 6, 2019 · 36 comments
Labels
Milestone

Comments

@rszibele
Copy link

rszibele commented Mar 6, 2019

Describe the bug
If you import an ELF binary with the format as Executable and Linking Format (ELF) and then export that binary, it creates a corrupted binary that segfaults.

However, if you import it as "Raw binary" and manually select the language, then the exported file works as expected.

To Reproduce
Steps to reproduce the behavior:

  1. Import the cp ELF binary into your project (default settings).
  2. Right-Click it and click Export...
  3. Select Binary as the format.
  4. Export it.
  5. Make the exported binary executable.
  6. Run the exported binary.

Expected behavior
The exported binary should work instead of segfaulting (happens with multiple binaries that I've tested).

Screenshots
Default:
image
Import as Raw binary:
image

Environment (please complete the following information):

  • OS: Kubuntu 18.10
  • Ghira Version 9.0

Additional context
Happens with both i386 and x86_64 binaries.

@rszibele rszibele added the Type: Bug Something isn't working label Mar 6, 2019
@woachk
Copy link

woachk commented Mar 6, 2019

Issue affects ARM binaries too.

@rszibele
Copy link
Author

rszibele commented Mar 6, 2019

Just tested it on Windows and it's the same story with PE executables. They also need to be imported raw, else you can't run them.
image

@rszibele rszibele changed the title Importing ELF files with format "Executable and Linking Format (ELF)" exports corrupted binaries Importing executable files with auto-detected format exports corrupted binaries Mar 6, 2019
@Ristovski
Copy link

Can confirm. The exported ls becomes ~3kb larger than the original.
Some binaries also end up with missing headers.

@Ristovski
Copy link

Note: Loading as Raw Binary does not seem to produce the same analysis/disassembly output at all.

The disassembly after analysis is missing various things ranging from functions not being disassembled to missing Xrefs.

It also appears to analyze the binary much faster than when imported as ELF indicating it is either unable to analyze is as thoroughly when loaded as a Raw Binary or just skips a bunch of analysis options which are enabled/supported only under ELF.

Thus, loading as Raw Binary should not be considered a workaround for this as the output differs.

@ghost
Copy link

ghost commented Mar 7, 2019

The binary export is not intended to create a valid executable - there is no export for doing this. It simply dumps the memory blocks that exist within Ghidra void of any address placement information.

@Ristovski
Copy link

@gnooby22 Would be nice if there was a way to imitate the behavior when loading a binary as Raw Binary (which when exported creates a valid verbatim copy of the loaded program) but retaining all the analysis options when loading it as ELF.

One would expect that Export Program as Binary would create a valid executable when loaded as ELF as well.

This means that executables as of now can't be nicely patched like in IDA.

@bratao
Copy link

bratao commented Mar 7, 2019

Yeah,
Working exported binaries is a very important feature for many workflows.

@Corallo
Copy link

Corallo commented Mar 8, 2019

Once I imported as Raw Binary what can I do to produce the same binary analysis of an ELF? At least to automatically show assembly code.

@Ristovski
Copy link

Ristovski commented Mar 8, 2019

@Corallo It sadly does not seem to be possible as of now

@johnalanwoods
Copy link

Also have this issue.

When I make patches to apps, I can't export a binary without seg fault, nor does it make the change to the underlying binary referenced by the project.

@looterz
Copy link

looterz commented Mar 31, 2019

Same issue here with every binary I have tested.

@johnalanwoods
Copy link

Does 9.0.1 fix this?

@najamelan
Copy link

@johnalanwoods Don't worry, it won't be long. Imagine all these poor agents at the NSA who can't work because their hacking toy is broken. They won't let this linger long. LOL

@Ristovski
Copy link

@najamelan it does not appear to be a bug

One of the devs (whose account is now deleted) mentioned this:

The binary export is not intended to create a valid executable - there is no export for doing this. It simply dumps the memory blocks that exist within Ghidra void of any address placement information.

I doubt this will be "fixed"

@johnalanwoods
Copy link

@Ristovski interesting. To me this would seem like a basic feature. The ability to edit the binary and run that binary independently of Ghidra. I’m shocked this is seen as normal behaviour. Even IDA does this.

@Ristovski
Copy link

@johnalanwoods I agree. I don't see why the binaries loaded as ELF should not export the same way they do when loaded as Raw Binary. I haven't looked into the bundled source code yet, but maybe this could be trivial to fix.

@ryanmkurtz
Copy link
Collaborator

A few things to add:

  • This was not addressed in 9.0.1. The effort is most likely too large to appear in a patch release.
  • I'm changing this from a bug to an enhancement because while the feature isn't working as requested, it's working as documented (see help page for exporting files).
  • Show File Offset for Currently Selected Address #154 is related, because the file offset to memory address mapping is lost during import. Keeping track of that mapping would be required to properly go back to file-form.

@ryanmkurtz ryanmkurtz added Type: Enhancement New feature or request and removed Type: Bug Something isn't working labels Apr 1, 2019
@johnalanwoods
Copy link

Thank you for the clarification @ryanmkurtz.

It seems unusual to me that, as sophisticated as Ghidra is, it doesn't include this feature.

How much utility can there be without being able to generate an edited executable?

Anyway, not to worry.

Regards,
John

@valentinbreiz
Copy link

valentinbreiz commented Apr 5, 2019

Same problem, works with raw binary, doesn't with auto detection.

@ghost
Copy link

ghost commented Apr 8, 2019

So what are people supposed to do without the ability to export a working binary for windows? Re-write the program or? Isn't this the point of reversing an EXE or am I missing something that people are doing better than patching a working binary?

@ghost
Copy link

ghost commented May 5, 2019

Great find, almost lost my mind trying to figure it out.

@ghost
Copy link

ghost commented May 6, 2019

alright then, i can't finish my root-me assignments using ghidra, what i should do without export, use other tools, what is the point, this is high priority bug.

they are considering this as an "Enhancement feature"

@johnalanwoods
Copy link

I just went back to IDA, at least I can export from it easily and I don’t have to run it inside 4 nested VMs to avoid myself being backdoored ;)

@johnalanwoods
Copy link

johnalanwoods commented May 15, 2019 via email

@johnalanwoods
Copy link

Does 9.0.4 fix this?

@ryanmkurtz
Copy link
Collaborator

No, 9.0.4 is mostly a bug fix release.

@karagenc
Copy link

The problem still persists, are you gonna solve it?

@ryanmkurtz
Copy link
Collaborator

Ghidra 9.1 will add the ability to retain and access the original imported program bytes. This was a key requirement for this type of exporter to be written properly. However, Ghidra 9.1 will not introduce any new exporters. Writing an exporter to take a loaded memory image back to a runnable binary is a pretty sizeable task (to do it correctly and completely), and it is specific to each loader (there is no generic solution). However, now that the infrastructure is in place, you might start seeing the community take a stab at it for the more popular file formats (PE, ELF).

@brandonros
Copy link

Will it be possible to put a header on top of a raw binary file? Use case:

$ qemu-system-tricore -M tricore_testboard -kernel firmware.bin

firmware.bin won't work, but if you slap an ELF header on the raw instructions, they will parse.

@schlafwandler
Copy link

I have written a python script to write back small patches to a copy of the original PE/ELF binary:
https://github.com/schlafwandler/ghidra_SavePatch

It's still experimental and far away from a complete export feature; but if you are only dealing with few and small modified locations it might be a good enough workaround.

@ghidra1
Copy link
Collaborator

ghidra1 commented Feb 26, 2020

Note that the Binary export is not broken, it is simply misunderstood. This exporter simply dumps the initialized memory blocks defined within Ghidra in binary form. The blocks are appended sequentially. It was never intended to recreate a loadable/executable binary. While this is certainly a desirable feature, it does not yet exist within Ghidra.

The binary exporter can provide a means of exporting a selected memory region as binary such that it can be subsequently added to another Ghidra program. This can be useful if a specific section needs to be unpacked and loaded to a specific memory address within Ghidra.

@johnalanwoods
Copy link

@ghidra1 understood thanks.

However this means Ghidra can’t be used to patch a binary. Which is the primary reason I use IDA.

Otherwise the use is restricted to inspecting methods and watching output.

@ghidra1
Copy link
Collaborator

ghidra1 commented Feb 28, 2020

The request is a reasonable improvement, although as an analysis tool re-writing binaries has not been a high priority.

I am closing this ticket and deferring the issue to #1505 as an enhancement/improvement.

@ryanmkurtz
Copy link
Collaborator

#1505 was merged in, so there are now PE and ELF exporters that behave how you thought the Binary exporter should have behaved. No changes were made to the Binary exporter...that one still just dumps the memory image to a file as-is. The PE and ELF exporters can be used to save basic byte modifications back to a new runnable PE/ELF file.

Here is the help for the PE exporter:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.