mephi42
mephi42
Useful when analyzing small fragments: currently angr does not honor `end` and scans until the end of the basic block.
If one wants to use CModule on architectures that aren't supported by TCC, one option is to use the GNU toolchain (gcc+ld+objcopy+nm) for code generation and inspection instead. This may...
I'm having issues with processes inside containers intermittently getting stuck while performing I/O on host-mounted volumes. In these cases /proc/pid/stack points to nfs_file_fsync(), and there is a complaint in dmesg...
AFL++ generates coverage maps with different sizes.
Consider the following app: ``` import unittest from flask import Flask, g, request from flask_testing.utils import TestCase def create_app(): app = Flask(__name__) @app.route('/', methods=['POST']) def index(): try: result = g.dejavu...
Thanks for sharing the script! While checking some .apks I made a couple improvements, maybe you'll find them useful. --- According to the spec, block contains a "Sequence of uint64-length-...
``` root@(none):/# mkdir -p /dev/pts root@(none):/# mount -t devpts none /dev/pts ```
Pros: * Reduce the usage of the complicated fakechroot/fakeroot/debootstrap combo Cons: * Dependency on externally available kernels, or having to build our own * Network support is not needed though...
* `encodings` * `pydoc_data` * `email` * `test` * `unittest`