Benji Xu

Results 35 comments of Benji Xu

I most will reboot the mechine to run it again

` export EXPERIMENT_NAME=afltest2 PYTHONPATH=. python3 experiment/run_experiment.py \ --experiment-config experiment-config.yaml \ --benchmarks libpng_libpng_read_fuzzer bloaty_fuzz_target \ --experiment-name afltest \ --fuzzers afl aflplusplus ~ ~ `

Can Gihra transfer OpCode into webassembly .wat(wasm assembly) format? I want to make some changes in opcode, then transfer re-write opcode into .wat.

I just want to find out if we can re-write bytecode based on opcodeops. For example, if I insert a certain opcode in opcodeops, will the ghidra automatically re-write the...