Welcome to Code4Tool, a personal lab of handcrafted scripts, tools, and experiments.
This is a playground for learning, automation, and exploration — where function beats form (most of the time).
The codebase is organized into thematic folders, each targeting a specific technical domain:
-
ASM
Low-level assembly exercises, shellcode experiments, and reverse engineering snippets. -
Crypto
Tools and scripts for exploring cryptographic concepts, CTF-style challenges, and encryption/decryption utilities. -
Malware_Analysis
Small scripts and Go tools to help analyze and understand how malware behaves. Dynamic and static approaches. -
Network
Networking utilities, port scanners, ICMP ping sweepers, and raw socket experiments. -
Misc
何?!
-
Web
Mostly automation scripts
- Curiosity-first: Built to learn, break, rebuild.
- Minimalist by design: One file, one idea, one function.
- Not production-ready: Sad but unfortunately true...
- Most scripts are written in Python 3 or Go 1.22+
- Run in Linux, sometimes with elevated privileges (
sudo) - For Go projects, ensure you run with Go modules enabled
git clone https://github.com/tximista64/Code4Tool
cd Code4Tool
# Example: running a quick ip geolocalizer
cd Network
go run kawaii_ip_fetcher.goThis repository is licensed under the MIT License You can freely fork, modify, and distribute the code as long as you retain the original license.
