leechcorepyc 2.22.3__tar.gz → 2.22.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.22.3/leechcorepyc.egg-info → leechcorepyc-2.22.6}/PKG-INFO +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/includes/leechcore.h +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/includes/leechcore_device.h +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/Makefile +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/Makefile.macos +2 -2
- leechcorepyc-2.22.6/leechcore/charutil.c +1654 -0
- leechcorepyc-2.22.6/leechcore/charutil.h +486 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/device_file.c +8 -8
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/device_fpga.c +16 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/device_hibr.c +2 -2
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/device_pmem.c +3 -3
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/device_tmd.c +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/device_usb3380.c +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/device_vmm.c +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/device_vmware.c +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechcore.c +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechcore.h +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechcore_device.h +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechcore_internal.h +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechrpc.h +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechrpc_c.c +31 -56
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechrpc_h.h +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechrpcclient.c +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechrpcshared.c +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/memmap.c +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/oscompatibility.c +15 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/oscompatibility.h +6 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/util.c +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/util.h +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/version.h +3 -3
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcorepyc.c +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6/leechcorepyc.egg-info}/PKG-INFO +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcorepyc.egg-info/SOURCES.txt +2 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcorepyc.h +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcorepyc_barrequest.c +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/oscompatibility.c +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/oscompatibility.h +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/setup.py +1 -1
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/MANIFEST.in +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/Makefile +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/README +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/files/dummy +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/includes/leechgrpc.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/includes/libpdbcrust.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/includes/vmmdll.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/includes/vmmyara.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechcore.rc +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechrpc.idl +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/ob/ob.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/ob/ob_bytequeue.c +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/ob/ob_core.c +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/ob/ob_map.c +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/ob/ob_set.c +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_qemu/Makefile +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_qemu/leechcore_device_qemu.c +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_rawtcp/Makefile +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_rawtcp/leechcore_device_rawtcp.c +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_rawtcp/oscompatibility.c +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_rawtcp/oscompatibility.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_rawtcp/plugin.rc +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_rawtcp/resource.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_rawtcp/version.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_ft601_driver_linux/Makefile +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_ft601_driver_linux/fpga_libusb.c +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_ft601_driver_linux/fpga_libusb.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_ft601_driver_linux/leechcore_ft601_driver_linux.c +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_ft601_driver_linux/leechcore_ft601_driver_linux.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcorepyc/__init__.py +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcorepyc.egg-info/dependency_links.txt +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcorepyc.egg-info/top_level.txt +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/Makefile +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/lznt1.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/Array.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/Bitstream.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/CircularBuffer.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/HuffmanDecoder.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/HuffmanEncoder.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/LZNT1Dictionary.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/LZNT1Dictionary_SA.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/XpressDictionary.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/config.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/general.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/internal.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/sorting.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/xpress.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/xpress_huff.h +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/src/lznt1_compress.cpp +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/src/lznt1_decompress.cpp +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/src/mscomp.cpp +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/src/xpress_compress.cpp +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/src/xpress_decompress.cpp +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/src/xpress_huff_compress.cpp +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/src/xpress_huff_decompress.cpp +0 -0
- {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/setup.cfg +0 -0
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
// device may be created/opened - if only one instance may be open at the same
|
|
16
16
|
// time this should be handled by the plugin module itself.
|
|
17
17
|
//
|
|
18
|
-
// (c) Ulf Frisk, 2020-
|
|
18
|
+
// (c) Ulf Frisk, 2020-2026
|
|
19
19
|
// Author: Ulf Frisk, pcileech@frizk.net
|
|
20
20
|
//
|
|
21
21
|
// Header Version: 2.5
|
|
@@ -10,7 +10,7 @@ CFLAGS += -fPIE -fPIC -pie -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O1 -Wl
|
|
|
10
10
|
CFLAGS += -Wall -Wno-multichar -Wno-unused-result -Wno-unused-variable -Wno-unused-value -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast
|
|
11
11
|
LDFLAGS += -g -ldl -shared
|
|
12
12
|
DEPS = leechcore.h
|
|
13
|
-
OBJ = oscompatibility.o leechcore.o util.o memmap.o device_file.o device_fpga.o device_hibr.o device_pmem.o device_tmd.o device_usb3380.o device_vmm.o device_vmware.o leechrpcclient.o ob/ob_core.o ob/ob_map.o ob/ob_set.o ob/ob_bytequeue.o
|
|
13
|
+
OBJ = oscompatibility.o leechcore.o charutil.o util.o memmap.o device_file.o device_fpga.o device_hibr.o device_pmem.o device_tmd.o device_usb3380.o device_vmm.o device_vmware.o leechrpcclient.o ob/ob_core.o ob/ob_map.o ob/ob_set.o ob/ob_bytequeue.o
|
|
14
14
|
|
|
15
15
|
%.o: %.c $(DEPS)
|
|
16
16
|
$(CC) -c -o $@ $< $(CFLAGS)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
CC=clang
|
|
2
|
-
CFLAGS += -I. -D MACOS -D _GNU_SOURCE -fPIC -fvisibility=hidden -pthread
|
|
2
|
+
CFLAGS += -I. -I../includes -D MACOS -D _GNU_SOURCE -fPIC -fvisibility=hidden -pthread
|
|
3
3
|
CFLAGS += -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O1
|
|
4
4
|
CFLAGS += -Wall -Wno-multichar -Wno-unused-result -Wno-unused-variable -Wno-unused-value
|
|
5
5
|
CFLAGS += -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast
|
|
@@ -11,7 +11,7 @@ CFLAGS += -mmacosx-version-min=11.0
|
|
|
11
11
|
LDFLAGS += -g -dynamiclib -mmacosx-version-min=11.0
|
|
12
12
|
|
|
13
13
|
DEPS = leechcore.h
|
|
14
|
-
OBJ = oscompatibility.o leechcore.o util.o memmap.o device_file.o device_fpga.o device_hibr.o device_pmem.o device_tmd.o device_usb3380.o device_vmm.o device_vmware.o leechrpcclient.o ob/ob_core.o ob/ob_map.o ob/ob_set.o ob/ob_bytequeue.o
|
|
14
|
+
OBJ = oscompatibility.o leechcore.o charutil.o util.o memmap.o device_file.o device_fpga.o device_hibr.o device_pmem.o device_tmd.o device_usb3380.o device_vmm.o device_vmware.o leechrpcclient.o ob/ob_core.o ob/ob_map.o ob/ob_set.o ob/ob_bytequeue.o
|
|
15
15
|
|
|
16
16
|
# ARCH SPECIFIC FLAGS:
|
|
17
17
|
CFLAGS_X86_64 = $(CFLAGS) -arch x86_64
|