lin
2025-07-31 065ea569db06206874bbfa18eb25ff6121aec09b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Test for two files with an odd size in a vdex file.
 
The code in boths file is:
 
class Main {
  public static void main(String[] args) {
    System.out.println("HelloWorld");
  }
}
 
The generated dex file was then manually edited to:
1) Add 1 to the size value in the dex header.
2) Add 1 byte to the file.
3) Change the checksum in the dex header.