Subversion Repositories filter_foundry

Rev

Rev 301 | Rev 330 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 301 Rev 309
Line 122... Line 122...
122
size_t aete_generate(void* aeteptr, PARM_T *pparm, long event_id);
122
size_t aete_generate(void* aeteptr, PARM_T *pparm, long event_id);
123
 
123
 
124
// from obfusc.c
124
// from obfusc.c
125
extern const volatile uint32_t cObfuscV4Seed; // this value will be manipulated during the building of each individual filter (see make_win.c)
125
extern const volatile uint32_t cObfuscV4Seed; // this value will be manipulated during the building of each individual filter (see make_win.c)
126
int obfuscation_version(PARM_T* pparm);
126
int obfuscation_version(PARM_T* pparm);
127
unsigned int obfusc(PARM_T* pparm);
127
uint32_t obfusc(PARM_T* pparm);
128
void deobfusc(PARM_T* pparm);
128
void deobfusc(PARM_T* pparm);
129
 
129
 
130
// from loadfile_*.c
130
// from loadfile_*.c
131
Boolean loadfile(StandardFileReply *sfr,char **reason);
131
Boolean loadfile(StandardFileReply *sfr,char **reason);
132
Boolean readPARMresource(HMODULE hm,char **reason,int readobfusc);
132
Boolean readPARMresource(HMODULE hm,char **reason,int readobfusc);