Pete's Blog
We're full of IT!
2011-07-03
Windows driver utilities and other good stuff
›
Courtesy of Xiaofan . If you test driver installations quite often under Windows 7, then PnPUtil from Microsoft can be quite useful. Th...
2011-07-01
com0com signed drivers
›
If you are using VMware to play with virtual serial consoles on Windows, and especially if you want to have access to that console right fro...
33 comments:
2011-06-08
Crafting a BIOS from scratch
›
Introduction Ideally, there would have been an entry between this one and the last , where I'd give you some pointers on how to disass...
10 comments:
2011-06-05
Extracting and using a modified VMWare Player BIOS or UEFI firmware
›
(updated 2016.05.17 for VMWare UEFI firmware extraction) One day or another, you may want to play with BIOS/UEFI firmware modification. Bu...
13 comments:
2011-05-05
Installing the drivers for an HP LaserJet 6P on Windows
›
From the time where printer manufacturers were still producing near indestructible models. Plus, 5 years on, and I'm still using the ton...
14 comments:
2011-04-08
Quick and dirty script to compile binutils with all targets
›
Yeah, yeah, I know you're not supposed to compile binutils in situ and whatnot, but I need a fully functional objdump/objcopy for testin...
2011-04-06
32 bit apps, Windows x64 and the System32 directory
›
While adding a hidden magic key feature to Zadig, that deletes the libusb-1.0 DLLs that are installed by the libusbK driver in System32\ and...
2011-04-01
Enabling the Issuer Statement button on a Windows certificate
›
You may have seen a few of these certificates where clicking on the "Issuer Statement" button brings you to a specific webpage, us...
2011-03-24
Error 800B0003 - The form specified for the subject is not one supported or known by the specified trust provider
›
You're trying to digitally sign a file, aren't you? And until this post, you weren't aware that only a specific set of files, s...
2011-03-21
Programatically setting and applying Local Group Policies on Windows
›
One of the most annoying aspects of device driver installation on Windows, and one of the main gripe people are expected to have with the cu...
6 comments:
2011-03-15
AVR development with LUFA - TILTHW
›
If you're going to switch between .USBSpecification = VERSION_BCD(01.10) and .USBSpecification = VERSION_BCD(02.00) and you're usi...
2011-03-14
Thunderbird and inline patch attachments
›
If you're running Thunderbird, depending on how you ever dealt with some types of attachments in the past, there is a chance that, accor...
2011-03-13
Troubleshooting USB device development...
›
...or how I learned to stop worrying and love Windows' Code 10 ("This device cannot start.") Let's face it, when it come...
1 comment:
2011-03-11
Atmel AVR USB - Using LUFA with the AVR Studio 5 IDE
›
OK, so now we have our working makefile that builds our LUFA app using nothing but a DOS prompt and the AVR Studio 5 toolchain. But how ab...
Atmel AVR USB - Starting with LUFA, using AVR Studio 5 and the commandline
›
That's right, we're going to do it the hard way (i.e. sans WinAVR) because we like it better when things don't work straight out...
5 comments:
‹
›
Home
View web version