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
cdecl
C#调用C/C++ DLL 参数传递和回调函数的总结
dllexport)intAdd(inta,intb){returna+b;}C#端:[DllImport("aeClient2.0.dll",CallingConvention=CallingConvention.
Cdecl
superXX07
·
2020-06-28 00:35
VBA Excel 引用 API,以实现“透明”
1.引用API函数'API函数Publi
cDecl
areFunctionFindWindowLib"user32"Alias"FindWindowA"(_ByVallpClassNameAsString
weixin_30614109
·
2020-06-27 22:13
c#调用c++ dll 入坑记录
1、DLL引用坑[DllImport("NetDLL.dll",CharSet=CharSet.Ansi,CallingConvention=CallingConvention.
Cdecl
)]publicstaticexternintInitNet
weixin_30261095
·
2020-06-27 15:55
C# DLLImport C++ dll 几点注意事项
使用过程当中遇到些注意事项,记录下来1:正常情况下C++写好的文件当中有.dll,.lib,.h,.exp用VS打开.hc++头文件以后会看到DLL文件当中提供的function如下所示代码int__
cdecl
verifyTransResponse
weixin_30237281
·
2020-06-27 15:20
攻防世界WP-reverse-SharifCTF 2016-getit
如下所示:int__
cdecl
main(intargc,constchar**argv,constchar**envp){charv3;//al__int64v5;//[rsp+0h][rbp-40h]
wallacegen
·
2020-06-27 12:50
reverse
ida
ctf
c# 调用 C++ dll 传入传出 字符串
==||不过也学习了一下编译器及类型相关的知识,整理如下:1、cl.exe/Gz参数指定编译为__stdcall调用方式,默认为__
cdecl
2、C
迷津一二
·
2020-06-27 01:50
杂文
C#调用C++ DLL 传出字符串,C++ DLL传参问题
C++.h文件VIDEO_DLL_APIint__
cdecl
PlatformQueryRes(char*pcSvrIpAddress,char*pcLoginUserName,char**ppcResult
ORC-Lee
·
2020-06-27 00:21
C++学习
_
cdecl
_stdcal _thiscall 等调用约定的汇编代码区别
以下是文章内容:研究下_
cdecl
_stdcal_thiscall等调用约定,以及成员函数与普通函数调用上
u010536615
·
2020-06-26 22:25
技术
Cocos2dx
c++
攻防世界 Reverse Hello,CTF
ida反编译下载下来是一个exe,直接拖到ida然后f5查看源码int__
cdecl
main(intargc,constchar**argv,constchar**envp){signedintv3;/
thinszx
·
2020-06-26 18:19
#
攻防世界
C# 调用 C++ DLL(1) 非托管方式:直接调用C++方法
DllImport("user32.dll",EntryPoint="GetWindowLong",CharSet=CharSet.Auto,CallingConvention=CallingConvention.
Cdecl
好大一只鸡
·
2020-06-26 15:30
C#
hue 编译错误 error: command 'gcc' failed with exit status 1
OpenSSL/crypto/crl.c:6:23:error:stati
cdecl
arationof‘X509_REVOKED_dup’followsnon-stati
cdecl
arationstaticX509
stupid_Qiu
·
2020-06-26 15:26
Hue
Calling Convention的总结
2007年10月28日23:48:00因为经常需要和不同的CallingConvention打交道,前段时间整理了一下它们之间的区别,如下:清理堆栈参数压栈顺序命名规则(MSVC++)备注
Cdecl
调用者
softart
·
2020-06-26 13:31
Qt creator 编译错误:无法解析的外部符号(命令)
:只是在creator中添加了一个新的DIalog类,并在main(),中实例化并show,就出现如下的错误:main.obj:-1:error:LNK2019:无法解析的外部符号"public:__
cdecl
Dialog
好儿郎-志在四方
·
2020-06-26 05:23
Qt编程
c#调用c++封装dll 参数为字符串输出函数的解决办法
c#中调用如下:[DllImport("test.dll",CallingConvention=CallingConvention.
Cdecl
)]publicexternstaticinttest(StringBuilderstr
零凌灵
·
2020-06-26 05:33
c++
攻防世界---getit
media/task/attachments/e3dd9674429f4ce1a25c08ea799fc027首先查壳得知:无壳;64位ELF文件;直接放到ida中,F5键反编译成C语言代码int__
cdecl
main
开心果( ﹡ˆoˆ﹡ )
·
2020-06-26 04:01
CTF
Java中与泛型相关的接口 之 TypeVariable
cDeclaration>
在阅读本文之前可以先阅读以下三篇,以便对Java中的泛型有一个全局的认识:Java中与泛型相关的接口之术语定义Java中与泛型相关的接口之综述Type及其子接口的来历简介TypeVariable是“类型变量”(或者叫“泛型变量”更准确些)的通用的顶级接口。在泛型编程中会用到“泛型变量”来描述类型,或者说是用来表示泛型。一般用大写字母作为类型变量,比如K、V、E等。说到TypeVariable就不得
JSON_NULL
·
2020-06-26 03:52
攻防世界|逆向|no-strings-attached
直接拖进PE识别工具elf/32位现在kali运行运行一下运行不了2.IDA分析首先Shift+F12查看字符串好像还有可用的F5获取main函数的伪代码int__
cdecl
main(intargc,constchar
被遗弃的盒子
·
2020-06-26 03:04
逆向
ctf
BUUCTF reverse:CrackRTF
写在前面:这道题做了一半多后就陷入了死胡同,思考一天后依旧无法前进,所以看了一位大佬的wp,真的获益匪浅,感觉做题的思路广了很多1.查壳无壳,32位文件2.IDA分析找到main函数,F5反编译int__
cdecl
main
Lk k k
·
2020-06-26 02:03
CTF
攻防世界re:csaw2013reversing2
1.查壳无壳,32位文件打开文件如题目所说,弹出的是乱码2.拖入IDA老规矩,拖入IDA,找main函数,反编译查看伪代码int__
cdecl
__noreturnmain(intargc,constchar
Lk k k
·
2020-06-26 02:02
CTF
BUUCTF reverse:内涵的软件
1.查壳无壳,32位程序2.IDA分析拖入IDA,找到main函数,F5反编译int__
cdecl
main(intargc,constchar**argv,constchar**envp){returnmain
Lk k k
·
2020-06-26 02:02
CTF
BUUCTF reverse:easy re
1.查壳无壳64位文件2.IDA分析找到main函数,F5反编译int__
cdecl
main(intargc,constchar**argv,constchar**envp){intb;//[rsp+28h
Lk k k
·
2020-06-26 02:02
CTF
BUUCTF reverse:不一样的flag
1.查壳无壳,32位文件2.IDA分析找到main函数,F5反编译int__
cdecl
main(intargc,constchar**argv,constchar**envp){charv3;//[esp
Lk k k
·
2020-06-26 02:02
CTF
BUUCTF reverse:xor
1.查壳64位文件2.IDA分析找到main函数,F5反编译int__
cdecl
main(intargc,constchar**argv,constchar**envp){char*v3;//rsiintresult
Lk k k
·
2020-06-26 02:02
CTF
攻防世界reverse:re1
1.查壳无壳,32位程序2.拖入IDA找到main函数F5反编译int__
cdecl
main(intargc,constchar**argv,constchar**envp){intv3;//eax__
Lk k k
·
2020-06-26 02:31
CTF
攻防世界reverse:Hello,CTF!
1.查壳无壳,32位2.拖入IDA找到main函数F5反编译int__
cdecl
main(intargc,constchar**argv,constchar**envp){signedintv3;//ebxcharv4
Lk k k
·
2020-06-26 02:31
CTF
2020易霖博杯——Re题目部分WP
Sign_fDfkl_CTF}}re2与re3目前网上仍没有公布WP,当时参赛选手都没解出来...re4拖IDA看一下,发现是ELF文件:看一下main()函数的伪代码:这是main()函数的伪代码:int__
cdecl
mai
1匹黑马
·
2020-06-26 02:53
我的CTF之路
getit 攻防世界 (有个坑)
分析代码常规题,但有个坑int__
cdecl
main(intargc,constchar**argv,constchar**envp){charv3;//al__int64v5;//[rsp+0h][rbp
__N4c1__
·
2020-06-26 02:00
攻防世界
Hello,CTF reverse
弹出successFUCK居然不输出结果,但由于OD中的跳转太乱了,不看了,拉进IDA,f5int__
cdecl
main(intargc,constchar**argv,constchar**envp)
__N4c1__
·
2020-06-26 02:00
TWCTF-reverse_box WP
分析IDA分析代码int__
cdecl
main(intargc,char**argv){size_ti;//[esp+18h][ebp-10Ch]intrandnumber;//[esp+1Ch][ebp
清风过隙
·
2020-06-25 20:00
逆向
(PAT乙级)1015 德才论(C语言实现)
//blog.csdn.net/yzl_rex/article/details/7874513使用方法:voidqsort(void*base,size_tnum,size_twidth,int(__
cdecl
陈粑粑的小白鞋
·
2020-06-25 18:51
攻防世界 pwn forgot
下面记录一下我在做攻防世界的pwn练习题中的forgot题目的过程,这个题目现在还是有些疑惑的首先我们看一下题目的安全机制:然后IDA看一下主函数:int__
cdecl
main(){size_tv0;/
tuck3r
·
2020-06-25 16:21
栈溢出利用
pwn
CTF
逆向分析_DLL基础(2)
DLL基础(2)参数传递//msgbox_arg.cpp#includeextern"C"_declspec(dllexport)void__
cdecl
msgbox(HWNDhwnd,HINSTANCEhinst
xf_5505
·
2020-06-25 14:59
Binary
今天你pwn了吗(上)
int__
cdecl
main(intargc,constchar**argv,constchar**envp){system("/bin/sh");return0;}gdb:►
合天智汇
·
2020-06-25 13:38
QT、VS常见bug及解决办法(四)——错误 1 error LNK2019: 无法解析的外部符号
问题1:无法解析的外部符号"void__
cdecl
cv::fastFree(void*)"错误1errorLNK2019:无法解析的外部符号"void__
cdecl
cv::fastFree(void*)
马大哈先生
·
2020-06-25 13:30
VS
bug
java 反射 Method类API整理
继承关系:java.lang.ObjectL--->java.io.ReaderL--->java.io.BufferedReader2所有已实现的接口:AnnotatedElement,Generi
cDecl
aration
蓝蓝223
·
2020-06-25 01:29
java
AutoCAD二次开发(.Net)之读写LSP变量
DllImport("accore.dll",EntryPoint="acedPutSym",CharSet=CharSet.Unicode,CallingConvention=CallingConvention.
Cdecl
淡定vs冷漠
·
2020-06-25 01:08
C#
AutoCAD
error LNK2019: 无法解析的外部符号
1>MenuScene.obj:errorLNK2019:无法解析的外部符号"public:staticclassPopupLayer*__
cdecl
PopupLayer::create(charconst
楠丶俊枫
·
2020-06-25 00:54
cocos2d-x
用C语言写自己的printf函数
第一部分分析首先看一下printf函数的原型声明:int__
cdecl
printf(constchar*__restrict___Format,...)
to_run_away
·
2020-06-24 23:35
嵌入式
C/C++
c语言
printf
函数
编译程序时出现的问题和解决方法
Q:ErrorLNK2019unresolvedexternalsymbol_WinMain@16referencedinfunction"int__
cdecl
invoke_main(void)"(invoke_main
提莫来了
·
2020-06-24 23:13
C
language
buuoj jarvisoj_tell_me_something
main函数:int__
cdecl
main(intargc,constchar**argv,constchar**envp){__int64v4;//[rsp+0h][rbp-88h]write(1,"
pond99
·
2020-06-24 20:53
pwn
delphi真正可以截获WINDOWS关机消息的源码
Forms,Dialogs,WinTypes,WinProcs,Menus;typeTForm1=class(TForm)private{Privatedeclarations}public{Publi
cdecl
ar
paulfzm
·
2020-06-24 19:37
WM5.0unresolved external symbol "void __
cdecl
`eh vector constructor iterator'处理办法
errorLNK2019:unresolvedexternalsymbol"void__
cdecl
`ehvectorconstructoriterator'errorLNK2001:unresolvedexternalsymbol"void
billnie
·
2020-06-24 18:32
C/C++
windows
mobile
getit
本逆向题还是源码分析,通过源码追出flag,下面步入正题0x01源码分析int__
cdecl
main(intargc,constchar**argv,constchar**envp){charv3;//
怪味巧克力
·
2020-06-24 17:49
CTF—reverse
error LNK2005:已经在 XXX.obj 中定义/fatal error LNK1120: 1 个无法解析的外部命令
>main.obj:errorLNK2005:"void__
cdecl
Creat_graph(structgraph*)"(?
MISAYAONE
·
2020-06-24 15:13
【遇到的实际编程问题】
C++疑难杂症知识点
【图解】trror LNK2019: 无法解析的外部符号 _main,该符号在函数 "int __
cdecl
invoke_main(void)" (?invoke_main@@YAHXZ) 中
问题描述:errorLNK2019:无法解析的外部符号_main,该符号在函数“int__
cdecl
invoke_main(void)”(?
mazamu
·
2020-06-24 13:10
编译器常见问题
C#调用mfc写的Dll出现调用导致堆栈不对称问题
如图:解决方法:在dllimport中添加CallingConvention=CallingConvention.
Cdecl
属性[DllImport("LYCamV3.dll",CharSet=CharSet.Ansi
IT_LearYu
·
2020-06-24 12:00
C++
C#
error LNK2005解决方法
错误:1>nafxcw.lib(afxmem.obj):errorLNK2005:"void*__
cdecl
operatornew(unsignedint)"(??
zxz520zmg
·
2020-06-24 12:46
C/C++
在vc++中使用vector后release版本的dll被debug的exe调用后出现异常
项目代码链接:vcpp-vector-exportdll导出接口:structKey{char*key;intkeySize;};/*设备日志回调*/typedefvoid(__
cdecl
lwwl12
·
2020-06-24 10:34
C/C++
VS2015 error LNK2019 无法解析的外部符号 _WinMain@16,该符号在函数 "int __
cdecl
invoke_main(void)"
窗口项目,然后环境配置完成后,将opencv的示例代码kalman.cpp直接导入到新建的vs工程中进行编译,直接报错:错误LNK2019无法解析的外部符号_WinMain@16,该符号在函数"int__
cdecl
invoke_main
luoyayun361
·
2020-06-24 10:51
其它
C或C++编译成lib或dll时修饰符extern C及相关的浅析
开发平台:vs2010下的VC++WIN32项目关键字:extern“c”extern“c++”__stdcall__
cdecl
__fastcall_declspec(dllexport)_declspec
绝版公子文少
·
2020-06-24 08:36
VC/VC++
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
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
其他