不用patch而继续能使用flashfxp的方法

1、删除HKEY_CURRENT_USER\Software\FlashFXP
2、删除flashfxp.ini
3、用附件删除FlashFXP在全局原子表里的那一项,然后用sn注册。

程序代码
for(DWORD k = 0xC000; k {
char AtomValue[255];
if (GlobalGetAtomName((ATOM)k, AtomValue, sizeof(AtomValue)))
{
printf(”%04X %s”, k & 0xFFFF, AtomValue);
if (strstr(AtomValue, “FlashFXP”))
{
int RefCount

Leave a Reply
You must be logged in to post a comment.