# CVE-2017-0478
poc of CVE-2017-0478
The file of FrameSequence_webp.cpp is not compiled in AOSP currently, so when you compile libframesequence.so with webp,
you need compile with FRAMESEQUENCE_INCLUDE_WEBP(like this: FRAMESEQUENCE_INCLUDE_WEBP=true mm -B)
[4.0K] /data/pocs/beeb475dc2f4da92c48b968ad55b4853e7652ce4
├── [4.0K] poc
│ ├── [ 863] AndroidManifest.xml
│ ├── [1.3K] Android.mk
│ ├── [4.0K] build.xml
│ ├── [ 51] proguard.flags
│ ├── [ 563] project.properties
│ ├── [4.0K] res
│ │ ├── [4.0K] drawable-hdpi
│ │ │ └── [9.2K] ic_launcher.png
│ │ ├── [4.0K] drawable-mdpi
│ │ │ └── [5.1K] ic_launcher.png
│ │ ├── [4.0K] drawable-xhdpi
│ │ │ └── [ 14K] ic_launcher.png
│ │ ├── [4.0K] layout
│ │ │ └── [1.4K] basic_test_activity.xml
│ │ ├── [4.0K] raw
│ │ │ ├── [ 34K] animated_gif.gif
│ │ │ └── [372K] animated_webp.webp
│ │ └── [4.0K] values
│ │ ├── [ 598] strings.xml
│ │ └── [ 148] styles.xml
│ └── [4.0K] src
│ └── [4.0K] com
│ └── [4.0K] android
│ └── [4.0K] framesequence
│ └── [4.0K] samples
│ ├── [4.1K] FrameSequenceTest.java
│ └── [2.4K] SamplesList.java
└── [ 263] README.md
13 directories, 16 files