From 31d3dadc5298a3bda984fbf80ba29835dc67900e Mon Sep 17 00:00:00 2001 From: asandikci Date: Fri, 1 Sep 2023 09:57:22 +0300 Subject: [PATCH] update readme --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8725e0..0c2465d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -tests for https://github.com/pkujhd/goloader and https://github.com/eh-steve/goloader. -contains some parts from https://git.aliberksandikci.com.tr/Liderahenk/ahenk-go \ No newline at end of file +This branch uses unofficial goloader implementation, see https://pkg.go.dev/github.com/eh-steve/goloader, https://github.com/eh-steve/goloader and https://git.aliberksandikci.com.tr/Liderahenk/ahenk-docs/src/branch/main/dev/resources.md#goloader-plugin-logic for more information + +--- +# Pros +- Fast, Lightweight +- **Can be unload** +- **Can be use with windows** +- Can build go programs in runtime +# Cons +- Unofficial +- Changes default go configs and compiler settings !! +- Missing Security features ? +- Missing feature: use precompiled binaries \ No newline at end of file