├── .gitattributes ├── README.md ├── cve-2019-13694.html ├── null-pointer-dereference ├── pc-createOffer-2.html ├── pc-createOffer.html └── pc-currentLocalDescription.html └── onsignalingchange-uaf.html /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james0x40/chrome-webrtc-pocs/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james0x40/chrome-webrtc-pocs/HEAD/README.md -------------------------------------------------------------------------------- /cve-2019-13694.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james0x40/chrome-webrtc-pocs/HEAD/cve-2019-13694.html -------------------------------------------------------------------------------- /null-pointer-dereference/pc-createOffer-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james0x40/chrome-webrtc-pocs/HEAD/null-pointer-dereference/pc-createOffer-2.html -------------------------------------------------------------------------------- /null-pointer-dereference/pc-createOffer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james0x40/chrome-webrtc-pocs/HEAD/null-pointer-dereference/pc-createOffer.html -------------------------------------------------------------------------------- /null-pointer-dereference/pc-currentLocalDescription.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james0x40/chrome-webrtc-pocs/HEAD/null-pointer-dereference/pc-currentLocalDescription.html -------------------------------------------------------------------------------- /onsignalingchange-uaf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/james0x40/chrome-webrtc-pocs/HEAD/onsignalingchange-uaf.html --------------------------------------------------------------------------------