blob: 900394d74a14d3e8f71ae6a94a6f92ff6228ce09 [file] [log] [blame]
Nicolas Geoffray28453cf2017-08-10 15:30:26 +01001Test for two files with an odd size in a vdex file.
2
3The code in boths file is:
4
5class Main {
6 public static void main(String[] args) {
7 System.out.println("HelloWorld");
8 }
9}
10
11The generated dex file was then manually edited to:
121) Add 1 to the size value in the dex header.
132) Add 1 byte to the file.
143) Change the checksum in the dex header.
15