Using Visual C++. Don't have compiler on unclassified network, so I don't know what you'll be missing if you try to compile.
Main.h code:
extern UINT16 ARCFOUR_Sbox;
typedef struct arcfour_state {
UINT16 ij;
UINT16 reserved;
UINT16 salt[10];
Pointer32 part0;
Pointer32...