Artifact Content

Not logged in

Artifact bd466b1efae9792ff656f8416f30321f83f66608


#ifndef AFX_CABTOOL_H__7CA00740_39A0_11D4_8D96_871A6CA2BE31__INCLUDED_
#define AFX_CABTOOL_H__7CA00740_39A0_11D4_8D96_871A6CA2BE31__INCLUDED_

// Cab Archive Extraction ... ( XacRett #39 SubSet )

class CCabTool
{
public:
	//-- 外向きインターフェイス --------------
	bool Extract( const char* aname, const char* dll, kiPath& dll_rel_path );

private:
	//-- 内部処理
	int FindHeader( const char* fname, const BYTE* hdr, DWORD siz );
};

#endif