搜索资源列表
shell
- #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char *
Injector
- BOOL InjectDLL(DWORD ProcessID) { HANDLE Proc char buf[50]={0} LPVOID RemoteString, LoadLibAddy if(!ProcessID) return false Proc = OpenProcess(CREATE_THREAD_ACCESS, FALSE, ProcessID) if(!Proc) { sprintf
mystring
- 实现常用Linux C字符串处理函数,如strlen() strcpy() strsep()等-mystring
strfunction
- strcpy、strcmp、strlen的源码实现-Strcpy, STRCMP, the source code of strlen realization
C-call-sprocs-example
- strcpy、strcmp、strlen的源码实现-Strcpy, STRCMP, the source code of strlen realization
ieqiu-string-length
- 编写一个ieqiu字符串长度的函数,strlen(),再用strlen()函数编写一个函数revers(s)的倒序递归程序,使字符串s逆序。-Write a ieqiu string length function, strlen (), then use strlen () function write a function revers (s) of the reverse order recursive procedure, make the string s negative seque
strlen
- Check strlen function call.
strncat
- Concatenate src on the end of dst. At most strlen(dst)+n+1 bytes are written at dst (at most n+1 bytes being appended).
strlen_win32
- Check stdcall strlen call on X86_WIN32 systems.
strlen
- strlen.S: Sparc optimized strlen code.
strlen
- The Regents of the University of California.
string
- We had half-optimised memset memcpy, got better versions of those -Added memcmp, strchr, strcpy, strcmp, strlen.
ss
- 不调用系统库,进行字符串匹配,strlen函数解析-Do not call the system library, string matching, strlen function parses
symorder
- define strdup(str)strcpy(malloc(strlen(str) + 1), str Device Driver for linux v2.13.6.
string
- Achieve string handling functions, strlen, strcmp
strlen100
- 标准库中strlen高效实现的源码测试程序-Standard library strlen efficient implementation of the source test procedures
mrsdreflection
- 一些常用的C语言源代码,包括磁盘格式,常用函数如abs,sin,strlen等(Some commonly used C language source code, including disk format, commonly used functions such as abs, sin, strlen, etc)
DES
- DES加密 S盒运算 进制转换 进行16轮的循环处理(cipher GetDlgItemText(IDC_EAesEn,(char*)inBuff,24); if(strlen((char*)inBuff)>16)MessageBox("");)