You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
830 B
36 lines
830 B
#
|
|
# sample small-but-valid classfile
|
|
#
|
|
|
|
cafe babe # magic
|
|
0000 # minor_version
|
|
002e # major_version
|
|
0009 # constant_pool_count
|
|
|
|
#
|
|
# constant_pool
|
|
#
|
|
01 0005 "Small" # 0001: utf8["Small"]
|
|
01 0010 "java/lang/Object" # 0002: utf8["java/lang/Object"]
|
|
07 0001 # 0003: class[Small]
|
|
07 0002 # 0004: class[java/lang/Object]
|
|
01 000f "EnclosingMethod" # 0005: utf8["EnclosingMethod"]
|
|
01 0004 "zorp" # 0006: utf8["zorp"]
|
|
01 0003 "()V" # 0007: utf8["()V"]
|
|
0c 0006 0007 # 0008: nat[zorp:()V]
|
|
|
|
0021 # access_flags
|
|
0003 # this_class
|
|
0004 # super_class
|
|
0000 # interfaces_count
|
|
0000 # fields_count
|
|
0000 # methods_count
|
|
|
|
0001 # attributes_count
|
|
|
|
# attribute[0]
|
|
0005 # name
|
|
00000004 # length
|
|
0003 # class
|
|
0008 # method
|