Category Archives: Software

They say the first impression is important

Here’s mine. I downloaded the “RAD Studio 2010 Architect – 30 day trial” (well, they don’t offer the Professional version because then people would notice the limitations and perhaps not buy it – this way they buy it, Embarcadero gets … Continue reading

Posted in EN, Programming, Software | Tagged , , | Leave a comment

Not Valgrind, CDPATH

The problem I described just yesterday (here) seems not be to with Valgrind in particular. Today I was trying to build the file(1) utility and mysteriously failed with the same symptoms. So that made me curious. Apparently the cd command … Continue reading

Posted in EN, Linux, Programming, Unix and unixoid | Tagged , , , , , , | Leave a comment

Getting Valgrind to build on Debian 5.0.3

I’ve been trying this already several times over the last three months, but always failed to build the latest Valgrind from sources on my Debian box. At last I had success. The problem appears to be that for some unknown … Continue reading

Posted in EN, Linux, Programming, Unix and unixoid | Tagged , , , | 3 Comments

Annoying use of GNU make

Whenever I download some source code and find that the respective maintainer/author has a Makefile or makefile inside the source tree but requires GNU make specifically I can get really annoyed really fast. Dear maintainer/author: there are literally dozens of … Continue reading

Posted in EN, Linux, Programming, Unix and unixoid | Tagged , | Leave a comment

lads

… and, I don’t mean the other word for “guys” or the Yule Lads, is a little program I wrote. It’s nothing special really, just a class that enumerates (or lists) alternate data streams on a given file or directory. … Continue reading

Posted in DDKWizard/DDKBUILD, EN, Programming, Software | Tagged , , | Leave a comment

Matching pool tags in Windows drivers

This is a note to myself, mainly. If the PROTECTED_POOL flag is set on a pool tag, freeing it will require the use of the same tag as when allocating it. For all other purposes the tag will be ignored … Continue reading

Posted in IT Security, Programming, Software | Tagged , , | 1 Comment

China is right, it is censorship

If Germany or other EU countries try to block certain content due to “local laws” what’s the difference if China does it according to their “local laws”? And even the US, home of the free, is not exempt from censorship. … Continue reading

Posted in EN, IT Security, Programming, Software, Thoughts | Leave a comment

ecryptfs and sshd …

I just made a discovery on the Ubuntu box I run. After being unable to log into it using SSH and my public key which it refused with a laconic Permission denied (publickey), I tried to dig deeper. So obviously … Continue reading

Posted in EN, Linux, Unix and unixoid | Tagged , , , | Leave a comment

Lazarus seems to become what Delphi used to be …

A few years back I turned away from Delphi. This was specifically because it is harder to express some things in Delphi than it is in other languages, but mostly due to how bloated, slow and unusable Delphi had become. … Continue reading

Posted in EN, Programming, Software | Tagged , , , , | 1 Comment

Lesson learned

Today I was trying to treat an SVN dump file with sed in order to modify a few of the Node-path values. After finding out that GNU sed has no problem with binary files, I went on to formulate the … Continue reading

Posted in EN, Linux, Programming | Tagged , , | Leave a comment

svndumptool … propname for transform-prop

$ svndumptool.py transform-prop –help Usage: svndumptool.py transform-prop propname regex replace source dest I couldn’t find the possible properties detailed, so I used grep: Node-action Node-copyfrom-path Node-copyfrom-rev Node-kind Node-path … for the Node-kind and Node-action I found the following values: Node-action: … Continue reading

Posted in /dev/null, EN, Programming, Software | Tagged , | Leave a comment

Software auf der Straße

Letztens fuhr ich ganz gemütlich auf der A3 und sah plötzlich eine Windows-Fehlermeldung “Exception: failed to allocate memory […]” auf dem Navi (Becker Traffic Assist Highspeed 7934). Nach dem Anklicken des OK-Knopfes war der Fehler wieder weg. Später, immernoch auf … Continue reading

Posted in DE, Software | 2 Comments

DDKWizard 1.3.0 released

Hereby I announce the release of version 1.3.0 of DDKWizard which introduces support for the Windows 7/2008 Server R2 WDKs and drops support for the Windows 2000 DDKs. You can download it as usual from here: – Direct download – … Continue reading

Posted in DDKWizard/DDKBUILD, EN, Programming, Software | Leave a comment

No reliable method, it seems

With DDKBUILD I do have to tackle NT scripting issues every now and then. Now, most people don’t even recognize that NT scripting is not the same as Batch scripting. But the functionality of NT scripting is very limiting as … Continue reading

Posted in DDKWizard/DDKBUILD, EN, Programming, Software | 7 Comments

Not a solution

A “solution” for the missing classic start menu in Windows 7 has been proposed to me by a friend. The license does not prohibit to look into it (only changing it is forbidden), so I loaded it quickly into IDA. … Continue reading

Posted in EN, Programming, Reversing, Software | Tagged , | Leave a comment

DDKBUILD.CMD 7.4/r43 released

All the tests were successful, thus DDKBUILD.CMD version 7.4/r43 is now released. It adds support for the Windows 7 WDKs, with the variables W7BASE or WIN7BASE (for compatibility purposes with Hollistech’s DDKBUILD.BAT, like XPBASE). To list all the newly introduced … Continue reading

Posted in DDKWizard/DDKBUILD, EN, Programming, Software | Leave a comment

New find, worth a look

Just found this website: code.jellycan.com. Pretty nice code examples there and the licensing of the code is very reuse-friendly. Thanks!

Posted in EN, Programming, Software | Leave a comment

“Fun” news …

Finally John and Jane Doe, the average internet users, will get their security software from porn, gambling, banking and social networking sites if LS gets it its way. Frankly, I think this is a brilliant step in general, but it … Continue reading

Posted in EN, IT Security, Lava-watch, Software | 3 Comments

Oh damn … debug symbols as MSI (upd)

Yesterday I still defended them, now I have to criticize the guys in Redmond again. Since Windows 7 the debug symbols are only delivered as MSI, no more as an EXE file that can be extracted to anywhere and then … Continue reading

Posted in EN, Programming, Software, Thoughts | 2 Comments

I’m always wondering how upset the Microsoft folks must get

Most blue screens nowadays are caused by third-party drivers and a big share of these by security products that use improper hooking of system calls, such as Kaspersky did. I’m not exactly a Microsoft fanboy, but people should really get … Continue reading

Posted in /dev/null, EN, Programming, Software | Leave a comment