mirror of
https://github.com/pen4uin/java-memshell-generator.git
synced 2026-09-22 01:30:43 +08:00
add: 添加对信创中间件的支持
This commit is contained in:
@@ -27,7 +27,11 @@ public class Console {
|
||||
Constants.SERVER_WEBSPHERE,
|
||||
Constants.SERVER_UNDERTOW,
|
||||
Constants.SERVER_GLASSFISH,
|
||||
Constants.SERVER_JBOSS);
|
||||
Constants.SERVER_JBOSS,
|
||||
Constants.SERVER_TONGWEB,
|
||||
Constants.SERVER_APUSIC,
|
||||
Constants.SERVER_BES,
|
||||
Constants.SERVER_INFORSUITE);
|
||||
private static final List<String> TOOL_TYPES = Arrays.asList(
|
||||
Constants.TOOL_GODZILLA,
|
||||
Constants.TOOL_BEHINDER,
|
||||
|
||||
Reference in New Issue
Block a user