Subversion Repositories filter_foundry

Rev

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

Rev 508 Rev 510
Line 168... Line 168...
168
uint64_t GetObfuscSeed();
168
uint64_t GetObfuscSeed();
169
#ifdef _MSC_VER
169
#ifdef _MSC_VER
170
__declspec(noinline)
170
__declspec(noinline)
171
#endif
171
#endif
172
uint64_t GetObfuscSeed2();
172
uint64_t GetObfuscSeed2();
-
 
173
#ifdef WIN_ENV
-
 
174
Boolean obfusc_seed_replace(FSSpec* dst, uint64_t search1, uint64_t search2, uint64_t replace1, uint64_t replace2, int maxamount1, int maxamount2);
-
 
175
#endif
173
int obfuscation_version(PARM_T* pparm);
176
int obfuscation_version(PARM_T* pparm);
174
void obfusc(PARM_T* pparm, uint64_t* out_initial_seed, uint64_t* out_initial_seed2);
177
void obfusc(PARM_T* pparm, uint64_t* out_initial_seed, uint64_t* out_initial_seed2);
175
void deobfusc(PARM_T* pparm);
178
void deobfusc(PARM_T* pparm);
176
 
179
 
177
// from loadfile_*.c
180
// from loadfile_*.c