View Full Version : sentinel monitor :-)
hi,
dunno if posting into the right place but anyway:
is there a prog which would report dongle status||error codes, smth like dongle status 15, 16 ......
CrackZ
May 29th, 2002, 19:16
Hiya,
Your query isn't terribly lucid.
Sentinel's API returns status codes in AX, you can look up their meaning in the headers. The Sentinel drivers are actually pretty useless and the order of events via CreateFileA/DeviceIOControl is something like so.
DEVICEIOCONTROL msg
allocate_memory()
decrypt_Sentinel_API_parameters()
switch(Sentinel_Dongle_Type) - driver supports about 10 variants
switch(Sentinel_API) - select Sentinel function
** TIP ** Sentinel API side copies function numbers to '7242' signature + 30h. All on API side.
call_dongle()
re_encrypt_Sentinel_API()
deallocate_memory()
Trace out service.
Of course you can easily write replacements (again I have some source codes if you want), or breakpoint and watch the tedium unfold infront of your eyes.
Regards
CrackZ.
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.