Added dlls

This commit is contained in:
OusmBlueNinja 2024-12-28 23:54:58 -06:00
parent bed380268c
commit 3179e6717b
12 changed files with 40 additions and 0 deletions

BIN
lib/KERNEL32.dll Normal file

Binary file not shown.

BIN
lib/OPENGL32.dll Normal file

Binary file not shown.

40
lib/README.md Normal file
View File

@ -0,0 +1,40 @@
# How to get Dlls
I Used an in house script to copy all of the dlls from my computer into a single folder. if you would like this script
https://dock-it.dev/Bit-By-Byte/DLL-Extractor
it just takes a exe then copys all dlls that the exe needs into a folder in the working directory
```
PS C:\Users\User\OneDrive\Documents\Github\DLL-Extractor> & C:/Users/User/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/User/OneDrive/Documents/Github/DLL-Extractor/main.py .\TesseractEngine.exe
Non-OS DLL Dependencies:
libgcc_s_seh-1.dll
glew32.dll
glfw3.dll
KERNEL32.dll
msvcrt.dll
OPENGL32.dll
libwinpthread-1.dll
SHELL32.dll
libstdc++-6.dll
USER32.dll
libyaml-cpp.dll
lua54.dll
Copied DLLs:
libgcc_s_seh-1.dll
glew32.dll
glfw3.dll
KERNEL32.dll
msvcrt.dll
OPENGL32.dll
libwinpthread-1.dll
SHELL32.dll
libstdc++-6.dll
USER32.dll
libyaml-cpp.dll
```

BIN
lib/SHELL32.dll Normal file

Binary file not shown.

BIN
lib/USER32.dll Normal file

Binary file not shown.

BIN
lib/glew32.dll Normal file

Binary file not shown.

BIN
lib/glfw3.dll Normal file

Binary file not shown.

BIN
lib/libgcc_s_seh-1.dll Normal file

Binary file not shown.

BIN
lib/libstdc++-6.dll Normal file

Binary file not shown.

BIN
lib/libwinpthread-1.dll Normal file

Binary file not shown.

BIN
lib/libyaml-cpp.dll Normal file

Binary file not shown.

BIN
lib/msvcrt.dll Normal file

Binary file not shown.