Click here to Skip to main content
15,891,629 members
Articles / DevOps / Git

Git Bisection Utility Wrapper Script for Memory Corruption Bugs

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
16 Jul 2020CPOL2 min read 3.5K   14  
A single-script git bisection utility wrapper for memory corruption bugs
Simple one-bash-script utility for git bisection. Receives suspected commit range, PoC input, and PoC command, produces the first bad commit (if it exists in the range).

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student Seoul National University
Korea (Republic of) Korea (Republic of)
PhD student in system security. Currently interested in fuzzing. Can't WINE be more user-friendly? :P

Comments and Discussions