flow
Reverse Engineering
C#
1for (int i = 0; i < ins.Count; i++) {2if (ins[i].OpCode != OpCodes.Call) continue;3if (!IsStringResolver(ins[i].Operand as IMethod)) continue;4// ldc.i4 x2 - ldsfld <fake> - ldfld <key> - xor - call5if (IsFakeLdfld(ins[i - 2], out var key) &&6ins[i - 1].OpCode == OpCodes.Xor) {7int off = (c0 ^ c1) ^ FieldValue(key);8ins[start].OpCode = OpCodes.Ldstr; // splice plaintext9ins[start].Operand = GetString(blob, off);10Nop(ins, start + 1, i); // delete the math11}12}
Projects
- featured
flare
A focused Windows launcher that keeps supported titles, game-aware tools, features, and release notes together in one fast interface.
C++

MyeReactor
A program to automatically unpack and patch the latest MyeTool build (v1.0.5.4), a .NET executable directed towards Xbox 360 Modding, protected by .NET Reactor and other forms of anti-tempering, anti-debugging, and self integrity checks.
C#
Python
TPNE
Discord bot featuring an economy, casino style games, moderation, music and voice utilities, and role management features.
Python
Buy Helper
Discord bot to run them Jarad Higgins buys for those who fear the elites and wish to not be silenced within the community.
Python