Skip to content

Instantly share code, notes, and snippets.

@mikewl
Created August 15, 2017 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikewl/9c644213ed1aa221c121b7ca201e629b to your computer and use it in GitHub Desktop.
Save mikewl/9c644213ed1aa221c121b7ca201e629b to your computer and use it in GitHub Desktop.
ldd comparison
micha@THEMISUSED MINGW64 /c/julia/usr/bin
$ ldd libgit2.dll
ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x7ff900670000)
KERNEL32.DLL => /c/WINDOWS/System32/KERNEL32.DLL (0x7ff900440000)
KERNELBASE.dll => /c/WINDOWS/System32/KERNELBASE.dll (0x7ff8fccf0000)
??? => ??? (0x6cac0000)
??? => ??? (0x7ff8fe3e0000)
??? => ??? (0x7ff8fdc70000)
??? => ??? (0x7ff8f2ad0000)
??? => ??? (0x7ff9003e0000)
??? => ??? (0x7ff8fca80000)
??? => ??? (0x7ff8fe160000)
??? => ??? (0x62e80000)
??? => ??? (0x7ff8fd8f0000)
??? => ??? (0x7ff8fc9d0000)
??? => ??? (0x7ff8fe290000)
??? => ??? (0x7ff8ffc30000)
??? => ??? (0x7ff8fdac0000)
??? => ??? (0x7ff900500000)
??? => ??? (0x7ff8fd760000)
??? => ??? (0x7ff8fcc30000)
??? => ??? (0x7ff8fe530000)
??? => ??? (0x7ff8fccd0000)
??? => ??? (0x7ff8fe4c0000)
micha@THEMISUSED MINGW64 /c/julia/usr/bin
$ ldd libgit2.dll
ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x7ff900670000)
KERNEL32.DLL => /c/WINDOWS/System32/KERNEL32.DLL (0x7ff900440000)
KERNELBASE.dll => /c/WINDOWS/System32/KERNELBASE.dll (0x7ff8fccf0000)
ADVAPI32.dll => /c/WINDOWS/System32/ADVAPI32.dll (0x7ff8fe3e0000)
msvcrt.dll => /c/WINDOWS/System32/msvcrt.dll (0x7ff8fdc70000)
winhttp.dll => /c/WINDOWS/SYSTEM32/winhttp.dll (0x7ff8f2ad0000)
sechost.dll => /c/WINDOWS/System32/sechost.dll (0x7ff9003e0000)
ucrtbase.dll => /c/WINDOWS/System32/ucrtbase.dll (0x7ff8fca80000)
zlib1.dll => /mingw64/bin/zlib1.dll (0x62e80000)
RPCRT4.dll => /c/WINDOWS/System32/RPCRT4.dll (0x7ff8fe160000)
CRYPT32.dll => /c/WINDOWS/System32/CRYPT32.dll (0x7ff8fd8f0000)
MSASN1.dll => /c/WINDOWS/System32/MSASN1.dll (0x7ff8fc9d0000)
ole32.dll => /c/WINDOWS/System32/ole32.dll (0x7ff8fe290000)
combase.dll => /c/WINDOWS/System32/combase.dll (0x7ff8ffc30000)
bcryptPrimitives.dll => /c/WINDOWS/System32/bcryptPrimitives.dll (0x7ff8fdac0000)
GDI32.dll => /c/WINDOWS/System32/GDI32.dll (0x7ff900500000)
gdi32full.dll => /c/WINDOWS/System32/gdi32full.dll (0x7ff8fd760000)
msvcp_win.dll => /c/WINDOWS/System32/msvcp_win.dll (0x7ff8fcc30000)
USER32.dll => /c/WINDOWS/System32/USER32.dll (0x7ff8fe530000)
win32u.dll => /c/WINDOWS/System32/win32u.dll (0x7ff8fccd0000)
WS2_32.dll => /c/WINDOWS/System32/WS2_32.dll (0x7ff8fe4c0000)
IMM32.DLL => /c/WINDOWS/System32/IMM32.DLL (0x7ff8fe490000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment