• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# classfile with an invalid version, with a higher minor version
3# than the highest valid version. 53.1 (0x35.0x01)
4#
5
6cafe babe  # magic
70001       # minor_version
80035       # major_version
90005       # constant_pool_count
10
11#
12# constant_pool
13#
1401 0005 "Small"            # 0001: utf8["Small"]
1501 0010 "java/lang/Object" # 0002: utf8["java/lang/Object"]
1607 0001                    # 0003: class[Small]
1707 0002                    # 0004: class[java/lang/Object]
18
19ffff  # access_flags
200003  # this_class
210004  # super_class
220000  # interfaces_count
230000  # fields_count
240000  # methods_count
25
260000  # attributes_count
27