PART0 这几个工具的关系可以这样描述: 用例: public class Hello { public int foo(int a , int b ) { return (a+b) * (a-b); } public static void main(String args[]) { Hello hello = new Hello(); System.out.println(hello.foo(5,3)); } } PART1:dx.bat.dexdump.exe dx.bat.dexdum
using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; using System.Runtime.InteropServices; using System.Windows.Forms; namespace War3Screen { /// <summary> /// 以嵌入到窗体的方式打开外部exe--kongfl888 2013 /// </summary