rocky
|
14993d0af4
|
Add one more docstring
|
2024-07-12 14:48:07 -04:00 |
|
rocky
|
ad621efb7a
|
Merge
|
2024-07-12 14:16:04 -04:00 |
|
rocky
|
cb2b90a94f
|
Python 2.5 try/except reduce fix
Start getting aligner up to date
|
2024-07-12 14:15:04 -04:00 |
|
rocky
|
830a2ebf44
|
Sync with decompyle3
|
2024-03-02 04:32:26 -05:00 |
|
rocky
|
3e00880c1b
|
remove double-quote preference here....
it is now done in xdis which is where it is better done
|
2024-02-18 08:21:07 -05:00 |
|
rocky
|
40c4764492
|
prefer string double quote, yet again.
|
2024-02-17 20:37:12 -05:00 |
|
rocky
|
0a08b8d3fc
|
Simplify double quote preference in string
|
2024-02-17 19:46:57 -05:00 |
|
rocky
|
f94100d24c
|
sync with decompile3
|
2024-02-17 15:09:00 -05:00 |
|
rocky
|
3ef4ab4944
|
Prefer using double quote for strings
|
2024-02-17 12:57:48 -05:00 |
|
rocky
|
61105840af
|
Sync with decompyle3
|
2024-02-05 17:06:47 -05:00 |
|
rocky
|
f7436a4ff2
|
More lint
|
2024-02-05 16:17:48 -05:00 |
|
rocky
|
dcc9d1a571
|
Fix spelling via "codespell"
|
2023-12-17 10:52:32 -05:00 |
|
rocky
|
0ea75cadca
|
Small bit of linting
|
2023-10-06 02:44:41 -04:00 |
|
Andre Eberle
|
3314c0d222
|
Fix to the ADD_VALUE_x opcodes
|
2023-04-17 18:53:51 -04:00 |
|
rocky
|
9a7eb0ad0a
|
try to be more honest about MAKE_{FUNCTION,CLOSURE}
|
2023-01-16 01:45:37 -05:00 |
|
rocky
|
5b3ea47bac
|
Correct long-literals for Python 2.7
|
2022-10-16 19:33:51 -04:00 |
|
rocky
|
4b2a2e218a
|
Misc lint stuff from pycharm...
that has been applied to decompyle3 already
|
2022-09-16 15:38:13 -04:00 |
|
rocky
|
656a9aa290
|
Bugs in 2.x relative import '.' and 1.x bytecode
|
2022-05-14 17:46:48 -04:00 |
|
rocky
|
ac862b4566
|
In Python 2.2- preserve line numbers
|
2022-05-03 07:15:18 -04:00 |
|
rocky
|
8e5faa933f
|
Handle long 2.x bytecode literals more efficiently
|
2022-04-27 13:47:56 -04:00 |
|
rocky
|
c25fa61e33
|
Start handling BUILD_MAP (a class of dict)
|
2022-04-26 15:37:42 -04:00 |
|
rocky
|
bf58fb9cf2
|
WIP - extend fast long-literals into older Python3
|
2022-04-25 08:06:46 -04:00 |
|
rocky
|
8cdf741b62
|
Bugs in long-literal handlin
Move n_dict to n_actions and special case n_const_list.
Generalize build_collection out of 3.7+ and into all Pythons
|
2022-04-24 17:38:35 -04:00 |
|
rocky
|
16c900ff1d
|
Propagate show_asm debug option down to functions
|
2021-12-17 06:07:18 -05:00 |
|
rocky
|
2c4acecc9d
|
Start PyPy 3.8 support
|
2021-11-23 16:45:01 -05:00 |
|
rocky
|
69387c4173
|
Tidy scanner more
|
2021-11-03 05:03:53 -04:00 |
|
rocky
|
22baad273f
|
Sync with decompyle start using types more.
|
2021-11-03 04:58:41 -04:00 |
|
rocky
|
8094f3bb12
|
Remove PYTHON3
|
2021-11-03 03:00:43 -04:00 |
|
rocky
|
4911d85237
|
Get ready for release 3.8.0
|
2021-10-29 22:17:17 -04:00 |
|
rocky
|
d0ca7b0363
|
Loosen check to allow running from 2.4-3.10
We still only can *decompile* 2.4-3.8
|
2021-10-26 06:21:51 -04:00 |
|
rocky
|
1bcd21a6f4
|
More version conversion bugs
|
2021-10-23 10:04:58 -04:00 |
|
rocky
|
e3369edaed
|
DRY using version_info_to_str
|
2021-10-23 08:24:35 -04:00 |
|
rocky
|
e8e006bb8c
|
More Python version comparison conversions
|
2021-10-16 11:33:03 -04:00 |
|
rocky
|
c68b74a9c6
|
new dis - Python compisons involving tuples
|
2021-10-15 23:39:59 -04:00 |
|
rocky
|
33bff4dc47
|
Small int thing and sync with decompyle3
|
2020-09-01 16:18:10 -04:00 |
|
rocky
|
5a83c7c643
|
Simplify imports again using xdis 4.6.0
|
2020-05-19 00:53:53 -04:00 |
|
rocky
|
daab1e8610
|
Start to tolerate 3.9 (in pydisassemble)
|
2019-12-09 12:20:00 -05:00 |
|
rocky
|
1c0c54991e
|
Backend some buffers
|
2019-11-09 18:49:40 -05:00 |
|
rocky
|
0b3d6b8add
|
Get ready for release 3.5.0
|
2019-10-12 19:53:17 -04:00 |
|
rocky
|
9b550b9dda
|
PEP E225 with a nod to Deepcommit
|
2019-04-14 06:11:16 -04:00 |
|
rocky
|
82fb9426af
|
[WIP] - move forward a tad on Python 3.8
|
2019-03-28 12:10:08 -04:00 |
|
rocky
|
dcad6cf6ce
|
Fix if return boundary in 3.6+
Fixes #209
|
2019-03-10 05:59:15 -04:00 |
|
rocky
|
b7942bc5f2
|
Add Python 1.3 decompilation ..
Reduced checking via "make check-short"
|
2018-06-13 12:26:21 -04:00 |
|
rocky
|
c01eb554ed
|
Fix bug introduced in last commit
|
2018-06-12 12:35:13 -04:00 |
|
rocky
|
d32e67891b
|
More 3.0 bug fixing and tollerance and...
add some 1.4 bytecode tests
|
2018-06-12 12:19:43 -04:00 |
|
rocky
|
78b8d1cd06
|
Python 3.0 fixes + administrivia
|
2018-06-12 08:29:13 -04:00 |
|
rocky
|
94251cd294
|
Tolerate bytecode < 1.5
|
2018-05-19 11:49:42 -04:00 |
|
rocky
|
e5f3d803a8
|
Start Python 1.4 decompilation ...
Tidy up test code for issue 162 and comments for some disassembly massaging.
|
2018-05-19 07:14:00 -04:00 |
|
rocky
|
1cd2d1e915
|
DRY scanner code more...
Expand 2.6 testing
|
2018-04-03 10:35:02 -04:00 |
|
rocky
|
fad43feb3d
|
DRY instruction building code...
There is a little more that could be done with self.offset2inst_index
|
2018-04-03 04:41:36 -04:00 |
|