Meta
Blogroll
- !analyze -v
- And Good Is
- DebugInfo
- DTM-related blog
- Free Electrons
- geek&poke
- Hex Blog
- KPNC reversing lab
- Language Log
- Linux Hater's Blog
- LLVM blog
- Nothing for UnGood
- Nynaeve
- Of Filesystems And Other Demons
- Onni Máni says …
- REBlog
- simmack.de Blog
- stOrM!
- Underhanded
- Unmanaged Things
- VIX API Blog
- wblog3
- WDS blog
- worm blog
Delphi links
IP info
Programs
Category Archives: C/C++
Hope I got it right …
Here’s a little command line tool to retrieve the product key from a running Windows 8. It should also work on Windows XP through 7. I am releasing the code into the public domain. I hope I got it right, … Continue reading
Posted in C/C++, EN, Programming
Comments Off
Once again updated: looklink
As already in the past, I updated looklink again. This time it received two command line options, –verbose and –nologo and the CReparsePoint class was overhauled. One issue was fixed. CReparsePoint would behave improperly when being passed the current directory … Continue reading
Posted in C/C++, EN, Programming, Software
Comments Off
But it is
… that awkward moment when, upon your loading of the “Purchase” page for Visual Assist X, you are presented your own customer quote is kinda strange in a giggly way Still, even after more than six and a half years … Continue reading
Posted in C/C++, EN, Programming, Software, Thoughts
Comments Off
German federals looking for trojan author – still
The German federals (BKA = Bundeskriminalamt, roughly the German equivalent to the FBI in the US) are still looking for someone with the qualifications to write what had been dubbed “Bundestrojaner” (literally: federal trojan) in 2008. This means that first … Continue reading
Posted in C/C++, EN, IT Security, Reversing, Software, Thoughts
Tagged BKA, Bundestrojaner, germany
Comments Off
Annoyance in the Windows SDK headers
Today I ran into the following error: Error 1 error C2733: second C linkage of overloaded function ‘_interlockedbittestandset’ not allowed $VCDIR\include\intrin.h 944 Error 2 error C2733: second C linkage of overloaded function ‘_interlockedbittestandreset’ not allowed $VCDIR\include\intrin.h 945 Eeek, what’s going … Continue reading
canyoucrackit.co.uk – yes we can ;)
So the British Government Communications Headquarters (GCHQ) wants to recruit smart people. Well, there should be enough around. Although they seem to look for some 1337 h4x0rz, not some serious people from all indicators. The original one (MD5: 1585DFECC90AE7549814DCE52CA4EDDA) filled … Continue reading
Posted in C/C++, EN, Germans have no notion of sarcasm, Programming, Reversing, Software
1 Comment
I’m blind (I think)
Now don’t get me wrong, I love to use GNU make on all the unixoid platforms where I have to use it and I have been using it for some advanced stuff on Windows as well. But honestly, when has … Continue reading
“Signs that you are a bad programmer”
This list is interesting and certainly contains some valid points, but I’d argue that some of the symptoms may also be a sign that you are simply maintaining legacy code that has outlived its life-expectancy for too long and perhaps … Continue reading
Two years later (update)
A new version of TortoiseCVS is available. Since I have largely parted with CVS, I just noticed now. Well, the issue reported in 2008 and closed as fixed is still not fixed. The respective piece of code looks exactly the … Continue reading
mydumper – nice alternative for mysqldump
I’m using MariaDB. Now, I had the idea for smaller DBs to use the SQL dump and store that in a version control system such as Mercurial or Git. However, the ordinary mysqldump creates quite unreadable dumps. Since the version … Continue reading
Posted in C/C++, EN, Linux, Programming, Python, Software, Unix and unixoid
2 Comments