Pinned Repositories
BarsWF_v2
World Fastest MD5 cracker
CRCCracker
Change 4 bytes at the end of file to get desired CRC32
DeployLXKeyGenerator
generate license key for DeployLX, you will need to click "Key from assembly" in order to generate valid key
DEXPatcher
DEXPatcher - apk reflection using dexlib
LHook
Local Api Hooker coded in MASM
MD5_Fast_Col
generate two blocks with same MD5 hash
MemoryHacker
MemoryHacker is a tool which can search for values on the target process!
MixedAssemblyLoader
load mixed assemblies (.NET) C# source code
NativeDumper
Native module dumper
OpenFileOrFolderDialog
OpenFileOrFolderDialog in C#, add a reference to OpenFileOrFolderDialog.exe, and use OpenFileOrFolderNamespace namespace, class OpenFileOrFolderDialog.
CodeCrackerSND's Repositories
CodeCrackerSND/BarsWF_v2
World Fastest MD5 cracker
CodeCrackerSND/CRCCracker
Change 4 bytes at the end of file to get desired CRC32
CodeCrackerSND/LHook
Local Api Hooker coded in MASM
CodeCrackerSND/OpenFileOrFolderDialog
OpenFileOrFolderDialog in C#, add a reference to OpenFileOrFolderDialog.exe, and use OpenFileOrFolderNamespace namespace, class OpenFileOrFolderDialog.
CodeCrackerSND/DEXPatcher
DEXPatcher - apk reflection using dexlib
CodeCrackerSND/MD5_Fast_Col
generate two blocks with same MD5 hash
CodeCrackerSND/DeployLXKeyGenerator
generate license key for DeployLX, you will need to click "Key from assembly" in order to generate valid key
CodeCrackerSND/AssemblyLoadHoocker
It will change entry point and inject MessageBox.Show, it will work only for Assembly.Load(byte[] bytearray).
CodeCrackerSND/LongPathTool
remove long paths under Windows
CodeCrackerSND/PascalTriangle
PascalTriangle - Pelles C compiler
CodeCrackerSND/Hexpand
Hexpand - hash key legth attack for Windows
CodeCrackerSND/BarsWF_v1
World Fastest MD5 cracker
CodeCrackerSND/FOperations
Compute F = A xor (B or (Not C)) ; get C bitmask from same formula knowing F, A, B
CodeCrackerSND/hexpandHashes
hexpand Hashes - include source code of md5, sha1, sha256 and sha512
CodeCrackerSND/JarSearchAndReplace
Search and replace in jar file. Nebeans Java project
CodeCrackerSND/MD5Calc
Simple MD5 calculator
CodeCrackerSND/NumarInLitere
CodeCrackerSND/SumOf2Powers
Calculate a,b from formula a*2^power1 + b*2^power2 = value
CodeCrackerSND/TurboMutipleExes
Create mutiple entry points for Turbo Studio
CodeCrackerSND/DisSharp
CodeCrackerSND/gBurnerx32Mount
Masm x32, load exe using LoadLibrary, then rebase exe: fix .code, .data and .rdata sections, fix imports
CodeCrackerSND/gBurnerx64Mount
load x64 exe using LoadLibrary, then rebase exe: fix .data and .rdata sections, fix imports, no fixes needed for code section
CodeCrackerSND/LinearDiophantineEq
ill solve equation a*x+b*y=c , where x and y are integers
CodeCrackerSND/Modulo2Simplificator
Modulo 2 equations simplificator
CodeCrackerSND/SumGenerator
given the sum result generate n numbers which have that sum; - generates both integers numbers and double(real) numbers; - Possibility to specify minim value
CodeCrackerSND/GenerateBigPrimes
Original project here: http://codes-sources.commentcamarche.net/source/11353-generateur-de-grands-nombres-premiers-plus-de-cent-chiffresAuteur the project uses naive multiplication approach, so isn't fast!
CodeCrackerSND/lqm_to_text
Converts LG's QuickMemo lqm note files into text (txt) files
CodeCrackerSND/PrimeGen
PrimeGen - prime generator based on Lint05 libray
CodeCrackerSND/SimpleFactorize
Test if a number between 0 and 4294967295 (0xFFFFFFFF) is prime
CodeCrackerSND/VMEnum
VMEnum is a java console program, execute it by java -jar VMEnum.jar will dispaly java stack trace of select process and its system properties. When you compile the source it require a jar reference (java path) to lib\tools.jar from JDK