Yan Shoshitaishvili
Yan Shoshitaishvili
So far, we have between zero and two applicable CTF chals per technique. This is probably good, but the more CTFs run, the more applicable chals will pop up. We...
This is actually a really useful standalone tool. We should get some docs.
Traditionally, we decompile a function at a time, but this can be annoying with: - complex data flow through small handlers - wrapper functions - all sorts of cases where...
The UI part of https://github.com/angr/angr/pull/4595
### Description a ### Steps to reproduce the bug a ### Environment a ### Additional context a
https://github.com/RsaCtfTool/RsaCtfTool
### Description Our decompilation sometimes fails on complex code, and this sometimes happens because of our advanced decompilation logic. We should have automatic fallbacks that log the error and retry...
Some of the fmk scripts (such as `extract-multisquashfs-firmware.sh`) don't chdir to the fmk directory, causing the `shared-ng.inc` script to fail when sourced, as it assumes that it's running in the...