Jan 16 · 3 min read · The Problem Our NPU design hit 1.4 million gates. Verilator started a convolution test. Runtime: 139 billion cycles VCD trace: 56 GB Status: Killed after 3 days Commercial emulators cost alot. We're a startup in India. That wasn't happening. What We...
Join discussionJan 8 · 3 min read · Introduction Mobile app testing rarely relies on a single environment. In real projects, developers switch between emulators, simulators, and real devices depending on what they are testing and how early or late they are in the development cycle. Eac...
Join discussionDec 16, 2025 · 4 min read · At this point in development, I had a few clear paths forward. I could: Dive into Pokémon-detail parsing (which would eventually lead to moving Pokémon between games), or Focus on the Trainer Info screen and item parsing I chose the less exciting...
Join discussion
Oct 18, 2025 · 5 min read · Key Takeaways Top-tier Windows emulation solutions for CPAs who use Mac devices, including Parallels Desktop, VMware Fusion, and CrossOver, are available through providers of instant downloads or licenses. Other high-quality Windows emulation solut...
Join discussion
May 9, 2025 · 10 min read · This is a post of mine from an old blog (vx.zone). It has been revised again just for 0xReverse. Introduction In this blog post, we have a packed PE file. We will analyze it and unpack it with Qiling Framework. Once you understand how encryption work...
Join discussionApr 28, 2025 · 10 min read · I grew up as the youngest offspring of one particularly tech-savvy individual who among many jobs, initially moved our family from many places like Texas, Florida, North Carolina, and eventually to West Virginia where I was raised as a child. The are...
Join discussion
Apr 23, 2025 · 10 min read · Introduction Binary-to-binary (bin2bin) obfuscators, which are frequently preferred by both malware developers and users seeking to protect their source code, are making the work of malware analysts and reverse engineering experts increasingly diffic...
FMark commentedSep 10, 2022 · 3 min read · Docker builds images by reading the instructions from a Dockerfile. If you are not familiar with Dockerfile then please have a read on this link. Docker images consist of read-only layers, each resulting from an instruction in the Dockerfile. Layers ...
Join discussion