-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zlib.dll call returns error 12 #1
Comments
Same here: Code: 12. Call Library Function Node in VI-Hacker.lvlib:zlib Uncompress.vi->VI-Hacker.lvlib:VI-Hacker.vi |
why it also need password after i crack. the error is : Note that: i have copy the vi file from the previous folder |
LabVIEW project libraries can be password protected using a different authentication protocol than this tool provides. Lvlib passwords more secure and cannot be decrypted easily. Link below. https://www.ni.com/docs/en-US/bundle/labview/page/protecting-project-libraries.html At this time, I have no way to reverse engineer the project library's password to unlock the VI members. |
VIs that are (locked) library members are more annoying but not more secure. The "security" is still only provided by obfuscation, not by encryption, because the source code has to stay compilable, i.e. accessible. This "hack tool" only overwrites the password hash in the VI but doesn't unlink it from the library. Labview checks whether the VI is a locked library member and asks for the library password in that case to show the block diagram, even if the VI itself has an empty password. You have to regenerate the block index of the VI and remove the library membership. |
I'm getting error 12 when using this tool in 64-bit version of LV. I guess zlib.dll is compiled for 32-bit and can't be called by 64-bit LV process.
The text was updated successfully, but these errors were encountered: