代码搜索:IDC连接器
找到约 10,000 项符合「IDC连接器」的源代码
代码结果 10,000
www.eeworm.com/read/147051/5733545
idc imports.idc
//Imports.idc 列出当前程序的输入函数
#include
static GetImportSeg()
{
auto ea, next, name;
ea = FirstSeg();
next = ea;
while ( (next = NextSeg(next)) != -1) {
name = S
www.eeworm.com/read/147051/5733546
idc encrypted.idc
//该脚本对应光盘:\chap03\IDA pro\encrypted\encrypted.exe
#include
static decrypt(from, size, key ) {
auto i, x;
for ( i=0; i < size; i=i+1 ) {
x = Byte(from);
x = (x^key
www.eeworm.com/read/101082/6251930
c idc.c
#ifndef lint
static char *sccsid = "@(#)idc.c 4.1 ULTRIX 7/2/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1984, 1986 by
www.eeworm.com/read/409119/11345815
obj idc.obj
www.eeworm.com/read/409119/11345830
c idc.c
#include "MAIN.H"
#include "DEF.H"
#include "TABLES.H"
#include "TableQ15.h"
extern void SVM(TComplex *m, char *Sector);
extern void PI_Controller(TPI * PI, int NewInput,int * Result);
void
www.eeworm.com/read/409119/11345873
lst idc.lst
C166 COMPILER V4.27, IDC 12/19/2003 11:51:11 PAGE 1
C166 COMPILER V4.27, COMPILATION OF MODULE IDC
OBJECT MODULE PLACED IN I
www.eeworm.com/read/152866/12076334
gif idc.gif
www.eeworm.com/read/332113/3401532
vim idc.vim
" Vim syntax file
" Language: idc
" Maintainer: watercloud@xfocus.org
" Last Change: 2003-2-27
" For version 5.x: Clear all syntax items
" For version 6.x: Quit when a syntax file was already l