nut_job
December 31st, 2008, 21:18
Boy, not alot on the inner workings of this around the net (that I could find). Does anyone have an actual key?
It took me a few days, but I have successfully written firmware for a PIC that will mimmick a rockey4nd. It passes all of the rockey4nd_editor's tests
There are a few things the I am unsure about (since I don't actually have a real dongle - just the one I made/am making).
There is a function called GetTYPE in the code (called by the open function, i think). I don't know what this is. I know the dongle should return a byte but I am unsure of what that byte should be.
There is a call to "TurnOff" also, but my dongle never gets that command.
Anyone have any info that would help in my (useless, sorta) efforts?
Just so you know, my firmware has one big caveat... Since I do not know the internal code of the seed command in a real dongle, the seed codes returned by mine will differ from an original. However, this should not cause a problem since the dongle would have to be programmed with algorithms anyway. And if you program the whole dongle, it would be based on the seed codes that my dongle generated anyway...
I have no "real world" way of testing it, either, since I don't even know of any readily downloadable software that uses one of these... Anyone know of something small (not hundreds of meg)?
This was just a learning exercise, btw.
nutjob
It took me a few days, but I have successfully written firmware for a PIC that will mimmick a rockey4nd. It passes all of the rockey4nd_editor's tests

There are a few things the I am unsure about (since I don't actually have a real dongle - just the one I made/am making).
There is a function called GetTYPE in the code (called by the open function, i think). I don't know what this is. I know the dongle should return a byte but I am unsure of what that byte should be.
There is a call to "TurnOff" also, but my dongle never gets that command.
Anyone have any info that would help in my (useless, sorta) efforts?
Just so you know, my firmware has one big caveat... Since I do not know the internal code of the seed command in a real dongle, the seed codes returned by mine will differ from an original. However, this should not cause a problem since the dongle would have to be programmed with algorithms anyway. And if you program the whole dongle, it would be based on the seed codes that my dongle generated anyway...
I have no "real world" way of testing it, either, since I don't even know of any readily downloadable software that uses one of these... Anyone know of something small (not hundreds of meg)?
This was just a learning exercise, btw.
nutjob