I used soot-2.5.0 and generated a Test.Jimple file. Now I want to run it but I just can't figure out how. I also have a Test.Class file. At first I thought maybe it contains the instructions that I added (the ones that can be seen in the Jimple file) but it doesn't. What should I do?
Asked
Active
Viewed 140 times
1 Answers
0
The .class file does contain the instructions in the Jimple file. You must have misinterpreted something. You cannot run Jimple files, you must run the class file.

Eric
- 1,343
- 1
- 11
- 19