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.
Files changed (95) hide show
  1. {leechcorepyc-2.22.3/leechcorepyc.egg-info → leechcorepyc-2.22.6}/PKG-INFO +1 -1
  2. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/includes/leechcore.h +1 -1
  3. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/includes/leechcore_device.h +1 -1
  4. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/Makefile +1 -1
  5. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/Makefile.macos +2 -2
  6. leechcorepyc-2.22.6/leechcore/charutil.c +1654 -0
  7. leechcorepyc-2.22.6/leechcore/charutil.h +486 -0
  8. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/device_file.c +8 -8
  9. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/device_fpga.c +16 -1
  10. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/device_hibr.c +2 -2
  11. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/device_pmem.c +3 -3
  12. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/device_tmd.c +1 -1
  13. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/device_usb3380.c +1 -1
  14. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/device_vmm.c +1 -1
  15. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/device_vmware.c +1 -1
  16. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechcore.c +1 -1
  17. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechcore.h +1 -1
  18. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechcore_device.h +1 -1
  19. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechcore_internal.h +1 -1
  20. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechrpc.h +1 -1
  21. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechrpc_c.c +31 -56
  22. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechrpc_h.h +1 -1
  23. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechrpcclient.c +1 -1
  24. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechrpcshared.c +1 -1
  25. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/memmap.c +1 -1
  26. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/oscompatibility.c +15 -1
  27. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/oscompatibility.h +6 -1
  28. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/util.c +1 -1
  29. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/util.h +1 -1
  30. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/version.h +3 -3
  31. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcorepyc.c +1 -1
  32. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6/leechcorepyc.egg-info}/PKG-INFO +1 -1
  33. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcorepyc.egg-info/SOURCES.txt +2 -0
  34. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcorepyc.h +1 -1
  35. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcorepyc_barrequest.c +1 -1
  36. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/oscompatibility.c +1 -1
  37. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/oscompatibility.h +1 -1
  38. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/setup.py +1 -1
  39. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/MANIFEST.in +0 -0
  40. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/Makefile +0 -0
  41. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/README +0 -0
  42. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/files/dummy +0 -0
  43. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/includes/leechgrpc.h +0 -0
  44. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/includes/libpdbcrust.h +0 -0
  45. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/includes/vmmdll.h +0 -0
  46. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/includes/vmmyara.h +0 -0
  47. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechcore.rc +0 -0
  48. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/leechrpc.idl +0 -0
  49. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/ob/ob.h +0 -0
  50. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/ob/ob_bytequeue.c +0 -0
  51. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/ob/ob_core.c +0 -0
  52. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/ob/ob_map.c +0 -0
  53. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore/ob/ob_set.c +0 -0
  54. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_qemu/Makefile +0 -0
  55. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_qemu/leechcore_device_qemu.c +0 -0
  56. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_rawtcp/Makefile +0 -0
  57. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_rawtcp/leechcore_device_rawtcp.c +0 -0
  58. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_rawtcp/oscompatibility.c +0 -0
  59. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_rawtcp/oscompatibility.h +0 -0
  60. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_rawtcp/plugin.rc +0 -0
  61. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_rawtcp/resource.h +0 -0
  62. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_device_rawtcp/version.h +0 -0
  63. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_ft601_driver_linux/Makefile +0 -0
  64. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_ft601_driver_linux/fpga_libusb.c +0 -0
  65. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_ft601_driver_linux/fpga_libusb.h +0 -0
  66. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_ft601_driver_linux/leechcore_ft601_driver_linux.c +0 -0
  67. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcore_ft601_driver_linux/leechcore_ft601_driver_linux.h +0 -0
  68. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcorepyc/__init__.py +0 -0
  69. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcorepyc.egg-info/dependency_links.txt +0 -0
  70. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/leechcorepyc.egg-info/top_level.txt +0 -0
  71. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/Makefile +0 -0
  72. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/lznt1.h +0 -0
  73. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/Array.h +0 -0
  74. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/Bitstream.h +0 -0
  75. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/CircularBuffer.h +0 -0
  76. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/HuffmanDecoder.h +0 -0
  77. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/HuffmanEncoder.h +0 -0
  78. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/LZNT1Dictionary.h +0 -0
  79. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/LZNT1Dictionary_SA.h +0 -0
  80. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/XpressDictionary.h +0 -0
  81. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/config.h +0 -0
  82. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/general.h +0 -0
  83. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/internal.h +0 -0
  84. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp/sorting.h +0 -0
  85. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/mscomp.h +0 -0
  86. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/xpress.h +0 -0
  87. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/include/xpress_huff.h +0 -0
  88. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/src/lznt1_compress.cpp +0 -0
  89. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/src/lznt1_decompress.cpp +0 -0
  90. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/src/mscomp.cpp +0 -0
  91. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/src/xpress_compress.cpp +0 -0
  92. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/src/xpress_decompress.cpp +0 -0
  93. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/src/xpress_huff_compress.cpp +0 -0
  94. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/ms-compress/src/xpress_huff_decompress.cpp +0 -0
  95. {leechcorepyc-2.22.3 → leechcorepyc-2.22.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: leechcorepyc
3
- Version: 2.22.3
3
+ Version: 2.22.6
4
4
  Summary: LeechCore for Python
5
5
  Home-page: https://github.com/ufrisk/LeechCore
6
6
  Author: Ulf Frisk
@@ -11,7 +11,7 @@
11
11
  // - README: https://github.com/ufrisk/LeechCore
12
12
  // - GUIDE: https://github.com/ufrisk/LeechCore/wiki
13
13
  //
14
- // (c) Ulf Frisk, 2020-2025
14
+ // (c) Ulf Frisk, 2020-2026
15
15
  // Author: Ulf Frisk, pcileech@frizk.net
16
16
  //
17
17
  // Header Version: 2.20.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-2025
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