Richard Robertson Posted March 6, 2010 Posted March 6, 2010 What other command? This dll isn't meant for public use. Only Apple and hackers will figure it out.
jamesstp20 Posted March 6, 2010 Author Posted March 6, 2010 Lol you dont check my Link? Here: http://theiphonewiki.com/wiki/index.php?title=Itunesmobiledevice.dll Its all possible command on this dll Thanks
Richard Robertson Posted March 7, 2010 Posted March 7, 2010 I've read that link already. It says ABSOLUTELY nothing about the functions. No return values, no parameters, no name decorations, no calling convention. Learn how calling dlls works, then try again.
jamesstp20 Posted March 7, 2010 Author Posted March 7, 2010 Here: http://theiphonewiki.com/wiki/index.php?title=Itunesmobiledevice.dll Its not the function?
Richard Robertson Posted March 7, 2010 Posted March 7, 2010 ... If you don't understand what I'm saying, it's not worth my saying it.
Tlem Posted March 7, 2010 Posted March 7, 2010 (edited) This is the type of informations that you must have for using the DLL : http://www.csdinc.co.jp/archiver/lib/7-zip32api-en.txtWithout that, you can do nothing ...It's like to try to use the bike without wheels Edited March 7, 2010 by Tlem Best Regards.Thierry
jamesstp20 Posted March 7, 2010 Author Posted March 7, 2010 (edited) Nice Thanks Tlem! Now what can i do with this information ? Thanks and sorry for my bad comprehension Edited March 7, 2010 by jamesstp20
Tlem Posted March 7, 2010 Posted March 7, 2010 These informations are for 7-zip32.dll and not for your Itunesmobiledevice.dll. Find the same informations and people can help you. Without that there no way. Best Regards.Thierry
jamesstp20 Posted March 7, 2010 Author Posted March 7, 2010 (edited) Where can i find the same information! ??? I think this DLL is coded in C++ ... I can't get documentation about this DLL Edited March 7, 2010 by jamesstp20
jamesstp20 Posted March 8, 2010 Author Posted March 8, 2010 (edited) SERIOUS ? I can't do nothing because its coded in C++?? Edited March 8, 2010 by jamesstp20
Richard Robertson Posted March 8, 2010 Posted March 8, 2010 In short, yes. You can't because it's written in C++.
Tlem Posted March 8, 2010 Posted March 8, 2010 Not really because it's written in C++, but because you haven't informations on how to use the functions. DLL management isn't so easy to use so if you don't know what to send and what to receive, you can take a long time to do something. Best Regards.Thierry
trancexx Posted March 8, 2010 Posted March 8, 2010 How do you know it's written in C++? ♡♡♡ . eMyvnE
Tlem Posted March 8, 2010 Posted March 8, 2010 It's his little finger which he told him. Best Regards.Thierry
jamesstp20 Posted March 8, 2010 Author Posted March 8, 2010 No.. Its because its a DLL from iTunes files.. I dont think apple use Autoit for create his dll Here : http://theiphonewiki.com/wiki/index.php?title=MobileDevice_Library its the DLL decompiled from Mac version.. But in mac its not "DLL" its .framework I will try to find the decompiled dll from Windows Version
trancexx Posted March 8, 2010 Posted March 8, 2010 Some time in some future you will open this thread and reread it. You will say: "My God, is it possible I was saying all that nonsenses?". ♡♡♡ . eMyvnE
jamesstp20 Posted March 8, 2010 Author Posted March 8, 2010 LOL Its because i don't understand how work a DLL
jamesstp20 Posted December 11, 2011 Author Posted December 11, 2011 (edited) Some time in some future you will open this thread and reread it. You will say: "My God, is it possible I was saying all that nonsenses?".Lol that was what I was saying in my head btw Lol at least now I came back with more information and I also improved my english Here is what I need to do AMDeviceCopyValue(AM_Device device, "UniqueChipID") ; This is how it is used in C# and Obj-c and yes the second parameter is a StringHmm I don't think it is possible to do anything with that dll in Autoit right ? Edited December 11, 2011 by jamesstp20
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now