Archive for December, 2008:

1 * N = 27

#define CURRENT_YEAR 2008 UINT TimeSpan(const UINT *thisYear) { UINT span = 0; for (UINT C = 1981; C < thisYear; C++) span++; return span; } int main() { printf(“%ui: I’m screwed!!”, TimeSpan(CURRENT_YEAR)); } This is cryptic, isn’t it? No wait, probably it’s not ;)

Leave a Comment

SEH Jump

I know what most of the people will think viewing future content or taglines around here: “pfft, vb kiddie”. So, just to preemptively shut them up, here’s some quite advanced asm trick. A little intro before the code. It is possible, working the way through a SEH, to jump to another location instead of using [...]

Tags: , , , , ,

Leave a Comment

Hallo! Was?

Coding UndeRealM has just been launched. There is a lot to come in the next few days, stay tuned!

Leave a Comment