Home
sunnamed434
Cancel

No one pays me for the Unit Tests

From time to time I always hear: “No one pays me for the Unit Tests, so why I should do them, hire a Test Engineer for that!” “Unit tests are a waste of time.” “We have to write Unit Tests f...

C# Code Optimization Tricks

About Optimization This is such a thing, quite complicated in places, and before we discuss it, we need to understand a few things. The first thing is when we’re doing optimization we know how thi...

Understanding the Importance of File Paths in Portable Executables (PE)

The Idea PE (Portable Executable) stores file paths as part of its metadata to ensure that the file can be loaded and executed properly. The file path information is used by the operating system to...

Billions of Nops - Well for Anti Decompiler?

Let’s analyze Say, you’ve opened another crackme or something else that has anti-decompiler protection with tons even if not billions instructions, for example, nop, you will say, Ah, man, I'll jus...

Highly explosive BitMono in dnSpy

Edit 2/5/2023 This bug was fixed in dnSpyEx 6.3.0 after 1 week after the post, see commit. Source code with bug fix of dnSpyEx 6.3.0, see here, fixes were marked with comments. What’s the pl...