|
Posted by The PocketTV Team on October 31, 2007, 11:26 pm
Please log in for more thread options
i meant:
bool is_dll_m2m_signed(const TCHAR *dll_path_name)
> could someone point to a sample code (C/C++) to check (at run time, on the
> device) if a dll is signed with the Microsoft "M2M" certificate?
>
> i.e. either
>
> bool is_dll_m2m_signed(HINSTANCE *dll_handle)
>
> or
>
> bool id_m2m_signed(const TCHAR *dll_path_name)
>
> thanks!
>
|