rageworx / listusb

A detailed listing USB device for macOS shell(console).
GNU General Public License v3.0
3 stars 1 forks source link

Windows amd64(x86.64) listusb static build #6

Closed rageworx closed 1 year ago

rageworx commented 1 year ago

For Windows users, attaching release image to windows32pe image.

rageworx commented 1 year ago

ldd

❯ ldd listusb.exe
        ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffb084f0000)
        KERNEL32.DLL => /c/WINDOWS/System32/KERNEL32.DLL (0x7ffb06ab0000)
        KERNELBASE.dll => /c/WINDOWS/System32/KERNELBASE.dll (0x7ffb05cf0000)
        msvcrt.dll => /c/WINDOWS/System32/msvcrt.dll (0x7ffb065a0000)
rageworx commented 1 year ago

Completed.