代码搜索:IDC连接器

找到约 10,000 项符合「IDC连接器」的源代码

代码结果 10,000
www.eeworm.com/read/189655/8460622

swf idc.swf

www.eeworm.com/read/287187/8711707

h idc.h

float ent(float [], int ); int image_size(char [], int *, int *); int encuqi(int, int *, int); int decuqi(int, int *); void stuffit(int , int , FILE *, int ); int readnbits(int , FILE *); int uquan_en
www.eeworm.com/read/287185/8711747

h idc.h

float ent(float [], int ); int image_size(char [], int *, int *); int encuqi(int, int *, int); int decuqi(int, int *); void stuffit(int , int , FILE *, int ); int readnbits(int , FILE *); int uquan_en
www.eeworm.com/read/379416/9198341

idc newhuffman.idc

www.eeworm.com/read/175520/9543041

asp idc.asp

 – 
www.eeworm.com/read/356958/10218336

idc decode.idc

#include "idc.idc" static main() { auto ea,x,y,z,zbyte,SRange,TStrLen,DeCodeBuffer,DeCodeCounter,NotTarget; x = 0x404bee; for ( y=RfirstB(x); y != BADADDR; y=RnextB(x,y) ){ for (SRa
www.eeworm.com/read/356958/10218339

idc getsym.idc

#include static main() { auto Sbuffer,ea,zcount,filehandle,fileName,CustEa; fileName = AskFile (0,"*.*","打开IAT符号文件"); CustEa = AskAddr(0,"目标IAT地址"); filehandle = fopen(fileName,"r
www.eeworm.com/read/356958/10218343

idc cleanjunkcode.idc

#include "idc.idc" static main() { auto x,FBin,ProcRange; HideJunkCode(); PatchJunkCode(); AnalyzeArea (MinEA(),MaxEA()); } static PatchJunkCode() { auto x,FBin,ProcRange; F
www.eeworm.com/read/356958/10218345

idc iatpatch.idc

#include "idc.idc" static main() { auto ESI,EDI,EAX,EBX,Counter,cBuffer,BufLen,straa; ESI = 0x447000 - 0x46000; EDI = ESI + 0x50000; Counter = MaxEA() - MinEA(); MakeUnknown(MinEA(),Count
www.eeworm.com/read/419765/10839130

py idc.py

#!/usr/bin/env python #------------------------------------------------------------ # IDAPython - Python plugin for Interactive Disassembler Pro # # Original IDC.IDC: # Copyright (c) 1990-2008 Il