Meta
November 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Blogroll
IP info
Programs
Category Archives: Software
“The system cannot execute the specified program.”
There is a pretty interesting article over at winprogger.com about the problems connected with IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY (set through /integritycheck ever since VS2005) and ERROR_INVALID_IMAGE_HASH (aka Win32 error code 577). Now, I’ve been fighting with this problem for two full days and … Continue reading
Posted in EN, IT Security, Programming, Reversing, Software
Tagged force integrity, integrity check, sigcheck, signtool
4 Comments
Painful lessons I had to learn again and again
Since this is something I’ve stumbled over several times now and since it is discussed in Microsoft’s documentation only as if there is only the option to import it into your store, i.e. within your user account. Now, I was … Continue reading
Fighting with Windows 7 SDK
I’ve been fighting with the Windows 7 SDK which kept complaining that I have no Visual Studio 2005 or 2008 installed. Well, I don’t have 2008 installed, but I do have 2005. Problem, however, was that most posts on the … Continue reading
What also disappeared
Back to the topic of the Windows 7 task bar, I noticed that MS decided to strip yet another useful function: the system menu. On older Windows versions right-clicking the task bar button for a running program would show the … Continue reading
Posted in EN, Software
2 Comments
Aua aua aua …
Habe bei meiner Mutter einen Funkwerk Eumex 401 installiert. Natürlich auch die Software draufgeworfen. Schlimm schlimm. Bisher hatte ich über die Funkwerk-Produkte nur Gutes gehört, aber nun hatte ich mit deren Software zu tun. Die Erfahrung war niederschmetternd. Erstens waren … Continue reading
Posted in DE, Gedanken, Software
Leave a comment
Revived Quick Launch keeps disappearing
So, after solving part of the mystery surrounding the Quick Launch in Windows 7 to restore at least some of the functionality that MS decided to strip, the Quick Launch keeps disappearing. Reboot once and everything appears to be fine. … Continue reading
Posted in /dev/null, EN, Software
2 Comments
Check it out: Visual Studio 2010 Help Downloader
Mathias pointed me to the Visual Studio 2010 Help Downloader. Will give this a try soon. I hate when I have to be online to access the docs. But the VS 2005 docs are obviously not up-to-date for Windows 7, … Continue reading
Posted in EN, Programming, Software
Leave a comment
The so-called superfluous “Quick Launch” and Windows 7
I was and still am really unhappy that Microsoft decided to take away our choice of using the classic start menu and task bar with the introduction of Windows 7. Not only was it faster to use, it also never … Continue reading
Posted in EN, Software
7 Comments
Kleines Cheat-Skript für “Drakensang – am Fluß der Zeit”
Wie man schon von mir weiß, bin ich ein Cheater. Ich lege mehr wert auf die Geschichte welche mir ein Computerspiel erzählt, als darauf langwierig die gleiche Stelle wieder und wieder zu versuchen bis es gelingt. Hier ist ein kleines … Continue reading
Posted in DE, Programming, Software
5 Comments
SQLite index optimization
Learned one fascinating fact tonight: when creating indices for a table in SQLite the order in which the columns are indexed seems to have a huge impact on performance. On the table in question, which has 20.2 million rows, one … Continue reading
Posted in EN, Programming, Software
Leave a comment
cvsnt [server aborted]: Couldn’t open default trigger library: No such file or directory
To my surprise I noticed CVSNT is now only available for money (and compared with my other development tools for a lot of money, so I’ll stick with Mercurial which comes with plenty of better features for which I would … Continue reading
VMware vSphere client 4.1 installation woes
Trying to install vSphere client 4.1 on my private machine failed (with error 4113) the first times. It turned out the problem was the “Microsoft Visual J# 2.0 Redistributable Package” was already on my system as part of Embarcadero RAD … Continue reading
LinkIconShim bequem verpackt
Hier ein vorübergehender Fix für das Problem mit LNK- und PIF-Dateien (CVE-2010-2568). Ich habe das Projekt LinkIconShim von Libor Morkovsky genommen und als MSIs verpackt um die Installation zu erleichtern. Erstmal muß man allerdings noch die korrekte MSI runterladen. Hier … Continue reading
Posted in DE, IT Security, Programming, Software
Tagged CVE-2010-2568, LinkIconShim, lnk, pif
Leave a comment
LinkIconShim conveniently packaged …
Here’s a preliminary fix for the problem with LNK and PIF files (CVE-2010-2568). I took the LinkIconShim from Libor Morkovsky and packaged it as an MSI for easier installation. For now you will still have to choose the right MSI, … Continue reading
Posted in EN, IT Security, Programming, Software
Tagged CVE-2010-2568, LinkIconShim, lnk, pif
1 Comment
Fix for the LNK exploit
A clever fix has been made available against the exploit that has recently been found in the LNK icon handler.
Posted in EN, IT Security, Software
1 Comment
Redefining “Security Researcher”
A nice blog post about the Full Disclosure and friends. // Oliver
Posted in EN, IT Security, Software
1 Comment
Opera’s blog has selective bit rot …
In the comment section of this post in the Opera Desktop Team blog, critical comments seem to disappear mysteriously within 24 hours. 😕 I’ve been a Opera user for over a decade and paying when they still charged – and … Continue reading
Argh … must suppress hateful thoughts …
Great, looking for flex any web search is now tainted and will actually return results for Adobe Flex. // Oliver
Posted in EN, Linux, Programming, Unix and unixoid
2 Comments
ecryptfs and sshd, again
In January I described an issue with ecryptfs and sshd. Now I wanted to get X11 forwarding to work with it, but the problem essentially remains the same. All I got this time was: /usr/bin/X11/xauth: timeout in locking authority file … Continue reading
Posted in EN, IT Security, Linux, Software, Unix and unixoid
Tagged Linux, sshd, ubuntu, X11, x11 forwarding, xming
4 Comments