From 966d2605e9eecc8c8ed787a112f38a412e5c9532 Mon Sep 17 00:00:00 2001 From: CensoredUsername Date: Sat, 17 Aug 2024 19:16:52 +0200 Subject: [PATCH] Update un.rpyc's README. --- un.rpyc/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/un.rpyc/README.md b/un.rpyc/README.md index 0716755b..5d001651 100644 --- a/un.rpyc/README.md +++ b/un.rpyc/README.md @@ -6,13 +6,11 @@ using python 2.7. creating a pickle which will run the decompiler when ren'py is loading all files, before any .rpy code normally even runs. -Note that for this to work the module -`pickleast` (from https://github.com/CensoredUsername/picklemagic) -must be in pythons module search path. If it isn't, you can use the -m (--magic) switch to specify the -directory in which pickleast.py is located. +Building un.rpyc requires the `corrupy` package to (from https://github.com/CensoredUsername/corrupy). +This is normally available as a submodule git submodule in this folder. Via various ways of optimization this module manages to fit the whole decompiler in a file less -than 16 kB in size! This is smaller than some of the unrpyc source files. +than 20 kB in size! This is smaller than some of the unrpyc source files. The -d (--debug) switch turns on debug results. In this case, three extra files will be produced. @@ -31,4 +29,4 @@ don't change the filesize too much but obfuscate the included modules more. For the best result, use -[python2] compile.py -d -o -p 1 \ No newline at end of file +[python2] compile.py -d -o -p 1