Skip to content

Releases: icedevml/zxp-native-usb-adapter-64bit-hack

Patch for ZebraNativeUsbAdapter_64.dll (version: build-20250817R04)

17 Aug 00:05

Choose a tag to compare

Replace the original ZebraNativeUsbAdapter_64.dll with the two DLLs contained in this ZIP archive.

This build was produced by GitHub Actions Runner with GitHub's build attestation available.

Changelog:

  • Build release DLL through GitHub Actions Workflow with build provenance attestations.
  • Pin all GitHub Actions hashes in order to achieve full provenance.
  • First try to allocate a suitable memory buffer using NtAllocateVirtualMemory with appropriate ZeroBits mask, if that does not work for any reason, fall back to a VirtualAlloc() loop to find and allocate a suitable region.
  • Increase the number of simultaneously open printer handles to 1024.
  • Improve debug prints.

Patch for ZebraNativeUsbAdapter_64.dll (version: 20231120R02)

20 Nov 22:24
325809a

Choose a tag to compare

Replace the original ZebraNativeUsbAdapter_64.dll with the two DLLs contained in this ZIP archive.

Changelog:

  • Fixed memory leak when Open() fails to open the printer.

Patch for ZebraNativeUsbAdapter_64.dll (version: 20231120R01)

19 Nov 23:29
bfe0cea

Choose a tag to compare

Replace the original ZebraNativeUsbAdapter_64.dll with the two DLLs contained in this ZIP archive.

Changelog:

  • Added manifest with the correct dependency specification for Microsoft.VC90.CRT in MQALLOC.DLL to fix occasional loader fails.

Patch for ZebraNativeUsbAdapter_64.dll (version: 20231119R04)

19 Nov 22:31
84ebf4b

Choose a tag to compare

Replace the original ZebraNativeUsbAdapter_64.dll with the two DLLs contained in this ZIP archive.

Changelog:

  • Implemented thread safety in the allocator.

Patch for ZebraNativeUsbAdapter_64.dll (version: 20231119R03)

19 Nov 05:34

Choose a tag to compare

Replace the original ZebraNativeUsbAdapter_64.dll with the two DLLs contained in this ZIP archive.

Changelog:

  • Initial public release, basic support without thread safety.