From 72f10e8f0079f58f5f4f524b1734e94fecd048e8 Mon Sep 17 00:00:00 2001 From: chenzhch Date: Fri, 15 Nov 2024 23:56:33 +0800 Subject: [PATCH] Update readme --- README.md | 2 +- "\350\257\264\346\230\216.md" | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5162ed9..928ab2e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ For programs that require source code protection, it is recommended to use stati 1. Obtaining script source code by reading memory files. -Version 1.8 has resolved issues 1-5, but technically cannot solve issue 6. If the scripting language is ```bash```, it is recommended to use ```xbash```or use it together with ```shellc```. ```xbash```can solve issue 6. +Version 1.8 has resolved issues 1-3, but technically cannot solve issue 4-6. If the scripting language is ```bash```, it is recommended to use ```xbash```or use it together with ```shellc```. ```xbash```can solve issue 4-6. Version 1.0 or above not only support shell, but also other scripting languages, which can completely replace ```shc```. Version 1.6 adds the function of obtaining script source code through anti-counterfeiting interpreter or memory dump. Version 1.8 solves the problem of obtaining source code through file descriptors. Version 1.8 does not support ```ruby```, and ```ruby``` requires version 1.7. diff --git "a/\350\257\264\346\230\216.md" "b/\350\257\264\346\230\216.md" index 4876722..85465fd 100644 --- "a/\350\257\264\346\230\216.md" +++ "b/\350\257\264\346\230\216.md" @@ -26,7 +26,7 @@ cc example.sh.c -O2 -o example 1. 通过读取内存文件获取源代码 -```shellc```1.8版已解决1-5点问题,第6点技术上无法解决,若是脚本语言是```bash```, 建议使用```xbash```,或者与```shellc```一起使用, ```xbash```可以解决第6点问题。 +```shellc```1.8版已解决1-3点问题,4-6点目前尚未完全解决,若是脚本语言是```bash```, 建议使用```xbash```,或者与```shellc```一起使用, ```xbash```可以解决4-6点问题。 1.0及以上版本除了支持shell外,还支持其他脚本语言,可以完全替代```shc```。1.6版增加防伪造解释器或内存转储方式获取得脚本源代码功能。1.8版解决通过文件描述符获取到源码,1.8版不支持```ruby```, ```ruby```需使用1.7版。 目前,该程序已在```AIX```、```UNIX```、 ```Linux``` 环境中具有实际应用。建议对编译后的程序进行全面测试,以防止生产故障。