home.social

#ghidra — Public Fediverse posts

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

fetched live
  1. «Bro, what…?» #1. Первый контакт с crackme на Linux x86-64

    Вы запускаете программу, о которой ничего не знаете. Она вежливо просит строку, а в ответ на ваш ввод насмешливо отвечает: «Bro, what are you trying to do?» И правда, что мы пытаемся сделать? Пытаемся понять ее. Перед нами crackme – программа-головоломка, написанная для тренировки навыков обратной разработки: бинарник под Linux x86-64 без исходников и документации, который издевается над каждым, кто не смог его разгадать. Это первая статья цикла из трех о гибридном анализе крякми Getting Started Keygen (Mazzottis). Мы осмотрим файл штатными утилитами, найдем main в Ghidra, расшифруем «бессмысленные» имена переменных в реальную раскладку стека и подтвердим гипотезы в GDB. По пути встретим оптимизированный пролог без RBP, «хитрое» беззнаковое условие и std::string , спрятавшийся в трех переменных, которые на первый взгляд никак не связаны. Во второй части цикла – мутационное тестирование и реконструкция скрытой структуры, в третьей – полный разбор хеш-функции и восстановление алгоритма на Python. Читать первую часть

    habr.com/ru/articles/1068160/

    #реверсинжиниринг #Ghidra #GDB #ассемблер #x8664 #crackme #CTF #отладка #Linux #C++

  2. «Bro, what…?» #1. Первый контакт с crackme на Linux x86-64

    Вы запускаете программу, о которой ничего не знаете. Она вежливо просит строку, а в ответ на ваш ввод насмешливо отвечает: «Bro, what are you trying to do?» И правда, что мы пытаемся сделать? Пытаемся понять ее. Перед нами crackme – программа-головоломка, написанная для тренировки навыков обратной разработки: бинарник под Linux x86-64 без исходников и документации, который издевается над каждым, кто не смог его разгадать. Это первая статья цикла из трех о гибридном анализе крякми Getting Started Keygen (Mazzottis). Мы осмотрим файл штатными утилитами, найдем main в Ghidra, расшифруем «бессмысленные» имена переменных в реальную раскладку стека и подтвердим гипотезы в GDB. По пути встретим оптимизированный пролог без RBP, «хитрое» беззнаковое условие и std::string , спрятавшийся в трех переменных, которые на первый взгляд никак не связаны. Во второй части цикла – мутационное тестирование и реконструкция скрытой структуры, в третьей – полный разбор хеш-функции и восстановление алгоритма на Python. Читать первую часть

    habr.com/ru/articles/1068160/

    #реверсинжиниринг #Ghidra #GDB #ассемблер #x8664 #crackme #CTF #отладка #Linux #C++

  3. «Bro, what…?» #1. Первый контакт с crackme на Linux x86-64

    Вы запускаете программу, о которой ничего не знаете. Она вежливо просит строку, а в ответ на ваш ввод насмешливо отвечает: «Bro, what are you trying to do?» И правда, что мы пытаемся сделать? Пытаемся понять ее. Перед нами crackme – программа-головоломка, написанная для тренировки навыков обратной разработки: бинарник под Linux x86-64 без исходников и документации, который издевается над каждым, кто не смог его разгадать. Это первая статья цикла из трех о гибридном анализе крякми Getting Started Keygen (Mazzottis). Мы осмотрим файл штатными утилитами, найдем main в Ghidra, расшифруем «бессмысленные» имена переменных в реальную раскладку стека и подтвердим гипотезы в GDB. По пути встретим оптимизированный пролог без RBP, «хитрое» беззнаковое условие и std::string , спрятавшийся в трех переменных, которые на первый взгляд никак не связаны. Во второй части цикла – мутационное тестирование и реконструкция скрытой структуры, в третьей – полный разбор хеш-функции и восстановление алгоритма на Python. Читать первую часть

    habr.com/ru/articles/1068160/

    #реверсинжиниринг #Ghidra #GDB #ассемблер #x8664 #crackme #CTF #отладка #Linux #C++

  4. Сбрасываем счетчик на принтере Epson с помощью ghidra-mcp

    В наличии есть струйный принтер Epson с СНПЧ и он периодически выдает ошибку, требущую сброса счетчика абсорбера. Платить то и дело не хочется, а найденная сервисная утилита сбрасывала только 3% от максимального знчения, которые быстро тратились и ошибка появлялась вновь. Уже какое-то время хотелось попробовать связку llm + ghidra-mcp в задаче по автодекомпилу, и вот случай представился. Под катом небольшая история о поиске значений для сброса и интересностях внутреннего устройства сервисной тулзы Epson.

    habr.com/ru/articles/1065116/

    #ghidra #ghidramcp #adjprog

  5. Сбрасываем счетчик на принтере Epson с помощью ghidra-mcp

    В наличии есть струйный принтер Epson с СНПЧ и он периодически выдает ошибку, требущую сброса счетчика абсорбера. Платить то и дело не хочется, а найденная сервисная утилита сбрасывала только 3% от максимального знчения, которые быстро тратились и ошибка появлялась вновь. Уже какое-то время хотелось попробовать связку llm + ghidra-mcp в задаче по автодекомпилу, и вот случай представился. Под катом небольшая история о поиске значений для сброса и интересностях внутреннего устройства сервисной тулзы Epson.

    habr.com/ru/articles/1065116/

    #ghidra #ghidramcp #adjprog

  6. Сбрасываем счетчик на принтере Epson с помощью ghidra-mcp

    В наличии есть струйный принтер Epson с СНПЧ и он периодически выдает ошибку, требущую сброса счетчика абсорбера. Платить то и дело не хочется, а найденная сервисная утилита сбрасывала только 3% от максимального знчения, которые быстро тратились и ошибка появлялась вновь. Уже какое-то время хотелось попробовать связку llm + ghidra-mcp в задаче по автодекомпилу, и вот случай представился. Под катом небольшая история о поиске значений для сброса и интересностях внутреннего устройства сервисной тулзы Epson.

    habr.com/ru/articles/1065116/

    #ghidra #ghidramcp #adjprog

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

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

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

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

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

  12. #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.

  13. #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.

  14. #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.

  15. #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.

  16. #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.

  17. 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

  18. 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

  19. 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

  20. 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

  21. 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

  22. 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

  23. 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

  24. 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

  25. 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

  26. 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

  27. 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

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

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

    habr.com/ru/companies/otus/art

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

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

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

    habr.com/ru/companies/otus/art

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

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

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

    habr.com/ru/companies/otus/art

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

  31. 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!
  32. 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!
  33. 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!
  34. 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!
  35. 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!
  36. 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

  37. 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

  38. 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

  39. After being stupid and deleting everything that I collected in my previous attempts to reverse engineer Origin's 1995 game CyberMage: Darklight Awakening, I took the release of #Fable 5 as motivation to start over, but this time fully automated, with the agent controlling headless #Ghidra.

    tl;dr: Fable does very much NOT like to patch binaries, not even 30 year old DOS EXEs. 🤣

  40. After being stupid and deleting everything that I collected in my previous attempts to reverse engineer Origin's 1995 game CyberMage: Darklight Awakening, I took the release of #Fable 5 as motivation to start over, but this time fully automated, with the agent controlling headless #Ghidra.

    tl;dr: Fable does very much NOT like to patch binaries, not even 30 year old DOS EXEs. 🤣

  41. After being stupid and deleting everything that I collected in my previous attempts to reverse engineer Origin's 1995 game CyberMage: Darklight Awakening, I took the release of #Fable 5 as motivation to start over, but this time fully automated, with the agent controlling headless #Ghidra.

    tl;dr: Fable does very much NOT like to patch binaries, not even 30 year old DOS EXEs. 🤣

  42. CVE-2026-52750 - Command Injection in Ghidra on Windows. Malicious URLs in comments execute arbitrary commands. CVSS 7.8. Disable URL clicking or block untrusted files. #CVE #Ghidra #infosec

    valtersit.com/cve/CVE-2026-527

  43. CVE-2026-52750 - Command Injection in Ghidra on Windows. Malicious URLs in comments execute arbitrary commands. CVSS 7.8. Disable URL clicking or block untrusted files. #CVE #Ghidra #infosec

    valtersit.com/cve/CVE-2026-527

  44. 📣🚨 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

  45. 📣🚨 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

  46. 📣🚨 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

  47. 📣🚨 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

  48. 📣🚨 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