-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UEFI] ERR: TNT 483 at position <0x0fabcf17,0x0fabcf17> #204
Comments
Hi @francesco-ev !
Good call.
This issue means that libxdc couldn't decode the trace provided by Intel PT.
Is your code public somewhere i could try this on my end ? |
Have to check with @schumilo for decode problems. Note it printed the code pointer above - maybe that gives you a hint why it wasn't able to decode. |
Sure, I uploaded the code here: kAFLDxeTargetLib |
Hello, I was trying to fuzz UEFI using this by running the provided run.sh script (
./run.sh dxe_null
and then./run.sh fuzz
) and initially I was getting this error:Worker-00 Failed to connect to Qemu: [Errno 2] No such file or directory: '/dev/shm/kafl_uefi/aux_buffer_0'
Full output
I solved the problem by adding
qemu_append:
to the end of kafl.yaml, but now if I try to run the fuzzer again I get this result:Full output
This is the output of
serial_00.log
:Full output
Also, by modifyind the function RunkAFLTarget by adding random crashes (either using
kAFL_hypercall(HYPERCALL_KAFL_PANIC, 0);
or something else like*((unsigned int*)0) = 0xDEAD;
) kAFL reports no crashes.Am I doing something wrong?
The text was updated successfully, but these errors were encountered: