E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
stdafx
滴水逆向作业——PE准备阶段
#include"
stdafx
.h"#includeintfile_length(FILE*fp);voidfun_02(){//定义一个文件指针FILE*fp1=NULL;intFpSize=0;//
刘大聪聪聪聪
·
2020-09-11 18:20
逆向
C++ 操作MySql类
//#include"
stdafx
.h"#include#include#include#include#include"mysql.h"#include#includeusingnamespacestd
weixin_34397291
·
2020-09-11 17:57
【转】_declspec(naked) 使用
//将本文完整拷贝,然后在VC6下建立控制台程序,可直接运行~看到结果后再来阅读此文//文章出处甚多,已不能列出所有连接#include"
stdafx
.h"#include/*>>>>>>_declspec
weixin_34355715
·
2020-09-11 17:52
__declspec ( naked ) 局部变量
#include"
stdafx
.h"#includevoidhe(inti,intj){printf("i=%d,j=%d\n",i,j);}__declspec(naked)inttest(){inti
weixin_33884611
·
2020-09-11 17:04
VC++导出具有命名空间的函数
declspec(dllexport)voidf();class__declspec(dllexport)MyClass{public:voidMf();};}实现文件MiniMFC.cpp#include"
stdafx
.h
smstong
·
2020-09-11 16:06
Windows相关
C/C++
Hook程序(植物大战僵尸为例,未涉及提权)
//利用pushretnhook占用8个字节可以达到jmp的效果#include"
stdafx
.h"#include"hookCode.h"#include//CE分析出以下代码//0044BA45-018778550000
太期待丶
·
2020-09-11 15:14
C++
C语言实现可扩充的数组
#include"
stdafx
.h"#include#includestructList_Exten{//定义结构体数组int*A;intn;intc;//capacity};voidList_Init
程序员小马z
·
2020-09-11 15:03
C语言学习笔记
UDP编程出错:'WSAAsyncSelect': Use WSAEventSelect() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS ...
2、在“
stdafx
.h”文件中添加上下面这句#define_WINSOCK_DEPRECATED_NO_WARNINGS1(这句不要放的太下面,放上面一点不然也会报错)
qq_34911636
·
2020-09-11 15:02
C++
浮点数强制转换为整型数据
//#include"
stdafx
.h"#includetypedefunsignedchar*byte_pointer;voidshow_bytes(byte_pointerstart,intlen)
linxizi0622
·
2020-09-11 15:21
深入理解计算机系统
函数调用堆栈图
有错误的地方,欢迎批评指正.注:该程序通过VS2012编译.函数调用方式为C调用方式:A.用栈自右向左传参B:调用者平衡堆栈由于使用xls画的堆栈图,只能以贴图方式进行.1.C语言的源码#include"
stdafx
.h"intPlus
独木_DZ
·
2020-09-11 14:31
汇编
pe结构分析-解析pe头(一)
//#include"
stdafx
.h"#include"file.h"#include"malloc.h"#definein_file_name"d:\\user32.dll"#defineout_file_name"d
freshfox
·
2020-09-11 14:28
pwn
CTreeView类的一点用法
1.要在
stdafx
.h中包含#include2.不要直接用CTreeView,应该继承一个类,直接用的话没法重写函数什么的3.View类有个OnInitUpdate类似于对话框的OnInitDialog4
dyzhen
·
2020-09-11 14:34
视图文档框架
VC遍历dll导出函数
//#include"
stdafx
.h"#include#inc
chaooooooo
·
2020-09-11 14:27
sstream 与 fstream的使用
#include"
stdafx
.h"#include#include#include#include#include#include#include#includeusingnamespacestd;doublereverse_double
benny5609
·
2020-09-11 14:00
Experience
pe重定位及修正
#include"
stdafx
.h"#include #include classMemBlock{ public: MemBlock():m_buff(NULL){} boolalloc
过期码农
·
2020-09-11 13:31
window
filebuffer->imagebuffer
问题描述映像关系#include"
stdafx
.h"#include"string.h"#include#include//exe->filebuffer返回值为计算所得文件大小intReadPEFile
世俗非议不足道哉~
·
2020-09-11 13:13
reverse
的入门
clear()用法
clear()用于清除vector的所有元素#include"
stdafx
.h"#include#includeusingnamespacestd;int_tmain(intargc,_TCHAR*argv
qq_42265608
·
2020-09-11 12:50
mfc 裸写sd卡扇区
#include"
stdafx
.h"#include#include"
stdafx
.h"#include"types_def.h"#include"compat_error.h"#include"compat_sem.h
dddddppppp123
·
2020-09-11 12:58
网卡禁用 启用演示程序
#include"
StdAfx
.h"#include#include#include#include#include#pragmacomment(lib,"ws2_32.lib")#pragmacomment
cmdhack
·
2020-09-11 12:48
网络编程
header
网络
null
include
class
【逆向知识】裸函数(Naked函数)
//#include"
stdafx
.h"//两数相加函数intadd(intx,inty
weixin_30536513
·
2020-09-11 12:09
第一次接触C语言裸函数
先上代码:naked.cpp:#include"
stdafx
.h"extern"C"int__declspec(naked)add2(intx,inty)//引用说明支持跨文件的调用{__asm{//函数的环境初始化
weixin_30488313
·
2020-09-11 12:09
文章标题
//#include"
stdafx
.h"//返回值的类型函数的名(参数类型参数名,参数类型参数名)void_declspec(naked)Plus(){}voidPlus1(){}/
cotecsz
·
2020-09-11 12:59
逆向学习
空函数、裸函数与函数传参和堆栈平衡
1、C空函数的反汇编结构分析:以下面的代码为例,进行反汇编:#include"
stdafx
.h"//C
Apollon_krj
·
2020-09-11 12:57
C/C++
改变循环执行的状态,循环程序举例
//改变循环执行的状态1.用break语句提前终止循环#include"
stdafx
.h"#defineSUM100000//指定符号常量SUM代表100000int_tmain(intargc,_TCHAR
weixin_34319817
·
2020-09-11 11:07
OpenCV3_C++_ImageShow()显示图片 实例
article/details/71175748所有的OpenCV3_C++实例代码请看https://github.com/sileixinhua/OpenCV_C-_tutorials实例#include"
stdafx
.h
橘子派
·
2020-09-11 10:55
Opencv3_C++
C++将图片转换为马赛克效果
依次处理每个小方块,即可实现马赛克效果原图2.整张图片处理成马赛克效果#include"
stdafx
.h"#include#defineN8intmain(){//Step1:加载图片IMAGEimage
小胡子V
·
2020-09-11 08:47
C++
虚函数、虚继承、sizeof
#include"
stdafx
.h"#includeusingnamespacestd;classA{public:A(){}A(inta):m_a(a){}virtualvoidprint(){cout
wangyangkobe
·
2020-09-11 04:09
c++和c
车牌识别 之 字符分割
直接贴代码:#include"
stdafx
.h"#include"cv.h"#include"highgui.h"usingnamespacestd;usingnamespacecv;IplImage*
MachineLP
·
2020-09-11 04:52
计算机视觉
opencv的第一份代码,及其makefile通用格式
opencv版本查看pkg-config--modversionopencv读取图片并显示的小程序//#include"
stdafx
.h"在Ubuntu中需要注释这个#include#include#include
乐观的自卑者
·
2020-09-11 03:17
makefile
opencv
线程池的计时器
#include"
stdafx
.h"#include#include#include#includeusingnamespacestd;voidCALLBACKTimeoutCallback(PTP_CALLBACK_INSTANCE
redeyerabbit
·
2020-09-11 03:19
windows
QMutex & QWaitCondition 小记!
//#include"
stdafx
.h"#include#include#inclu
piplu
·
2020-09-11 02:33
about
C++
学习&反省
ASCII码转UTF-8码
#include"
stdafx
.h"#include"StringBuffer.h"CStringUnicode2Ascii(WCHAR*in_str,intlength){BYTE*psz=(BYTE
paulwang5355
·
2020-09-11 02:27
VC
byte
include
N的加法组合问题
//#include"
stdafx
.h"#include#includeusingnamespacestd;#defineMIN(A,B)A>B?B:Avoidprint_list(std::
martin_liang
·
2020-09-11 02:31
C++/C
算法
一个正整数有可能可以被表示为n(n>=2)个连续正整数之和--算法求解
程序:环境vs2005#include"
stdafx
.h"#include#includeusingnamespacestd;//循环下限intG
jshouliang
·
2020-09-11 01:37
输出二叉树中所有从根结点到叶子结点的路径
#include"
stdafx
.h"#include#includeusingnamespacestd;structBTNode{charm_value;BTNode*m_left;BTNode*m_right
龙少爷_阿呆
·
2020-09-11 01:40
数据结构
win32中如何使用CString
在
StdAfx
.h中加入头文件#include"AFX.h",注意加在#include之前,编译后会发现BuildingMFCapplicationwith/MD[d](CRTdllversion)requiresMFCshareddllversion.Please
Nowindyli
·
2020-09-11 00:15
wince
用 C++实现的简单物流信息存储
说明:c++简单实现信息添加、显示、删除//wuliu.cpp:bylip//#include"
stdafx
.h"#include#include#include#include#include#includestructProduct
Just_Invoker
·
2020-09-11 00:26
技术杂文
Bicoloring
//#include"
stdafx
.h"constintMAX=200;usingnamespacestd;intgraph[MAX][MAX];intcolored[MAX]
Hilda_Chen
·
2020-09-10 23:51
C++
用C实现文件readLine函数
//#include"
stdafx
.h"#include"stdio.h"#include"stdlib.h"#defineMAX64boolreadword(FILE*fp,charwords[]){
FeelTouch
·
2020-09-10 23:35
数据结构-编程算法-技术思想
多点最小二乘法平面方程拟合计算与代码实现
要使得S最小,应满足:即:有,或,解上述线形方程组,得:即:其程序代码如下:#include“
stdafx
.h”#include#include#include#defineMAX10voidInverse
YuanYWRS
·
2020-09-10 21:46
激光雷达
c++三种传递函数参数和返回值的方法
//#include"
stdafx
.h"#includeusingnamespacestd;//通过传值来传入参数和传出返回值intFuncByValue(intx){x+=1;returnx;}//通过传指针来传入参数和传出返回值
cv_yuippe
·
2020-09-10 21:27
vc++
CPU大小端
//测试编译器是大端模式还是小端模式//x86一般为小端模式,ARM一般为小端模式,//KeilC51则为大端模式//有些ARM处理器可以由硬件来选择是大端还是小端模式#include"
stdafx
.h
xiaojunjun1202
·
2020-09-10 21:44
小程序-利用递归判断数组是否递增
#include"
stdafx
.h"voidJudge(int*a,intn){if(n==1){printf("递增");}if(n!
屁啦啦小魔仙
·
2020-09-10 21:28
小程序
获取输入法输入内容及后选项的钩子
#include"
stdafx
.h"#include"windows.h"#include"imm.h"#include"stdio.h"#include#include#include#include
weixin_33845881
·
2020-09-10 19:39
一位素不相识的朋友做的代码雨屏保程序
//#include“
stdafx
.h”#include#defineID_TIMER1#defineSTRMAXLEN25//一个显示列的最大长度#defineSTRMINLEN8//一个显示列的最小长度
weixin_30898109
·
2020-09-10 19:16
链接两个循环单链表,并保持循环链表形式
#include"
stdafx
.h"#include#include#includetypedefinttype;typedefstructlnode//定义链表结点的数据结构{intdata;structlnode
vivi_and_qiao
·
2020-09-10 18:48
数据结构与算法
C++ 抛出并捕获多个异常
//#include"
stdafx
.h"#include#include#include#include#includeusingnamespacestd;/**抛出并捕获多个异常*/voidreadIntegerFile
_wjl_
·
2020-09-10 18:57
C++
C++获取进程启动参数
#include"
stdafx
.h"#include#include#defineProcessBasicInformation0typedefstruct{USHORTLength;USHORTMaximumLength
Colin91
·
2020-09-10 18:05
c/c++
对象数组的析构
#include"
stdafx
.h"intcount=0;classA{public:intnum;A(){count++;printf("创建:%d/n",count);}virtual~A(){printf
superleolx
·
2020-09-10 17:46
代码注入之傀儡进程
傀儡进程——Exe注入2009-09-1716:29#include"
stdafx
.h"#includetypedeflongNTSTATUS;typedefNTSTATUS(__stdcall*pfnZwUnmapViewOfSection
sevenpic
·
2020-09-10 17:55
windows编程
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他