From 78bdb41c7148d4c940ab92616a08eb27094a6916 Mon Sep 17 00:00:00 2001 From: sirjonasxx <36828922+sirjonasxx@users.noreply.github.com> Date: Tue, 20 Oct 2020 13:04:20 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94bd410..2fe5121 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Join the G-Earth Discord server: https://discord.gg/AVkcF8y Double click G-Earth.exe, which will be delivered in the release. Note that executing G-Earth requires admin privileges. # Linux execution -Execution command (temporary, verified in Ubuntu): +Execution command: > $ sudo java -jar G-Earth.jar Additionally, you can add the -t flag to log the packets in your terminal instead of opening a new window for it. @@ -21,7 +21,7 @@ https://github.com/sirjonasxx/G-Earth/wiki/macOs-Installation-guide # Features * Log outgoing and incoming packets -* Injection, both sides +* Injection, both directions * Blocking & replacing packets functionality * Packet expressions * Encoding/decoding @@ -29,10 +29,13 @@ https://github.com/sirjonasxx/G-Earth/wiki/macOs-Installation-guide * Retro support - enter game host & port manually (only the first time) * Advanced scheduler * Advanced extension support +* Python scripting on the fly +* SOCKS proxy * 2 included extensions on-release Interested in creating an extension? -* If you're not experienced with Java but have written extensions before in C#, you could have a look at https://github.com/ArachisH/Geode -* If you are experienced with Java, read this wiki page carefully: https://github.com/sirjonasxx/G-Earth/wiki/Extensions +* If you're not experienced with Java but have written extensions before in C#, you could have a look at [Geode](https://github.com/ArachisH/Geode). +* If you are experienced with Java, read this [wiki page](https://github.com/sirjonasxx/G-Earth/wiki/Extensions) carefully. +* The easiest way to create extensions is using [G-Python](https://github.com/sirjonasxx/G-Python). (can also be done inside G-Earth with a [live scripting console](https://github.com/sirjonasxx/G-Earth/wiki/G-Python-qtConsole)) -For the memorysearcher that extracts the RC4 table, go to https://github.com/sirjonasxx/G-Mem +For the memorysearcher that extracts the RC4 table, go to [G-Mem](https://github.com/sirjonasxx/G-Mem).