Help me with hardware programming a fingerprint scanner

Status
Not open for further replies.

Neeta R. Kanabar

Newbie level 2
Joined
Apr 27, 2005
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,298
neeta kanabar

help me in any way in my project..........
I am a student of M.Sc.I.T
Currently I am working in a project on FingerPrint Recognisation
I have encountered a problem
My problem is "how to get the image from the device(fingerprint scanner) to the picture box control in Visual Basic". The problem is that I don't have the SDK of the device.The device which I am using is that of Digital Persona U.are.U 4000 scanner.
Is there any other way to get an image from device without using SDK?????????
 

neeta r. kanabar

it will be very hard without the SDK. The only way I can think of is by researching the interfaces exposed by the driver of the scanner. This can be done by reverse engineering the driver see, interfaces (entry points) that it exports to user mode application. But, this is very hard for someone who's never carry out Reverse Code Engineering before .
 

Re: hardware programming

What is Reverse Code Engineering ?
 

hardware programming

Reverse Code Engineering means
disassempling the driver code, then understand it's process from assemply language using debugger or disassempler like
w32dasm
or softice
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…