Tag: python

Python, mkdocs and mkdocstrings

Written by Dominik Pantůček on 2024-09-12

pythoncrypt4gh

When creating a library with some rather uncommon features, it is vital to ensure its users will be able to correctly use it by providing a useful documentation. Turns out this is possible even for Python projects.

...

Code emulation with Ghidra SRE

Written by Jiří Keresteš on 2021-04-08

python

Did you know that Ghidra SRE has the ability to emulate code? If you want to know how we use it to save time when reversing firmware binaries, read on!

...