Disclosure: On this site you won’t find specific advice on “how to call function xyz()”. Interpreting C++ ARM and #pragma dwim is also out of scope.

We’re treating our readers as intelligent beings who can use Google and/or StackOverflow, where all such specific questions were answered more than once.

What you will find is opinions, more opinions, and even more opinions on all the aspects of software development - and with a large chunk of them based on real-world experience too.

Your mileage may vary. Batteries not included.

BDT - Automating Your Application Testing in Behavior-Driven Way

January 18, 2018 by “No Bugs” Bunny


Quote:

Descriptive style takes its roots from the «chain» pattern, in which the methods enclosed in classes return some reference on themselves.

Another Quote:

Business-driven testing or BDT allows non-technical members of any development team a stronger involvement in the development process by allowing them to comprehend test cases and even create their own. 

Filed under: On.ProgrammingTips and TricksOn.DevelopmentDevelopment Processes

Read more

Bot Fighting 201. Part 4. Obfuscating Protocols. Versioning.

January 16, 2018 by “No Bugs” Bunny

Obfuscating Protocols

Quote:

we can handle several Client versions (each with its own obfuscation) with the very same Server.

Another Quote:

Then, if/when a zero-day bug is encountered in TLS – our obfuscation does provide additional protection even before the attacker can reach the code with that zero-day vulnerability

Filed under: Book: D&D of MOGs1st beta of Vol. VII-IXOn.SecurityFraud PreventionResearch

Read more

Bot Fighting 201, part 3. ithare::obf: An Open Source Data+Source Randomized Obfuscation Library

January 9, 2018 by “No Bugs” Bunny

Obfuscation: Growing Forest to Hide a Leaf

Quote:

This is all what the-best-available-decompiler was able to do with our obfuscated code

Another Quote:

Performance-wise, we can do A LOT of obfuscation per network tick

Filed under: Book: D&D of MOGs1st beta of Vol. VII-IXOn.SecurityFraud Prevention

Read more

Bot Fighting 201, Part 2: Obfuscating Literals

January 2, 2018 by “No Bugs” Bunny

Obfuscating Literals

Quote:

However, we can (and SHOULD) do MUCH better than that

Another Quote:

With our approach, each and every obfuscation has to be hacked individually..

Filed under: Book: D&D of MOGs1st beta of Vol. VII-IXOn.SecurityFraud Prevention

Read more