You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was an oversight in the documentation. All DLL filenames need to be lowercase in linux. We haven't quite figured out if or how we want to do case-insensitive path searching, but it would be good to have for better out-of-box support of all operating systems. In the meantime I've added a step 6 in the setup documentation with a bash oneliner that should make every file copied over be lowercase: https://github.com/carbonblack/binee/wiki/Setup#windows
Built in an Ubuntu docker container.
Copy System32 DLL files from a win10 x86 installation.
cp KernelBase.dll kernelbase.dll
The text was updated successfully, but these errors were encountered: