Skip to content

Commit

Permalink
docs: fix windows tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Jul 19, 2023
1 parent 15a7853 commit 8ab7b6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/source/tutorials/windows/windows_driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ DeviceIoControl(kafl_vuln_handle,
kAFL_hypercall(HYPERCALL_KAFL_RELEASE, 0);
~~~

The goal will be to trigger these 2 paths with kAFL, get the associated payload and replay those as needed.


## Provision the guest VM

Expand Down
2 changes: 0 additions & 2 deletions docs/source/tutorials/windows/windows_userspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ void fuzzme(uint8_t* input, int size){
The `panic()` function is simply a wrapper over a call to `HYPERCALL_KAFL_PANIC`.
:::
The goal will be to trigger these 2 paths with kAFL, get the associated payload and replay those as needed.
## Provision the guest VM
To compile and setup the `selffuzz.exe` target binary into the VM, we provide a Makefile and an Ansible playbook that will upload the resulting binary into the guest,
Expand Down

0 comments on commit 8ab7b6f

Please sign in to comment.