Double renaming

Quite often I have to revise old code in IDA Pro. Given its age, it happens almost every time a new ...

Heads and tails

Ero Carrera in his eye-catching blog talks about multi-chunk function related shortcomings in IDA ...

Loop colorizer

Sometimes I need to know if the current instruction sequence belongs to a loop or not. If it does, ...

ZERT patch

I think you have noticed that the site was down for a while. My web hoster again played the same ...

Confusing instruction

A few days ago I was working on the x86 IDA module. The goal was to have it recognize jump tables ...

Automated binary analysis woes

If you used IDA Pro for a while, you might have noted that it contents itself with simple things. ...

Simplex method in IDA Pro

In May a contest was open on Datarescue’s forum:

Sad truth about programming

There is no such thing as a bug free software. Today I stumbled on this: ...

Linear algebra

After spending several days with a naive approach to linear algebra I can tell you: it doesn’t ...