you'll be able to discuss, share and send private messages.
the developer has updated this project to support ida 7.x and x64 also still supports ida 6.x and x86 the github page:...
[ATTACH] archive password: allablebodiedmen839476120735968832
this gui uses md5, sha1, and sha256 libs in one dll the simple gui calculates the md5, sha1, and/or sha256 of a file. note: dll and gui must...
CharSet = CharSet.None is deprecated and is the same as CharSet.Ansi either should be ok if the character set in the C dll project setting...
this is a C# gui using sha1 library in C from polarssl how to create the C dll is posted in the C forum here: https://techbliss.org/posts/3685/...
here is dll version of sha1 library. I always use the static version for C projects, but dll form can be used in C# gui projects mostly same...
here is sha1 for linux. much simpler without all those settings. gcc -c sha1.c ar crv libsha1.a sha1.o gcc -c file-sha1.c gcc -o file-sha1...
I forgot to include visual studio readme for anyone who usually uses gcc. this has the steps and project settings for the sha1 library and...
you're welcome as many times as I've used sha1 and aes libraries, I should have pre-compiled them a long time ago.
this is the aes library aes-test is a small sample program that calls the aes self test
this one is the md5 library. include md5.lib and md5lib.h in projects to use the md5 functions: md5 (of buffer), md5_file, md5_hmac, and...
this one is the sha256 library. include sha256.lib and sha256lib.h in projects to use the sha56 functions: sha256 (of buffer), sha256_file,...
Separate names with a comma.