home.social

#ghidra — Public Fediverse posts

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

fetched live
  1. Sometimes, #Ghidra gets really creative.
    Tons of parameters and 7x pointer derefs... whaaaat... 😹

  2. Sometimes, #Ghidra gets really creative.
    Tons of parameters and 7x pointer derefs... whaaaat... 😹

  3. #TIL about #Ghidra:
    It might be that the decompile view shows you
    ```
    void foo(void)
    {
    /* ... */
    }
    ```
    and yet, you see in another function calling it smth like
    ```
    iVar1 = foo();
    ```
    - leaving you puzzled.
    It looks like a bug!

    In the disassembly view and in the function signature editor, you would see the return type `undefined`, and you would need to adjust it.

  4. #TIL about #Ghidra:
    It might be that the decompile view shows you
    ```
    void foo(void)
    {
    /* ... */
    }
    ```
    and yet, you see in another function calling it smth like
    ```
    iVar1 = foo();
    ```
    - leaving you puzzled.
    It looks like a bug!

    In the disassembly view and in the function signature editor, you would see the return type `undefined`, and you would need to adjust it.

  5. If you have a pointer to a pointer to a struct, you define that struct and assign the type to it, then you also need to adjust the intermediate pointer in #Ghidra and vroom vroom, you finally get to see the struct and its member just fine in the decompile view.

    See also:
    github.com/NationalSecurityAge

  6. If you have a pointer to a pointer to a struct, you define that struct and assign the type to it, then you also need to adjust the intermediate pointer in #Ghidra and vroom vroom, you finally get to see the struct and its member just fine in the decompile view.

    See also:
    github.com/NationalSecurityAge

  7. Another week, another #WeeklyBrainDump done!

    - Ghidra experimentation, looking to decompile an older game
    - Building desktop applications with NeutralinoJS

    sean.taylormadetech.dev/2026/0

    #Blog #JavaScript #Ghidra #Tetris

  8. Another week, another #WeeklyBrainDump done!

    - Ghidra experimentation, looking to decompile an older game
    - Building desktop applications with NeutralinoJS

    sean.taylormadetech.dev/2026/0

    #Blog #JavaScript #Ghidra #Tetris

  9. Ghidra — фреймворк АНБ для реверс-инжиниринга ПО

    Ghidra — это фреймворк для реверс-инжиниринга, который создан и поддерживается АНБ. Как выяснилось, агенты эффективно применяют Ghidra через MCP-сервер GhidraMCP , а с декомпилятором Radare2 это позволяет находить закладки в бинарных файлах почти в автоматическом режиме. В бенчмарках Claude Opus 4.6 нашёл 49% бэкдоров, Gemini 3 Pro — 44%, а Claude Opus 4.5 — 37%.

    habr.com/ru/companies/globalsi

    #Ghidra #реверсинжиниринг #обратная_разработка #PyGhidra #GhidraMCP #MCPсервер #IDA_Pro #Binary_Ninja #GhidrAssist #GhidrAssistMCP

  10. [Перевод] Ghidra для реверса прошивок: практический гайд по восстановлению логики бинарника

    В прошивках редко есть удобные символы и понятная точка входа, зато почти всегда остаются следы: строки, таблицы адресов, магические значения, обработчики прерываний и вызовы RTOS. Разбираем, как использовать эти зацепки в Ghidra, чтобы постепенно превратить сырой бинарник в осмысленную карту функций, данных и связей между ними. Понять Ghidra

    habr.com/ru/companies/otus/art

    #реверсинжиниринг #Ghidra #прошивки #анализ_бинарников #FreeRTOS #RTOS #декомпиляция #ассемблер #BSim

  11. I hear a lot of ppl rightfully complain about the looks of #Ghidra.

    I recently started using themes (which are just text files with color codes, as it should be) and even though I'm not at all picky about these things OMG it's so much better now!
  12. I hear a lot of ppl rightfully complain about the looks of #Ghidra.

    I recently started using themes (which are just text files with color codes, as it should be) and even though I'm not at all picky about these things OMG it's so much better now!
  13. ReVa 7.3.0 is released! ✨

    - Support for binary diffing and version tracking. A lot of time optimizing this for the LLM to work on small and large binaries 🫠
    - Support for background analysis (useful for large firmware!)

    github.com/cyberkaida/reverse-

    #Ghidra #ReverseEngineering #ReVa #Malware

  14. 📣🚨 Watch out as hackers are cloning Ghidra, dnSpy, ILSpy and other free tool sites to spread malware through fake downloads, including RemusStealer, crypto clippers and loaders.

    Read: hackread.com/hackers-clone-ghi

    #Cybersecurity #Malware #Ghidra #dnSpy #RemusStealer

  15. 📣🚨 Watch out as hackers are cloning Ghidra, dnSpy, ILSpy and other free tool sites to spread malware through fake downloads, including RemusStealer, crypto clippers and loaders.

    Read: hackread.com/hackers-clone-ghi

    #Cybersecurity #Malware #Ghidra #dnSpy #RemusStealer

  16. Binary extension packages for #Ghidra 12+ are now automatically generated for my XCOFF Loader:

    https://github.com/silentsignal/xcoff-ghidra/releases/tag/12

    #AIX
  17. Binary extension packages for #Ghidra 12+ are now automatically generated for my XCOFF Loader:

    https://github.com/silentsignal/xcoff-ghidra/releases/tag/12

    #AIX
  18. "a regression was discovered in the #Ghidra Server, so the 12.1.1 download has been disabled. Be on the lookout for a 12.1.2 in the coming days"

    https://old.reddit.com/r/ghidra/comments/1tr5qy4/ghidra_1211_has_been_released/oolygdy/
  19. "a regression was discovered in the #Ghidra Server, so the 12.1.1 download has been disabled. Be on the lookout for a 12.1.2 in the coming days"

    https://old.reddit.com/r/ghidra/comments/1tr5qy4/ghidra_1211_has_been_released/oolygdy/
  20. [RSS] libghidra - SDK for automating Ghidra from Python, Rust, and C++

    https://github.com/0xeb/libghidra

    #Ghidra
  21. [RSS] libghidra - SDK for automating Ghidra from Python, Rust, and C++

    https://github.com/0xeb/libghidra

    #Ghidra
  22. My work's been done with #Ghidra, and I've written custom #Python tools to do it. Including a custom exporter for an annotated HTML disassembly (chipx86.com/faxanadu/), #Mesen labels files, and source code that can be compiled with the ca65 compiler.

    I've open sourced all that today:

    github.com/chipx86/retro-tinke

    #projects #retro

  23. My work's been done with #Ghidra, and I've written custom #Python tools to do it. Including a custom exporter for an annotated HTML disassembly (chipx86.com/faxanadu/), #Mesen labels files, and source code that can be compiled with the ca65 compiler.

    I've open sourced all that today:

    github.com/chipx86/retro-tinke

    #projects #retro

  24. Реверс — это сканворд. Как я впервые нормально понял Ghidra

    Привет, Хабр. У меня бывают неожиданные заказы, из неожиданных сфер на фрилансе. Недавно писал про то как прилетел большой проект по классификатору фоток. А теперь пришел запрос на реверс! Не могу вдаваться в подробности проекта - много конфиденциального - но я расскажу про конкретный разбор одного .dll файла. Открыл Ghidra, кликнул на функцию, включил декомпилятор - и передо мной встала стена. Не метафорическая стена. Прям реально стена! И вот пока я эту функцию ковырял, переименовывал переменные, ходил по ссылкам, открывал соседние функции, смотрел строки, в какой-то момент меня щёлкнуло. Это же сканворд.

    habr.com/ru/articles/1029296/

    #reverse_engineering #ghidra #реверсинжиниринг #binary_analysis #dll #decompilation #xrefs #static_analysis #reverse #binary_parsing

  25. Related lazyweb question: is there a way to ask #ghidra to turn the 6502 add and add carry instructions into 16-bit math in the decompilation window? It does it sometimes with pointers, but not with shorts.

  26. Related lazyweb question: is there a way to ask #ghidra to turn the 6502 add and add carry instructions into 16-bit math in the decompilation window? It does it sometimes with pointers, but not with shorts.

  27. Well, some success. I think I figured out some kind of address for these types:
    #ghidra #reverseengineering #win16

  28. Well, some success. I think I figured out some kind of address for these types:
    #ghidra #reverseengineering #win16

  29. Back to my antics.. I think I seem to have figured out the RTTI stuff somewhat thanks to this resource:
    hwreblog.com/projects/ghidra.h

    #ghidra #reverseengineering #win16

  30. Back to my antics.. I think I seem to have figured out the RTTI stuff somewhat thanks to this resource:
    hwreblog.com/projects/ghidra.h

    #ghidra #reverseengineering #win16

  31. bitbyteshark aus dem @chaospott hatte neulich ein Problem mit einem #Firmware-Upgrade.

    Mit #Ghidra ließ es sich schließlich lösen. 🐲

    chaospott.de/2026/04/15/firmwa

    Viel Spaß beim Lesen des Writeups! 🥳

  32. Thanks to
    @jasminecarter.bsky.social
    my cumulative complexity calculator for #Ghidra now has a cute logo:

    https://github.com/v-p-b/rabbithole
  33. New projects added for the hackathon of next week such as misp-ghidra and also bsimvis

    github.com/MISP/BSimVis

    BSimVis is a tool to upload large quantities of decompiled binaries from Ghidra to a redis/kvrocks server for analyzing similarity, clustering and diffing functions based on Ghidra BSIM feature vectors. Binary analysis is done using Ghidra's decompiler thanks to Pyghidra scripting.

    If you want to join us next week in Luxembourg at hackathon.lu -> join us at hackathon.lu/

    #hackathon #luxembourg #opensource #cybersecurity #reversing #ghidra #bsim #cti #threatintel

    @misp
    @circl