Sunday, February 21, 2010
Je lis toujours les contrats de licence. Celui de Simple Comptable 2010 est particulier : il nous interdit de désosser le logiciel !

Après vérification, le terme “désosser” est bien celui qu’il faut utiliser pour désigner, en français, le reverse engineering. Malheureusement, je n’aurai peut-être pas l’occasion d’apprendre de nouveaux mots avec eux, puisque le contrat de license stipule aussi ceci :
16.6 Québec : En regard du Québec, les parties déclarent par les présentes qu’elles exigent que cette entente et tous les documents afférents, soit pour le présent ou l’avenir, soient rédigés en anglais seulement.
Too bad !
Tuesday, February 16, 2010
I just release a small update to Notifu. You can now display a pop-up without playing the system event sound (-q). Notifu also supports the Windows 7 quiet time. By default, pop-up will not be displayed in the first hour or so after the very first logon. I you must display a pop, you can ignore the quiet time with the –w flag.
Go ahead and download the new version.
Wednesday, November 25, 2009
There is a bug in my replacement GINA. I left a call to DebugBreak in my initialisation code.
When Winlogon can’t load a GINA, the server reboots. I run all my tests in virtual machines attached to a remote kernel debugger. I had set up a rule to ignore this first hardcoded breakpoint. In a regular environment, Winlogon did the only sensible thing to do when it received that unhandled exception : terminate.
That triggered the reboot process.
Please use version 1.4.5. I have updated the project page, binary and source code snapshot. I also updated my build script so that it never happens again.