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
We have done it all …
“Secure” deletion of some piece of data. Programs, whether commercial or free – such as Eraser – offer to overwrite the data several times according to “DoD standards” (referring to the US department of defense) and so on. A study … Continue reading
Posted in /dev/null, EN, IT Security, Software
1 Comment
Zlob author leaves new year’s wishes in variant
As you can read here, the author of Zlob has once again hidden a message inside a variant. This time it’s about best wishes for the new year to the MS virus response team and future plans, so to speak. … Continue reading
Posted in /dev/null, EN, IT Security, Software
Leave a comment
Arrived 1.1
I updated the program Arrived to version 1.1. There is one important change in this version that breaks compatibility, but I am convinced there are rather few users anyway đ The change is to use CreateProcess() instead of ShellExecute(). That’s … Continue reading
Posted in /dev/null, EN, Programming, Software
Leave a comment
My Subversion repositories …
Just wanted to let everyone know that I am opening up a few of my Subversion repositories. Others will remain completely private and even others will eventually follow in future. Check it out on vcs.assarbad.net. // Oliver
Posted in /dev/null, DDKWizard/DDKBUILD, EN, Programming, Software
Leave a comment
AlljĂ€hrliche Killerspielejagd …
Es ist mal wieder kurz vor Weihnachten, was gĂ€be es also schöneres als Killerspiele verbieten zu wollen? Wie schon hier, hier und hier zu sehen war (man achte auch auf das jeweilige Datum), habe ich eine eindeutige Meinung zu Killerspielen … Continue reading
Posted in /dev/null, DE, Software
Leave a comment
SchĂŒnemann will InternetzugĂ€nge effektiv abschaffen
Wie Heise berichtet, will der niedersĂ€chsische Innenminister (natĂŒrlich CDU) im Kampf gegen Kinderpornographie im Internet die Kunden von InternetzugĂ€ngen zwingen eine Filtersoftware zu installieren. Und einige meinen nur der verehrte Dr. SchĂ€uble sĂ€Ăe allein in der Fraktion der Verfassungsgegner. Obwohl … Continue reading
Posted in DE, IT Security, Programming, Reversing
Leave a comment
Wow, GCC is pretty patronizing …
Trying to compile the following code in GCC yields an error: #define __dbgprintf /##/ The error reads error: pasting “/” and “/” does not give a valid preprocessing token. As far as C99 is concerned, this should be perfectly valid … Continue reading
Posted in /dev/null, EN, Linux, Programming
Comments Off on Wow, GCC is pretty patronizing …
Arrived
… is the name of a small Win32 command line tool I wrote. It executes a command whenever a volume (e.g. USB memory stick, portable hard drive) gets connected to or disconnected from the machine. The particular use-case for which … Continue reading
Posted in /dev/null, EN, Programming, Software
Leave a comment
Silly little C++ wrapper class
Did you ever have the same problem: if you want to compiler a Win32 program with UNICODE/_UNICODE defined, for some reason the argv vector does not contain a single proper argument?! This happens in particular in DDK/WDK projects. I was … Continue reading
Posted in EN, Programming, Software
1 Comment
For all IDA friends …
The fix to the memory sync problem in the debugger (5.3) has been fixed. You’ll need to upload your key to get the fix.
Affordable code-signing certificates, no chance!
GlobalSign == relatively cheap code-signing certificates. Cool, I thought. Bullcrap! After attempting to apply for a code-signing certificate for use with Authenticode in kernel mode drivers and other Windows binaries and then calling them on the phone I learnt that … Continue reading
“But disk space is cheap”
Often you hear people make this statement if someone dares to complain about the disk space requirements of some software. This is the usual response in such a case. But first of all, even though it is cheap, it requires … Continue reading
Posted in EN, Software
5 Comments
“etch-and-a-half”, Debian Etch R4 released
If you can, use apt-get update && apt-get dist-upgrade in some kind of sandbox (“lab-conditions”). For me everything went smooth. // Oliver
Posted in EN, IT Security, Linux, Software
1 Comment
Anti-phishing techniques – or how to defeat the purpose of IDNs
International Domain Names (IDNs) are attractive. They allow people to express themselves in the multitude of languages which this planet has to offer. However, they also allow scammers and phishers to trick you into believing a particular domain name is … Continue reading
Posted in EN, IT Security, Software
Leave a comment
CreateRemoteThread, Vista and separate sessions
Recently I’ve hit a wall during development. I had written a nice workaround for a problem, based on code injection. In fact the code wasn’t injected by loading a DLL but instead by loading relocatable (32bit) code of less than … Continue reading
Posted in /dev/null, IT Security, Programming, Reversing
24 Comments
Windows in XEN domU on laptop, using screen and VGA?
Does anyone among my readers have a clue whether or not it is possible to set up XEN in a way so it will pass control over the screen to a domU to which I want to assign it? It … Continue reading
Posted in EN, Software
Leave a comment
Two weeks after beta: IDA Pro 5.3 released
Those who haven’t heard the news, get your update now. Here’s a link to the update-request page. NB: According to Ilfak, the debugger has seen major improvements. // Oliver PS: Don’t forget to get the new SDK and the support … Continue reading
Ziemlich effektiv
Der “Patch” den ich fĂŒr mein GMX-Konto benutze hat sich als ziemlich effektiv herausgestellt. Alle 10min loggt sich mein Perlskript (es benutzt Mail::IMAPClient via SSL) bei GMX ein und sortiert alle Ham-Mails aus dem Spamverdacht in den entsprechenden Unterordner. Seitdem … Continue reading
Posted in DE, Software
2 Comments
Saving the world?
Programs of a new type have been created by different companies recently. The first I am aware of was developed in 2006 and violated the GPL back then. More of them seem to be offered all the time. These programs … Continue reading
Posted in EN, IT Security, Software, Thoughts
Leave a comment