Example Usage
int main() {
for(int i = 0; i < 30; ++i) {
if(i % 3 == 0 && i % 5 == 0) {
printf("fizzbuzz\n");
} else if(i % 3 == 0) {
printf("fizz\n");
} else if(i % 5 == 0) {
printf("buzz\n");
} else {
printf("%d\n", i);
}
}
}
See also
GH-Offset-Dumper
Free
Scan signatures and netvars. Dumps header files, cheat tables and ReClass files.…
NebulaFD
Free
A work in progress, reimagined decompiler for Clickteam Fusion.…
wxapkg
Free
跨平台微信小程序反编译 GUI 工具,.wxapkg 文件扫描 + 解密 + 解包工具…
omni
Open Source
A modern zero-allocation C++23 library for working with low-level Windows within user-space. Iterati…
GDB with pwndbg
Open Source
Kali
GDB (GNU Debugger) enhanced with pwndbg plugin for exploit development and reverse engineering. Adds…
RetDec
Open Source
Retargetable machine-code decompiler based on LLVM. Developed by Avast. Decompiles x86, ARM, MIPS, P…