代码搜索:IDC连接器
找到约 10,000 项符合「IDC连接器」的源代码
代码结果 10,000
www.eeworm.com/read/332113/3401535
idc t_fmt.idc
#include
#include "square.idc"
#include "tiger.idc"
static main()
{
auto deepLen,debugFlag;
deepLen=3;
debugFlag=1;
funcFmt("printf",deepLen,debugFlag,"");
funcFmt("fprintf",
www.eeworm.com/read/332113/3401536
idc t_env.idc
#include
#include "square.idc"
#include "tiger.idc"
static main()
{
auto deepLen,debugFlag;
deepLen = 3;
debugFlag = 1;
func1arg("getenv","%r26",deepLen,debugFlag,"");
func
www.eeworm.com/read/332113/3401538
idc t_file.idc
#include
#include "square.idc"
#include "tiger.idc"
static main()
{
auto deepLen,debugFlag;
deepLen = 3;
debugFlag = 1;
func1arg("chown","%r26",deepLen,debugFlag,"");
}
www.eeworm.com/read/332113/3401539
idc t_type.idc
#include
static main()
{
auto addr,tmp;
addr = ScreenEA();
tmp = GetFlags(addr);
Message("GetOpType 0:%x\n",GetOpType(addr,0));
Message("hasName:%x hasValue:%x isBin0:%x isChar
www.eeworm.com/read/332113/3401541
idc t_test.idc
#include
#include "square.idc"
#include "tiger.idc"
static main()
{
auto type,addr,addrX,funcAddr,funcOffStr;
auto n,tmp,tmpStr,tmpStr1,tmpStr2,tmpAddr,tmpReg,tmpValue;
addr=Sc
www.eeworm.com/read/332113/3401542
idc t_str.idc
#include
#include "square.idc"
#include "tiger.idc"
static main()
{
auto deepLen,debugFlag;
deepLen = 3;
debugFlag = 2;
func2arg("strcpy",deepLen,debugFlag,"");
func2arg("
www.eeworm.com/read/269793/4243544
idc pe_write.idc
#include
/*
// File:
// pe_write.idc
//
// Created by:
// Atli Gudmundsson (agudmundsson@symantec.com)
//
// Purpose:
//
// Take a PE image and dump it to a file, as a PE e
www.eeworm.com/read/269793/4243547
idc pe_structs.idc
#include
/*
// File:
// pe_structs.idc
//
// Created by:
// Atli Gudmundsson (agudmundsson@symantec.com)
//
// Purpose:
// Load needed PE header structures for analyzes
//
www.eeworm.com/read/269793/4243548
idc pe_sections.idc
#include
/*
// File:
// pe_sections.idc
//
// Created by:
// Atli Gudmundsson (agudmundsson@symantec.com)
//
// Purpose:
// parses the input file and if it is a PE executabl
www.eeworm.com/read/269793/4243549
idc pe_dlls.idc
#include
#define NO_MAIN
#include
/*
// File:
// pe_dlls.idc
//
// Created by:
// Atli Gudmundsson (agudmundsson@symantec.com)
//
// Purpose:
// Load