How to flash samsung device with Odin SS_DL.dll file

Search This thread

johnson3143

New member
Dec 31, 2018
3
0
how i can flash device via SS_DL.dll
these are the exported function i have found in SS_DL.dll but does not know the paramater and calling sequence
26 00016EF0 Odin_CheckMD5
40 27 00016C70 Odin_Create
41 28 00016FF0 Odin_Destroy
42 29 00016D30 Odin_EnableMD5Check
43 2A 00016FD0 Odin_EndDownload
44 2B 00016CB0 Odin_Init
45 2C 00016E20 Odin_SetBinaryPath
46 2D 00016DF0 Odin_SetDumpPath
47 2E 00016EC0 Odin_SetExtraBinaryPath
48 2F 00016D50 Odin_SetOption
49 30 00016D80 Odin_SetOptionErase
50 31 00016D70 Odin_SetOptionReboot
51 32 00016D90 Odin_SetPacketSize
52 33 00016DC0 Odin_SetPitPath
53 34 00003650 Odin_SetSalesCode
54 35 00016F50 Odin_StartDownload
55 36 00016F90 Odin_StartMultiDownload
pls help any sample code
 
how i can flash device via SS_DL.dll........
Its been a while since I had dealt with this dll file but, I believe that you also need to use the pit file as well.


~~~~~~~~~~~~~~~
UNLESS asked to do so, PLEASE don't PM me regarding support. Sent using The ClaRetoX Forum App on my Enigma Machine {aenigma = Latin for "Riddle"}.
 

johnson3143

New member
Dec 31, 2018
3
0
SS_DL.dll exported functions

do you know the no of parameter and parameter types and return type of each function?
 

tshacker

New member
Jul 6, 2021
2
0
how i can flash device via SS_DL.dll
these are the exported function i have found in SS_DL.dll but does not know the paramater and calling sequence
26 00016EF0 Odin_CheckMD5
40 27 00016C70 Odin_Create
41 28 00016FF0 Odin_Destroy
42 29 00016D30 Odin_EnableMD5Check
43 2A 00016FD0 Odin_EndDownload
44 2B 00016CB0 Odin_Init
45 2C 00016E20 Odin_SetBinaryPath
46 2D 00016DF0 Odin_SetDumpPath
47 2E 00016EC0 Odin_SetExtraBinaryPath
48 2F 00016D50 Odin_SetOption
49 30 00016D80 Odin_SetOptionErase
50 31 00016D70 Odin_SetOptionReboot
51 32 00016D90 Odin_SetPacketSize
52 33 00016DC0 Odin_SetPitPath
53 34 00003650 Odin_SetSalesCode
54 35 00016F50 Odin_StartDownload
55 36 00016F90 Odin_StartMultiDownload
pls help any sample code
how you exported this functions can you tell me if you can? and thanks for everyting.