Hello,
I would like to apply the XOR function on two hexadecimal values e.g.
1DABF219597B XOR 75B8F9FFA46D should be 68130BE6FD16.
I think I have to convert the values first to binary ones. Herefore I looked up
some info about the functios FBinFromHex and scanf but it's not clear to me how to...
Hello,
my program is executing without problems until I add a CommonDialogControl.
When I do this, the compiling is still OK but the executable does not run, it's doing nothing. Could the reason be that I did not select the option "support ActiveX Controls"
at the creation of my...
Hello,
does anyone knows how to assign hex values to the variables Op en Ki
when reading them out of a file that looks e.g. like this:
Op 63 BF A5 0E E6 52 33
65 FF 14 C1 F4 5F 88
73 7D
Ki DB C2 46 41 2B 8C FA
30 7F 70 F0 A7 54 86
32 95
I found a function sscanf so maybe I can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.