Skip to content

Commit 66b7cdb

Browse files
committed
Change doc
1 parent 5c9da72 commit 66b7cdb

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

ChangeLog.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
3.2.0
2+
-----
3+
From this version, a new obfuscation mode is introduced. By this way,
4+
no import hooker, no setprofile, no settrace required. The performance
5+
of running or importing obfuscation python scripts has been remarkably
6+
improved. It's significant for Pyarmor.
7+
8+
* Use this new mode as default way to obfuscate python scripts.
9+
* Add new script "benchmark.py" to check performance in target machine: python benchmark.py
10+
* Change option "--bind-disk" in command "license", now it must be have a value
11+
112
3.1.7
213
-----
314
* Add option "--bind-mac", "--bind-ip", "--bind-domain" for command "license"

src/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Main Features
1515
- Run or import encrypted compiled python files (.pyc, .pyo)
1616
- Mixed encrypted files with normal python files.
1717
- Expire encrypted files
18-
- Bind encrypted files to harddisk
18+
- Bind encrypted files to harddisk, mac address, ip etc.
1919

2020
Support Platforms
2121
-----------------
2222

2323
- Python 2.5, 2.6, 2.7 and Python3
2424

25-
- Prebuilt Platform: win32, win_amd64, linux_i386, linux_x86_64, darwin_x86_64
25+
- Prebuilt Platform: win32, win_amd64, linux_i386, linux_x86_64, darwin_x86_64, Raspberry Pi, Banana Pi
2626

2727
The core of Pyarmor is written by C, the only dependency is libc. So
2828
it's easy to build for any other platform, even for embeded
@@ -43,6 +43,6 @@ common python script
4343
Web App
4444
-------
4545

46-
Pyarmor Web App is a gui interface of Pyarmor, visit `Pyarmor Web App Online Version <http://pyarmor.dashingsoft.com:9096>`_
46+
Pyarmor Web App is a gui interface of Pyarmor, visit `Pyarmor Web App Online Version <http://pyarmor.dashingsoft.com>`_
4747

4848
For more information, refer to `Pyarmor Homepage <https://github.com/dashingsoft/pyarmor>`_

0 commit comments

Comments
 (0)