#ghidra — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ghidra, aggregated by home.social.
-
Bridging Renode and Ghidra for Embedded Vulnerability Research with Open Source – Dawid Pietrykowski – P.I.W.O. 2026
-
@ge0rg nerd-snipe complete!
Checkout my Deep Dive into the Tenda 4G185 v3 MiFi device which is now self hosting it's own website: https://projects.solarcene.community/posts/main/index.html
It was a very deep rabbit hole of reverse engineering, looking for exploits, cross compiling, messing with scripts, finding vulnerabilities, reinventing the wheel and a lot of research.
But the work is not done, now it's to make it actually useful 😂
#reverseengineering
#arm
#linux
#zte
#travelrouter
#ghidra
#lowtechmagazine -
@ge0rg nerd-snipe complete!
Checkout my Deep Dive into the Tenda 4G185 v3 MiFi device which is now self hosting it's own website: https://projects.solarcene.community/posts/main/index.html
It was a very deep rabbit hole of reverse engineering, looking for exploits, cross compiling, messing with scripts, finding vulnerabilities, reinventing the wheel and a lot of research.
But the work is not done, now it's to make it actually useful 😂
#reverseengineering
#arm
#linux
#zte
#travelrouter
#ghidra
#lowtechmagazine -
@ge0rg nerd-snipe complete!
Checkout my Deep Dive into the Tenda 4G185 v3 MiFi device which is now self hosting it's own website: https://projects.solarcene.community/posts/main/index.html
It was a very deep rabbit hole of reverse engineering, looking for exploits, cross compiling, messing with scripts, finding vulnerabilities, reinventing the wheel and a lot of research.
But the work is not done, now it's to make it actually useful 😂
#reverseengineering
#arm
#linux
#zte
#travelrouter
#ghidra
#lowtechmagazine -
@ge0rg nerd-snipe complete!
Checkout my Deep Dive into the Tenda 4G185 v3 MiFi device which is now self hosting it's own website: https://projects.solarcene.community/posts/main/index.html
It was a very deep rabbit hole of reverse engineering, looking for exploits, cross compiling, messing with scripts, finding vulnerabilities, reinventing the wheel and a lot of research.
But the work is not done, now it's to make it actually useful 😂
#reverseengineering
#arm
#linux
#zte
#travelrouter
#ghidra
#lowtechmagazine -
@ge0rg nerd-snipe complete!
Checkout my Deep Dive into the Tenda 4G185 v3 MiFi device which is now self hosting it's own website: https://projects.solarcene.community/posts/main/index.html
It was a very deep rabbit hole of reverse engineering, looking for exploits, cross compiling, messing with scripts, finding vulnerabilities, reinventing the wheel and a lot of research.
But the work is not done, now it's to make it actually useful 😂
#reverseengineering
#arm
#linux
#zte
#travelrouter
#ghidra
#lowtechmagazine -
Another detour on the Time Machine #Pinball #disassembly project, I think the processor specification I've been using is incomplete. There are a lot of instances of indexed addressing being interpreted as an offset from the current address. This is making it hard to figure out where in RAM different pieces of data live without manually calculating the address.
Time to learn #Sleigh and patch the processor definition. Maybe the extension author will even accept a pull request.
-
It is just natural that in #Ghidra #Sleigh “The [operand] identifier must appear in the [bit pattern section] as if it were a term in a sequence of constraints but without the operator and right-hand side of the constraint.”, see section 7.4.3:
https://scrapco.de/ghidra_docs/GhidraDocs/languages/html/sleigh_constructors.html
But it seems, you can’t use the identifier in the display of the instruction if it’s part of a constraint.
Error: “wrong type (should be family) in pattern equation”
Why is that?!
(Workaround: define an alias token for the same bits and use that in display)
-
[Перевод] Реверс-инжиниринг нативно скомпилированных .NET-приложений
Изучение внутреннего устройства приложений, созданных с использованием нативной опережающей компиляции (AOT). На платформе .NET 7 впервые была представлена новая модель развертывания: опережающая нативная компиляция . Когда приложение .NET компилируется нативно по методу AOT, оно превращается в автономный нативный исполняемый файл, оснащённый собственной минимальной средой исполнения для управления выполнением кода.
https://habr.com/ru/companies/timeweb/articles/815209/
#timeweb_статьи_перевод #net #net_7 #ecma #С++ #aot #hello_world #реверсинжиниринг #PE #ELF #MachO #с# #Ghidra #Binary_Ninja #PATH