ColdHeat / iclass

Tool to read and write iclass cards without the master key
https://blog.kchung.co/reverse-engineering-hid-iclass-master-keys/
103 stars 37 forks source link

Built EXE crashes in WinXP VM #7

Open Keboose opened 7 years ago

Keboose commented 7 years ago

I'm running a Windows XP SP3 (32 bit) VM in Virtualbox. After building the software, trying to run it with the command "iclass.exe read" makes the iclass.exe program crash with the error 0xc0150002 (missing dependencies.) In your VM, is there anything extra you installed that would be required to run this, like .NET framework or C++ redistributeable package or something along those lines?

Right now, all I have done is install the software/drivers as instructed in the readme, and installed all the available Windows Updates.

danfromoz commented 7 years ago

have you found out where the source code is yet

shamuscc commented 6 years ago

Did you ever find a workaround to this? I'm currently experiencing a similar issue.

Keboose commented 6 years ago

Sorry, no. I have no idea where to start looking at this, so I was just reporting it in the hope someone gets to looking eventually. I haven't really tried anything since. Sometime along I will try again, but on a standalone PC, actually running XP, to see if I can get it to work.

shamuscc commented 6 years ago

I did end up getting it to run by switching to a different XP image and using Virtualbox instead.

Supercodegames commented 5 years ago

@shamuscc , Sorry to bring up this very old thread but do you happen to remember which version of the XP image got it to work?

grauerfuchs commented 5 years ago

Issue confirmed on clean install of XP SP3. You need to install the Visual C++ 2008 Runtime.

https://www.microsoft.com/en-us/download/details.aspx?id=26368