Thread: vmenum
View Single Post
  #1  
Old 02-24-2017, 15:53
CodeCracker CodeCracker is online now
VIP
 
Join Date: Jun 2011
Posts: 466
Rept. Given: 27
Rept. Rcvd 407 Times in 134 Posts
Thanks Given: 21
Thanks Rcvd at 1,889 Times in 359 Posts
CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499
vmenum

vmenum - Java Stack Enumerate and print system properties
It is a java console program, execute it by java -jar VMEnum.jar
will dispaly java stack trace of select process and its system properties.
When you compile the source it require a jar reference (java path) to C:\Program Files (x86)\Java\jdk1.7.0_25\lib\tools.jar,
when you execute the compiled jar will try to get the tools.jar path and at it to java class path,
ofcourse if you have jdk installed (it is a must).
Only tested with jdk1.7.0_25.
Attached Files
File Type: zip vmenum-src.zip (5.8 KB, 21 views)
File Type: zip VMEnum.zip (8.3 KB, 23 views)
Reply With Quote
The Following 6 Users Say Thank You to CodeCracker For This Useful Post:
abhi93696 (04-02-2017), besoeso (02-24-2017), niculaita (02-25-2017), sirius (07-06-2017), tonyweb (03-12-2017)