leechcorepyc 2.18.4__tar.gz → 2.18.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {leechcorepyc-2.18.4/leechcorepyc.egg-info → leechcorepyc-2.18.6}/PKG-INFO +1 -1
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/device_vmm.c +1 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/version.h +2 -2
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6/leechcorepyc.egg-info}/PKG-INFO +1 -1
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/setup.py +1 -1
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/MANIFEST.in +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/Makefile +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/README +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/files/dummy +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/includes/leechcore.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/includes/leechcore_device.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/includes/libpdbcrust.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/includes/vmmdll.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/includes/vmmyara.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/Makefile +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/device_file.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/device_fpga.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/device_hibr.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/device_pmem.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/device_tmd.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/device_usb3380.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/device_vmware.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/leechcore.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/leechcore.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/leechcore.rc +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/leechcore_device.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/leechcore_internal.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/leechrpc.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/leechrpc.idl +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/leechrpc_c.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/leechrpc_h.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/leechrpcclient.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/leechrpcshared.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/memmap.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/ob/ob.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/ob/ob_bytequeue.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/ob/ob_core.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/ob/ob_map.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/ob/ob_set.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/oscompatibility.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/oscompatibility.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/util.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore/util.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore_device_qemu/Makefile +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore_device_qemu/leechcore_device_qemu.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore_device_rawtcp/Makefile +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore_device_rawtcp/leechcore_device_rawtcp.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore_device_rawtcp/oscompatibility.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore_device_rawtcp/oscompatibility.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore_device_rawtcp/plugin.rc +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore_device_rawtcp/resource.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore_device_rawtcp/version.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore_ft601_driver_linux/Makefile +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore_ft601_driver_linux/fpga_libusb.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore_ft601_driver_linux/fpga_libusb.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore_ft601_driver_linux/leechcore_ft601_driver_linux.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore_ft601_driver_linux/leechcore_ft601_driver_linux.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcorepyc/__init__.py +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcorepyc.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcorepyc.egg-info/SOURCES.txt +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcorepyc.egg-info/dependency_links.txt +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcorepyc.egg-info/top_level.txt +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcorepyc.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcorepyc_barrequest.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/Makefile +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/include/lznt1.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/include/mscomp/Array.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/include/mscomp/Bitstream.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/include/mscomp/CircularBuffer.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/include/mscomp/HuffmanDecoder.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/include/mscomp/HuffmanEncoder.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/include/mscomp/LZNT1Dictionary.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/include/mscomp/LZNT1Dictionary_SA.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/include/mscomp/XpressDictionary.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/include/mscomp/config.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/include/mscomp/general.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/include/mscomp/internal.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/include/mscomp/sorting.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/include/mscomp.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/include/xpress.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/include/xpress_huff.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/src/lznt1_compress.cpp +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/src/lznt1_decompress.cpp +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/src/mscomp.cpp +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/src/xpress_compress.cpp +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/src/xpress_decompress.cpp +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/src/xpress_huff_compress.cpp +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/ms-compress/src/xpress_huff_decompress.cpp +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/oscompatibility.c +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/oscompatibility.h +0 -0
- {leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/setup.cfg +0 -0
|
@@ -69,6 +69,7 @@ BOOL DeviceVMM_Open(_Inout_ PLC_CONTEXT ctxLC, _Out_opt_ PPLC_CONFIG_ERRORINFO p
|
|
|
69
69
|
goto fail;
|
|
70
70
|
}
|
|
71
71
|
// 4: set callback functions and fix up config
|
|
72
|
+
ctxLC->hDevice = (HANDLE)ctx;
|
|
72
73
|
ctxLC->fMultiThread = TRUE;
|
|
73
74
|
ctxLC->Config.fVolatile = qwVolatile ? TRUE : FALSE;
|
|
74
75
|
ctxLC->pfnClose = DeviceVMM_Close;
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
|
|
4
4
|
#define VERSION_MAJOR 2
|
|
5
5
|
#define VERSION_MINOR 18
|
|
6
|
-
#define VERSION_REVISION
|
|
7
|
-
#define VERSION_BUILD
|
|
6
|
+
#define VERSION_REVISION 6
|
|
7
|
+
#define VERSION_BUILD 74
|
|
8
8
|
|
|
9
9
|
#define VER_FILE_DESCRIPTION_STR "LeechCore Memory Acquisition Library"
|
|
10
10
|
#define VER_FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD
|
|
@@ -19,7 +19,7 @@ leechcorepyc = Extension(
|
|
|
19
19
|
|
|
20
20
|
setup(
|
|
21
21
|
name='leechcorepyc',
|
|
22
|
-
version='2.18.
|
|
22
|
+
version='2.18.6', # VERSION_END
|
|
23
23
|
description='LeechCore for Python',
|
|
24
24
|
long_description='LeechCore for Python : native extension for physical memory access',
|
|
25
25
|
url='https://github.com/ufrisk/LeechCore',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{leechcorepyc-2.18.4 → leechcorepyc-2.18.6}/leechcore_device_rawtcp/leechcore_device_rawtcp.c
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|