zhangpwxwk
zhangpwxwk
When using the provided code to analyze an ELF file, the output addresses are misaligned, such as a node address being 0x8001341 instead of the actual 0x8001340. What could be...
[xxxelf.zip](https://github.com/angr/angr/files/14291783/xxxelf.zip)
Hello Tobi: I try to increase the limit use the command below: fuzzware emu -c config.yml -v -d -M --fuzz-consumption-timeout 1000000 IPMI_F407.bin >emu1.log The error still occurred. Basic Block: addr=...
Hello: I'm glad to tell you that my firmware 'IPMI_F407.bin' can now run on fuzzware. I adopted Scepticz's suggestion and reverse 'IPMI_ F407. elf' using IDA_pro_7.7. I found a problem....
Dear authors, I have submitted the simulated binary program and configuration file for review. Could you please help me identify any issues as described earlier? Additionally, I would appreciate any...
Dear author, This issue has been investigated using the following command: fuzzware emu -c config.yml -t -v -d -M /home/user/fuzzware/targets/IPMI/fuzzware-project/main001/fuzzers/fuzzer1/crashes/id:000002,sig:06,src:000000,op:havoc,rep:128 It was found that through decompilation and source code analysis,...
Hi Tobi, Thank you for your response . Regarding Issue 1, thank you for explaining the process. It seems that afl-cmin is used on main001/base_inputs_non_minimized, and the output in main001/base_inputs...