Root Cause Analysis With AddressSanitizer (ASan) | Ep. 06

Channel:
Subscribers:
920,000
Published on ● Video Link: https://www.youtube.com/watch?v=_W3D_0erZ00



Duration: 9:31
29,523 views
0


Now that we found a crash and got a minimal testcase last episode, we can now try to find the true location of the overflow. ASan is an invaluable tool for that.

Fuzzing Project: https://fuzzing-project.org/tutorial2.html
Grab the files: https://github.com/LiveOverflow/pwnedit
Full Playlist: https://www.youtube.com/playlist?list=PLhixgUqwRTjy0gMuT4C3bmjeZjuNQyqdx

Episode 06:
00:00 - Intro
00:47 - Create sudo ASan build
01:47 - Investigating weird issue
04:14 - Accidentally solving the problem
05:10 - Improve AddressSanitizer Debug Output
06:49 - Interpreting AddressSanitizer Output
07:23 - Triaging More Unique Crashes
08:25 - Plan For Next Steps

-=[ ❤️ Support ]=-

→ per Video: https://www.patreon.com/join/liveoverflow
→ per Month: https://www.youtube.com/channel/UClcE-kVhqyiHCcjYwcpfj9w/join

-=[ 🐕 Social ]=-

→ Twitter: https://twitter.com/LiveOverflow/
→ Website: https://liveoverflow.com/
→ Subreddit: https://www.reddit.com/r/LiveOverflow/
→ Facebook: https://www.facebook.com/LiveOverflow/







Tags:
ASan
Address Sanitizer
AddressSanitizer
Live Overflow
afl
afl tutorial
american fuzzy lop
asan output
buffer overflow
bug
bug bounty
capture the flag
crash analysis
crash triaging
debug output
exploit tutorial
fuzzer
fuzzing
guided fuzzing
hacking class
hacking tutorial
heap overflow
how to hack
liveoverflow
privilege escalation
root cause
security research
triage