From ce1e8412557ce6be5270fb429c418611a1a288d3 Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Sat, 22 Apr 2017 11:15:45 -0400 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index a1e52874..e4121c16 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -97,11 +97,11 @@ so. Then hamled made a few commits earler on, while Eike Siewertsen made a few commits later on. But mostly wibiti, and Guenther Starnberger got the code to where uncompyle2 was around 2012. -In uncompyle2 decompilation of python bytecode 2.5 & 2.6 is done by +In `uncompyle`, decompilation of python bytecode 2.5 & 2.6 is done by transforming the byte code into a a pseudo 2.7 python bytecode and is based on code from Eloi Vanderbeken. -This project, uncompyle6, abandons that approach for various +This project, `uncompyle6`, abandons that approach for various reasons. However the main reason is that we need offsets in fragment deparsing to be exactly the same, and the transformation process can remove instructions. _Adding_ instructions with psuedo offsets is