Skip to content

Commit

Permalink
update: Release 1.0.9_250101
Browse files Browse the repository at this point in the history
  • Loading branch information
pen4uin committed Jan 1, 2025
1 parent b9bbfd0 commit d9cc980
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div align="center">一款支持高度自定义的 Java 内存马生成工具</div>
</p>

<img src="./jmg-docs/img/gui.png" width="900px" />
<img src="./jmg-docs/img/gui_250101.png" width="900px" />

<br>

Expand Down Expand Up @@ -48,26 +48,26 @@ mvn package assembly:single
**图形化**

```shell
java -jar ./releases/jmg-gui-1.0.8.jar
java -jar ./releases/jmg-gui-1.0.9.jar
```

**命令行**

```shell
java -jar ./releases/jmg-cli-1.0.8.jar
java -jar ./releases/jmg-cli-1.0.9.jar
```

**Woodpecker 插件**

将 jmg-woodpecker-1.0.8.jar 添加到 woodpecker 插件目录
将 jmg-woodpecker-1.0.9.jar 添加到 woodpecker 插件目录


**第三方库 (Maven)**

1.将 jmg-sdk-1.0.8.jar 安装到本地 maven 仓库
1.将 jmg-sdk-1.0.9.jar 安装到本地 maven 仓库

```shell
mvn install:install-file -Dfile=./releases/jmg-sdk-1.0.8.jar -DgroupId=jmg -DartifactId=jmg-sdk -Dversion=1.0.8 -Dpackaging=jar
mvn install:install-file -Dfile=./releases/jmg-sdk-1.0.9.jar -DgroupId=jmg -DartifactId=jmg-sdk -Dversion=1.0.9 -Dpackaging=jar
```

2.添加为依赖
Expand All @@ -76,7 +76,7 @@ mvn install:install-file -Dfile=./releases/jmg-sdk-1.0.8.jar -DgroupId=jmg -Dart
<dependency>
<groupId>jmg</groupId>
<artifactId>jmg-sdk</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion jmg-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>jmg</groupId>
<artifactId>java-memshell-generator</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>

<artifactId>jmg-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmg-antsword/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>jmg</groupId>
<artifactId>java-memshell-generator</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>
<artifactId>jmg-antsword</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jmg-behinder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>jmg</groupId>
<artifactId>java-memshell-generator</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>
<artifactId>jmg-behinder</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jmg-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>jmg</groupId>
<artifactId>java-memshell-generator</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>

<artifactId>jmg-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmg-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>java-memshell-generator</artifactId>
<groupId>jmg</groupId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jmg-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmg-custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>jmg</groupId>
<artifactId>java-memshell-generator</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>
<artifactId>jmg-custom</artifactId>

Expand Down
Binary file added jmg-docs/img/gui_250101.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion jmg-extender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>jmg</groupId>
<artifactId>java-memshell-generator</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>

<artifactId>jmg-extender</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmg-godzilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>jmg</groupId>
<artifactId>java-memshell-generator</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>
<artifactId>jmg-godzilla</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jmg-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>java-memshell-generator</artifactId>
<groupId>jmg</groupId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jmg-gui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmg-neoregeorg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>jmg</groupId>
<artifactId>java-memshell-generator</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>
<artifactId>jmg-neoregeorg</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jmg-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>jmg</groupId>
<artifactId>java-memshell-generator</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>

<artifactId>jmg-sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmg-suo5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>jmg</groupId>
<artifactId>java-memshell-generator</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>
<artifactId>jmg-suo5</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jmg-woodpecker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>jmg</groupId>
<artifactId>java-memshell-generator</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>

<artifactId>jmg-woodpecker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>jmg</groupId>
<artifactId>java-memshell-generator</artifactId>
<packaging>pom</packaging>
<version>1.0.8</version>
<version>1.0.9</version>
<modules>
<module>jmg-antsword</module>
<module>jmg-behinder</module>
Expand Down

0 comments on commit d9cc980

Please sign in to comment.