Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-20 | Fix structure | llzmb | |
2022-01-20 | Fix links and spelling of Redqueen | llzmb | |
2022-01-20 | Fix structure and formatting | llzmb | |
2022-01-20 | Fix punctuation, formatting, and line length | llzmb | |
2022-01-20 | Fix formatting and line length | llzmb | |
2022-01-20 | Fix formatting | llzmb | |
2022-01-20 | Add missing tags, fix punctuation | llzmb | |
2022-01-19 | tidy up unicornafl, changelog | Dominik Maier | |
2022-01-19 | update changelog | vanhauser-thc | |
2022-01-19 | move to unicorn2 | Dominik Maier | |
2022-01-19 | change video order | vanhauser-thc | |
2022-01-19 | Merge pull request #1296 from hardik05/patch-1 | van Hauser | |
Update tutorials.md | |||
2022-01-19 | Update tutorials.md | Hardik Shah | |
2022-01-17 | update macos path info | vanhauser-thc | |
2022-01-14 | Merge pull request #1258 from llzmb/docs_edit_images_2 | van Hauser | |
Edit images | |||
2022-01-14 | Add margin to images | llzmb | |
2022-01-14 | nits | vanhauser-thc | |
2022-01-14 | Add link to image | llzmb | |
2022-01-13 | Merge pull request #1251 from pwnforce/patch-2 | van Hauser | |
Update fuzzing_binary-only_targets.md | |||
2022-01-13 | Update fuzzing_binary-only_targets.md | Majid Salehi | |
2022-01-13 | more faq | vanhauser-thc | |
2022-01-13 | update changelog | vanhauser-thc | |
2022-01-12 | Incorporate feedback | llzmb | |
2022-01-12 | Add white background to SVG files | llzmb | |
2022-01-12 | fix | vanhauser-thc | |
2022-01-12 | svg test | vanhauser-thc | |
2022-01-12 | test svg background | vanhauser-thc | |
2022-01-11 | Update fuzzing_binary-only_targets.md | Majid Salehi | |
2022-01-11 | Update fuzzing_binary-only_targets.md | Majid Salehi | |
Fixing some parts in the description of Retrowrite. | |||
2022-01-11 | Add a comma to make sentence easier to understand. | intrigus-lgtm | |
2022-01-11 | Fix broken `code` formatting | intrigus-lgtm | |
2022-01-11 | Highlight what a basic block is. | intrigus-lgtm | |
Highlight the different parts that characterize what a basic block is. This makes it slightly easier to read/understand IMHO. | |||
2022-01-11 | Format some terms as code. | intrigus-lgtm | |
2022-01-11 | Fix some typos and wrong words. | intrigus-lgtm | |
2022-01-11 | add feature list | vanhauser-thc | |
2022-01-10 | add new tutorial | vanhauser-thc | |
2022-01-07 | rename | yuawn | |
2022-01-03 | doc nits | vanhauser-thc | |
2022-01-03 | Proofreading | hexcoder | |
2022-01-03 | doc nits | hexcoder | |
2022-01-03 | typo fixed | hexcoder | |
2022-01-03 | doc nits | vanhauser-thc | |
2022-01-03 | Fix typo. | Joshua Rogers | |
2022-01-03 | add missing gcc env vars | hexcoder | |
2021-12-30 | Fix LeakSanitizer Usage. | Joshua Rogers | |
Previously, __lsan_do_leak_check() was run when using __AFL_LEAK_CHECK, however this was the incorrect function to use. According to the documentation: "Subsequent calls to this function will have no effect and end-of-process leak check will not run". This meant that if the memory did not leak on the first usage of __AFL_LEAK_CHECK, subsquent calls to this macro would never do anything. Likewise, it is not possible to use an LSAN suppression list with symbolize=0, so instead __lsan_disable and __lsan_enable are used to 'ignore' certain memory allocations where needed. | |||
2021-12-29 | sprinkle nyx links in the docs | vanhauser-thc | |
2021-12-29 | add power schedule info | vanhauser-thc | |
2021-12-26 | doc review | vanhauser-thc | |
2021-12-26 | macos ci | vanhauser-thc | |
2021-12-25 | nits | vanhauser-thc | |