编程语言
首页 > 编程语言> > 反汇编命令使用

反汇编命令使用

作者:互联网


package com.example.SpringBootTest1.shejimoshi.singleton;
public class Test {
public static void main(String[] args) {
Test t = new Test();
}
}

 

 

 

 

cd C:\workspace2\SpringBootTest1\target\classes\com\example\SpringBootTest1\shejimoshi\singleton\

 

 

反汇编:     javap -v 字节码文件

 

 

 



标签:singleton,SpringBootTest1,shejimoshi,命令,反汇编,使用,Test,public
来源: https://www.cnblogs.com/ladeng19/p/15821586.html