Archive for March, 2009

Sunday, March 8th, 2009

Creating library signatures for IDA

I’ll briefly explain how to generate the signature file for a given library in order to import it from IDA Pro and get the library functions identified by the disassembler (which can save you hours from digging into ‘well-known’ functions).
Requirements: FLAIR tools installed.
Execute the COFF parser
> pcf ms32.lib miracl
ms32.lib: skipped 0, total 432
>sigmake miracl miracl
You […]

No Comments » - Posted in Reverse Engineering, Uncategorized by dani

Friday, March 6th, 2009

Windows Mobile - Routing audio through the Earpiece (PPC / SmartPhone)

Hello,
I’ve developed a little application that switches the audio output from the rear speaker to the front one and viceversa. This is useful for VoIP applications which are quite unusable without headphones since the audio comes from the back speaker. It just runs for 10 minutes and it’s supposed to work at least with the […]

15 Comments » - Posted in Reverse Engineering, Uncategorized by dani