Like the title says, this application can calculate and reverse AND/OR/XOR. It is made by me in Delphi. Bugs/Suggestions are welcome. I hope you like it! :)
Please login or register to download
or
Use alternative full direct 100Mbit download
Cracking → Keygenning and Programming → AND/OR/XOR Calculator/Reverser18 May 2009, 14:51 Like the title says, this application can calculate and reverse AND/OR/XOR. It is made by me in Delphi. Bugs/Suggestions are welcome. I hope you like it! :) Please login or register to download
You have to login or register to post comments. |
a xor b = c
c xor b = a
c xor a = b
AND functions are bitwise operations and if you do some research into truth tables you will see what I mean.
Cheers
D6 AND A1 = 80
88 AND A1 = 80
82 AND A1 = 80
90 AND A1 = 80
94 AND A1 = 80
8E AND A1 = 80
etc..
My program helps you find the possibilities, so you don't have to completely do trial and error.
Maybe I'm wrong though, I don't know.
Also, I noticed a little bug in XOR calculation in my program. In my program XOR 4,3D = 9, but correct would be XOR 4,3D = 39.
The source code for that About box would be excellent, but I understand if you want to keep it private.
Mirror:
Please login or register to download
or
Direct Download at 100Mbit
Also, thanks for the mention.
is a good idea
These two should be integrated:
vcl70.bpl
rtl70.bpl
Greetz
Please login or register to download
or
Use alternative full direct download
You can place them in your WINDOWS\System32 folder, then you don't have to worry about these files anymore.
You can statical or dynamic link the needed libraries with the project.
dynamic means: At the execution of the EXE, it needs the extern libraries to run.
statical means: the needed libraries are included in the EXE -- greater size but no ones needed extern libraries (for the people they don't have installed delphi, like me)
I only want to help you, no more, no less! In the moment, I try your Register Me #7. But it seems I must program a keygen for it (in the manually reversing I have made somewhere an error).
BTW: Same problem with the EXE here: Keygen_hybrid__1.exe (even more librarys are absent)
PEACE
I have to recompile all programs I made with the Delphi 7 Enterprise.