Dear reader,

This site finally got its much-needed overhaul. I tried to keep existing pages at their original URLs.
Should you find an error, please do tell me at contact@aspyct.org.
Feel free to visit the new website, which may contain more documentation pertaining to your search.

Thank you for visiting aspyct.org, I hope you'll find what you're looking for.

Old Aspyct.org blog

 or  go to the new site.

Ruby, a beginner’s overview

| Comments

Ruby has been lying around for a while now, and I did not take the time to discover it yet… Since I installed Octopress, I’ve been looking more and more into the source files of this system. Am I falling for ruby? Don’t know, but it definitely looks like a very interesting language!

Bugfix in APServiceBox

| Comments

Today I spotted a memory-related bug in the APServiceBox library. That bug would never occur when the process is linked to a debugger, and was therefore stealth during unit-testing…

There, I fixed it! It is highly recommended to grab the latest version from the github repository.

Open OVA files with Parallels

| Comments

Today a friend of mine told me about something nice: Exploit Exercises. While I don’t feel like a black hat hacker, I believe this kind of challenge is a good way to learn more in-depth. Exploit Exercises provide linux virtual machines in OVA files, which are not that easy to open with Parallels Desktop…

XCode4 hell: PBXFileReference buildPhase

| Comments

We’re used to have troubles with the .xcodeproj file. This file actually behaves pretty bad when several people are working on the same project, stored in SVN. This is usually quite easy to solve, but yesterday it went worse…