Hannah Fluch
Hannah Fluch
When allocating memory for a UEFI application using BootServices with a custom memory type, the ExitBootServices call later freezes on a real machine, but it works fine in QEMU. Everything...
In this pull request, I first updated the source according to the clippy lint [comparison_to_empty](https://rust-lang.github.io/rust-clippy/master/index.html#/comparison_to_empty), which can be a lot faster than using the equality operator. I also "fixed" the...
I was wondering whether, it would be possible to add NoUninit-derive support for enums repr(C, Int). I saw that enums-with-fields support is already being worked (#292). Unfortunately, repr(C, Int) is...
This Pr adds the options to configure the name of the solve script.
closes #2633 # Pwntools Pull Request Thanks for contributing to Pwntools! Take a moment to look at [`CONTRIBUTING.md`][contributing] to make sure you're familiar with Pwntools development. Please provide a high-level...
I recently came across a CTF challenge that required me to overwrite the `__exit_funcs` list in libc. After doing some research I found that a lot of writeups utilize a...