rocky
|
cef3203601
|
merge hell
|
2021-10-23 08:46:05 -04:00 |
|
rocky
|
5b657ac7d8
|
Merge branch 'python-3.3-to-3.5' into python-2.4
|
2021-10-23 08:42:32 -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
|
1a3bd3cabe
|
Merge branch 'master' into python-2.4
|
2020-09-05 06:02:41 -04:00 |
|
rocky
|
33bff4dc47
|
Small int thing and sync with decompyle3
|
2020-09-01 16:18:10 -04:00 |
|
rocky
|
cb411bcd04
|
Merge branch 'master' into python-2.4
|
2020-05-19 01:24:08 -04:00 |
|
rocky
|
5a83c7c643
|
Simplify imports again using xdis 4.6.0
|
2020-05-19 00:53:53 -04:00 |
|
rocky
|
efac5268a4
|
Merge branch 'master' into python-2.4
|
2019-12-09 22:05:20 -05:00 |
|
rocky
|
daab1e8610
|
Start to tolerate 3.9 (in pydisassemble)
|
2019-12-09 12:20:00 -05:00 |
|
rocky
|
5b0f772dc7
|
Merge branch 'master' into python-2.4
|
2019-11-10 12:16:04 -05:00 |
|
rocky
|
1c0c54991e
|
Backend some buffers
|
2019-11-09 18:49:40 -05:00 |
|
rocky
|
914369bd36
|
Merge branch 'master' into python-2.4
|
2019-10-12 20:06:04 -04:00 |
|
rocky
|
0b3d6b8add
|
Get ready for release 3.5.0
|
2019-10-12 19:53:17 -04:00 |
|
rocky
|
f36c11d9d7
|
Merge branch 'master' into python-2.4
|
2019-04-14 06:13:25 -04:00 |
|
rocky
|
9b550b9dda
|
PEP E225 with a nod to Deepcommit
|
2019-04-14 06:11:16 -04:00 |
|
rocky
|
612a813c7c
|
Merge branch 'master' into python-2.4
|
2019-04-10 12:03:39 -04:00 |
|
rocky
|
82fb9426af
|
[WIP] - move forward a tad on Python 3.8
|
2019-03-28 12:10:08 -04:00 |
|
rocky
|
83773846d6
|
Merge branch 'master' into python-2.4
|
2019-03-10 14:12:23 -04:00 |
|
rocky
|
dcad6cf6ce
|
Fix if return boundary in 3.6+
Fixes #209
|
2019-03-10 05:59:15 -04:00 |
|
rocky
|
214f5f32a3
|
Merge branch 'master' into python-2.4
|
2018-06-13 13:13:05 -04:00 |
|
rocky
|
b7942bc5f2
|
Add Python 1.3 decompilation ..
Reduced checking via "make check-short"
|
2018-06-13 12:26:21 -04:00 |
|
rocky
|
53b471a3df
|
Merge branch 'master' into python-2.4
|
2018-06-12 15:05:40 -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
|
2b730628d5
|
Merge branch 'master' into python-2.4
|
2018-06-12 08:31:13 -04:00 |
|
rocky
|
78b8d1cd06
|
Python 3.0 fixes + administrivia
|
2018-06-12 08:29:13 -04:00 |
|
rocky
|
761eee7ae7
|
Merge branch 'master' into python-2.4
|
2018-05-19 12:36:34 -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
|
35c41f8065
|
Merge branch 'master' into python-2.4
|
2018-04-03 10:55:51 -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 |
|
rocky
|
75f3624f31
|
Merge branch 'master' into python-2.4
|
2018-04-01 13:48:16 -04:00 |
|
rocky
|
f18ce71e91
|
Replace all_instrs with inst_matches...
which works on 3.6+. Still should write a pytest for this.
|
2018-03-29 21:23:26 -04:00 |
|
rocky
|
28d0ec7a2a
|
Merge branch 'master' into python-2.4
|
2018-03-02 08:06:53 -05:00 |
|
rocky
|
8d503682b3
|
Use get_inst and self.insts more..
needed more in 3.6 to handle EXTENDED_ARGS before JUMP_xxx
|
2018-03-02 07:15:23 -05:00 |
|
rocky
|
a1532bbfea
|
Merge branch 'master' into python-2.4
|
2018-02-27 10:40:40 -05:00 |
|
rocky
|
c43c9a19aa
|
Move to GPL3 license
|
2018-02-27 06:40:36 -05:00 |
|
rocky
|
b584a0f6b0
|
More EXTENDED_ARGS woes on 3.6+
|
2018-02-25 22:42:18 -05:00 |
|
rocky
|
2f6a85d538
|
Merge branch 'master' into extended_args
|
2018-02-25 19:19:32 -05:00 |
|
rocky
|
8c0f256b78
|
Sync python2 and python3 scanner/injest code more
|
2018-02-25 09:42:04 -05:00 |
|
rocky
|
75755c8cfc
|
Merge branch 'master' into python-2.4
|
2018-01-31 16:46:04 -05:00 |
|
rocky
|
c433d2d9a7
|
Fix extended_arg breakage from last commit
|
2018-01-29 21:43:15 -05:00 |
|
rocky
|
a8fe985ed3
|
Add a scanner next_offset() routine
Remove extended_arg_val() as that is now in xdis
|
2018-01-29 21:36:19 -05:00 |
|
rocky
|
7c9437f0a9
|
Merge branch 'master' into python-2.4
|
2018-01-18 01:27:52 -05:00 |
|
rocky
|
ebb9f1a53f
|
Python 2.6 compatibility
|
2018-01-18 01:25:38 -05:00 |
|
rocky
|
96ddef3920
|
Handle 3.5.2..3.5.2 magic...
And handle magic better overal by improved xdis use
|
2018-01-18 01:15:19 -05:00 |
|
rocky
|
9041dead7f
|
Merge branch 'master' into python-2.4
|
2018-01-07 21:36:19 -05:00 |
|