Announcement

Collapse
No announcement yet.

Fracture: Another Open-Source Decompiler Project

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Fracture: Another Open-Source Decompiler Project

    Phoronix: Fracture: Another Open-Source Decompiler Project

    Fracture is another open-source project aiming to offer users/developers the ability to decompile binaries back into an intermediate form...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    "support for taking binaries back to LLVM IR"

    so.... it takes it from partially readable machine code to unreadable crap?

    Comment


    • #3
      Originally posted by droidhacker View Post
      "support for taking binaries back to LLVM IR"

      so.... it takes it from partially readable machine code to unreadable crap?
      No decompiler will be able to recreate the exact code and recompiling the decompiled code may not always work properly. Also every compiler has its nuances and the binaries produced by different compilers may not be exactly the same byte for byte

      Comment

      Working...
      X