deadc0de
deadc0de
I'm trying to dump the content of a `sys_write` using a chisel. After a bit of research i've found that `--snaplen` increase the max size for capturing I/O opreration, but...
Hello o/ Every rust binaries i submit to Cerberus can't be proceeded, it seems that the installation of rust package fails. I've tried on Arch, Debian, WSL, and Ubuntu, and...
Just in case Arch user meet this error, during build process Output of `make -j9` : ``` [ 96%] Built target c_macho_reader In file included from /home/deadc0de/Bureau/FCSC/archiver/tmp/Cerberus/src/utils/file_operations.cpp:3: /home/deadc0de/Bureau/FCSC/archiver/tmp/Cerberus/lib/gzip-hpp/include/gzip/utils.hpp: In function...
### Question Hello, i'm trying to use Angr and it's exploration capabilities. I'm in a case where the the bytes in the buffer i'm symbolizing are used as index to...
Hello o/ I have a callback that is used to check if the accessed address is mapped. If not i manually perform the logic of a signal handler. ex: `movabs...
Hello, I have a question regarding the behavior of the `on_leave` method in Frida for Android. When is the `on_leave` callback triggered? Is it activated when ART is reached, or...
Keep getting this when instrumenting "com.android.vending:background" with`frida` or `frida-trace` I'm not sure if it's really a bug or an issue with my code ``` [-] Stack trace: Error: unable to...
Compiled & runnned the tool on binary that rely on movfuscator to hide some logic. Only a part of the binary is movfuscated. ``` not movfuscated Relocations: Segments: The entry...