摘要: 一、工具: 1、dumpbin:MS VC++ 编译器自带的; 2、ildasm:微软VS自带的,用于C#; 3、doPeek:jetbrains系(idea)的; 4、reflector: Reflector是由微软员工Lutz Roeder编写的免费程序。Reflector的出现使·NET程序员 阅读全文
posted @ 2020-11-05 11:24 ꧁执笔小白꧂ 阅读(978) 评论(0) 推荐(0)
摘要: adb shell /system/bin/screencap -p /sdcard/screenshot.png(保存到SDCard) adb pull /sdcard/screenshot.png d:/screenshot.png(保存到电脑) https://www.cnblogs.com/ 阅读全文
posted @ 2020-11-05 09:00 ꧁执笔小白꧂ 阅读(974) 评论(0) 推荐(0)