home.social

#decompiler — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #decompiler, aggregated by home.social.

fetched live
  1. Ah yes, the grand unveiling of #Kuna, the #decompiler that nobody asked for, crafted by an "autonomous" #LLM while the human "developer" sips coffee and takes credit. 🤖☕ Because why bother with actual #innovation when you can just throw some #AI buzzwords and call it a day? 🙄🎉
    noelo.org/blog/kuna-release/ #Autonomous #Programming #Humor #HackerNews #ngated

  2. Ah yes, the grand unveiling of #Kuna, the #decompiler that nobody asked for, crafted by an "autonomous" #LLM while the human "developer" sips coffee and takes credit. 🤖☕ Because why bother with actual #innovation when you can just throw some #AI buzzwords and call it a day? 🙄🎉
    noelo.org/blog/kuna-release/ #Autonomous #Programming #Humor #HackerNews #ngated

  3. "DecBench is an experimental benchmark for comparing decompilers and modern LLMs on the task of recovering exact source code."

    https://decbench.com/

    #ReverseEngineering #decompiler
  4. "DecBench is an experimental benchmark for comparing decompilers and modern LLMs on the task of recovering exact source code."

    https://decbench.com/

    #ReverseEngineering #decompiler
  5. Decomp2dbg:

    "decomp2dbg aims to shorten the gap of context switching between decompiler and debugger by introducing a generic API for decompiler-to-debugger symbol syncing."

    github.com/mahaloz/decomp2dbg

    #reverseengineering #debugger #decompiler

  6. Decomp2dbg:

    "decomp2dbg aims to shorten the gap of context switching between decompiler and debugger by introducing a generic API for decompiler-to-debugger symbol syncing."

    github.com/mahaloz/decomp2dbg

    #reverseengineering #debugger #decompiler

  7. github.com/Hexorg/Ouroboros #decompiler written in #rust can now open PE32 files and decompile them. Decompiler isn’t complete of course - expect unresolved expressions and crashes too. But basics work. Open a file, then hover over a byte And press D to disassemble from from that byte onwards. Then hover over instruction address and press F to define function start there. This will show the function in decompile view.

  8. github.com/Hexorg/Ouroboros written in can now open PE32 files and decompile them. Decompiler isn’t complete of course - expect unresolved expressions and crashes too. But basics work. Open a file, then hover over a byte And press D to disassemble from from that byte onwards. Then hover over instruction address and press F to define function start there. This will show the function in decompile view.

  9. @myfear Oh no, comes with a ? 🫨 Better uninstall it before visiting Germany, because simply having one on your computer could get you thrown in ! 🚔

    👉 heise.de/news/Bundesverfassung 🇩🇪

  10. @myfear Oh no, #IntelliJ #IDEA comes with a #decompiler? 🫨 Better uninstall it before visiting Germany, because simply having one on your computer could get you thrown in #jail! 🚔

    👉 heise.de/news/Bundesverfassung 🇩🇪

  11. 🤦‍♂️ Behold the #Fernflower Java #Decompiler, where #JetBrains bravely attempts to turn inscrutable #bytecode gibberish back into Java—truly the hero we neither asked for nor needed. Meanwhile, #GitHub leaps in with #AI wizardry to help developers write "better" code, because clearly, human-written code just isn't confusing enough. 🌟
    github.com/JetBrains/fernflower #CodeDevelopment #HackerNews #ngated

  12. 🤦‍♂️ Behold the #Fernflower Java #Decompiler, where #JetBrains bravely attempts to turn inscrutable #bytecode gibberish back into Java—truly the hero we neither asked for nor needed. Meanwhile, #GitHub leaps in with #AI wizardry to help developers write "better" code, because clearly, human-written code just isn't confusing enough. 🌟
    github.com/JetBrains/fernflower #CodeDevelopment #HackerNews #ngated

  13. One Open-source Project Daily

    Python decompiler for 3.7-3.8 Stripped down from uncompyle6 so we can refactor and start to fix up some long-standing problems

    https://github.com/rocky/python-decompile3

    #1ospd #opensource #bytecode #decompiler #python

  14. One Open-source Project Daily

    Python decompiler for 3.7-3.8 Stripped down from uncompyle6 so we can refactor and start to fix up some long-standing problems

    https://github.com/rocky/python-decompile3

    #1ospd #opensource #bytecode #decompiler #python

  15. Aside of the awesome diagrams that Mermaid.js can generate I'd like to highlight this script that is really helpful when you want to figure out how #decompiler represents different pieces of code:

    https://github.com/v-p-b/ghidra-cheat-sheet/blob/main/scripts/dump_clang.py

    Sample output:

    https://scrapco.de/ghidra-cheat-sheet/decompiler/structure_samples/
  16. Aside of the awesome diagrams that Mermaid.js can generate I'd like to highlight this script that is really helpful when you want to figure out how #decompiler represents different pieces of code:

    https://github.com/v-p-b/ghidra-cheat-sheet/blob/main/scripts/dump_clang.py

    Sample output:

    https://scrapco.de/ghidra-cheat-sheet/decompiler/structure_samples/