n1nj4sec
7041309ac8
working python3 windows beacon
2022-11-04 11:09:28 +01:00
Oleksii Shevchuk
37dcf7469e
WIP: Py3 <-> Py2 hybrid mode and style fixes
2020-07-27 16:49:47 +03:00
Oleksii Shevchuk
b1e2b729db
client/windows/x86: fix ssize_t size
2020-02-19 17:27:13 +02:00
Oleksii Shevchuk
859f8d1363
client/windows/postmortem: Try to create python stack trace
2020-02-19 15:56:10 +02:00
Oleksii Shevchuk
93fd1a06d6
client/common: do better job to use proper Py_ssize_t type
2020-01-05 19:00:43 +02:00
Oleksii Shevchuk
0a7b632378
client: prepare to support __future__ in pupy/__init__.py
2020-01-03 15:15:38 +02:00
Oleksii Shevchuk
41e41e7704
client/windows: inline not supported
2019-12-31 15:46:23 +02:00
Oleksii Shevchuk
b1803b34e0
client/debug: Add Py_RefCnt function to get PyObject refcount
2019-12-31 13:15:08 +02:00
Oleksii Shevchuk
bc8d99df44
CRLF, _pupy dynload (windows) etc
2019-09-07 19:18:07 +03:00
Oleksii Shevchuk
e9afcbf8de
Refactoring: merge pp.py and pupyimporter.py
...
New loader "module" based loader.
Source code deduplicated a bit. Common parts moved to client/common.
Everything moved to "pupy" namespace:
import pupy
Android known to be broken. Other regressions to be discovered.
Checked:
+ Linux 32/64 Native/py
+ Windows 32/64 Native/py/.NET/migrations
2019-08-17 21:13:45 +03:00