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
LoadLibrary()
dll的一些细节
静态链接、动态链接时调用
LoadLibrary
和FreeLibrary都会调用DllMain函数。DllMain的第三个参数fdwReason指明了
breaksoftware
·
2008-12-28 19:00
thread
工作
dll
exe
无法加载sqlce.dll (翻译)
无法加载sqlce.dll原文:Can’tloadsqlcedll作者:LaxmiNarsimhaRaoORUGANTI翻译:flyjimi SQLServerCE/Compact使用WindowsAPI
LoadLibrary
flyjimi
·
2008-12-12 11:00
sql
windows
server
api
Microsoft
dll
WinCE
Tomcat下使用JMagick的问题!
的时候报错信息: java.lang.UnsatisfiedLinkError: no JMagick in java.library.path at java.lang.ClassLoader.
loadLibrary
sunxin1001
·
2008-11-14 16:00
java
apache
tomcat
jsp
servlet
Three Ways to Inject Your Code into Another Process
Downloadentirepackage-180KbDownloadWinSpy-20Kb (demoapplication)ContentsIntroductionWindowsHooksTheCreateRemoteThread&
LoadLibrary
TechniqueInterprocessCommunicationsTheCreateRemoteThread
ecjtuync
·
2008-11-08 10:00
windows
application
dll
download
tutorials
System.load 和 System.
loadLibrary
详解
System.load和System.
loadLibrary
详解1.它们都可以用来装载库文件,不论是JNI库文件还是非JNI库文件。
ring0hx
·
2008-11-06 23:00
jvm
windows
jni
System
Path
平台
JAVA调用DLL简单小例子
2、编写java程序javacall.java,如下:publicclassjavacall{ static { System.
loadLibrary
("call
lzj0470
·
2008-10-27 21:00
java
jni
J#
vc++
VC常用代码之动态加载DLL
根据MSDN: //File:RUNTIME.C //Asimpleprogramthatuses
LoadLibrary
and //GetProcAddresstoaccessmyPutsfromMYPUTS.DLL
happmaoo
·
2008-10-21 16:00
xml
windows
Microsoft
Office
vc++
VC常用代码之动态加载DLL
根据MSDN:// File: RUNTIME.C// A simple program that uses
LoadLibrary
and // GetProcAddress to
clever101
·
2008-10-21 16:00
null
dll
JNI技术(Java Native Interface)
说白了,就是JAVA调用由C/C++编写的库文件DLL(WINDOWS)/SO(UNIX)public class testdll { static { System.
loadLibrary
jiakw_1981
·
2008-10-14 16:00
java
windows
unix
String
jni
interface
工作小结
时遇到一个奇怪的问题,CString sdkPath = _T("C://WINDOWS//system32"); ::SetCurrentDirectory(sdkPath); handle = ::
LoadLibrary
phinecos
·
2008-10-10 17:00
多线程
工作
properties
mfc
dll
generation
构建插件式的应用程序框架(三)-动态加载
使用Com实现的话,你可以利用Com的API通过ProgID来动态创建COM对象,如果使用普通DLL,你需要使用Windows的API函数
LoadLibrary
来动态加载DLL,并用GetProcAddress
yyzhpq
·
2008-10-08 17:00
框架
Windows
.net
构建插件式的应用程序框架(三)-动态加载
使用Com实现的话,你可以利用Com的API通过ProgID来动态创建COM对象,如果使用普通DLL,你需要使用Windows 的API函数
LoadLibrary
来动态加载DLL,并用GetProcAddress
yyzhpq
·
2008-10-08 17:00
框架
windows
.net
向任意进程注入DLL
远程注入就是在目标进程中用VirtualAllocEx申请一段内存,然后用WriteProcessMemory函数将自己dll的完整路径复制到远程进程中,然后在Kernel32中计算
LoadLibrary
A
c++初学者
·
2008-09-28 12:00
阻止全局钩子的加载
本文不使用Detours库,直接对
LoadLibrary
ExW函数进行拦截。先说一下全局钩子是怎么进入到我们的程序里来的。假如有个程序A安装了WH_GETMESSAGE
c++初学者
·
2008-09-28 12:00
关于RichEditCtr2(转载)
一.常见问题a.可以编译,不能执行的AfxInitRichEdit();b.升级默认的Riched版本(默认的有一些bug)可在InitInstance中添加
LoadLibrary
("RICHED20.
sfcyyc
·
2008-08-29 15:00
null
insert
dialog
callback
聊天
rtf
Windows下两种方式调用DLL
A.Windows下两种方式调用DLL 1.显式调用 也就是你说的
LoadLibrary
(...)
dadalan
·
2008-08-26 17:00
windows
dll
非MFC DLL 之 DLL的调用方式
宏定义函数指针类型 int main(int argc, char *argv[]) { HINSTANCE hDll; //DLL句柄 lpAddFun addFun; //函数指针 hDll =
LoadLibrary
conkeyn
·
2008-08-18 16:00
编程
windows
mfc
SCJP-031-055备战笔记-3.5-Java5中的native修饰符
3.native方法没有实际的方法体,对本地方法的实现不是java语言,他们通过System.
loadlibrary
()方法装入4.对本地方法的调用如同调用java中的其他方法,是
一叶笑天
·
2008-08-11 14:00
LoadLibrary
in IE activex control
LoadLibrary
inIEactivexcontrolIwriteanInternetExplorerActiveXcontrolandneedtoloadadllinit.Saysmycontrol'socxfileis"C
brent's hut
·
2008-08-07 17:00
jni调用dll
WinMsgBox.java package com.jni.test; public class WinMsgBox { static{ System.
loadLibrary
("
chixianhuadeyu
·
2008-07-30 22:00
java
windows
jni
Flash
vc++
如何编写跨平台C/C++代码的一些断想
我们知道Windows平台下动态加载dll的函数是
LoadLibrary
, 而Linux平
happmaoo
·
2008-07-29 12:00
C++
c
linux
C#
Office
如何使用Scintilla编辑控件
载入动态链接库1hmod =
LoadLibrary
("SciLexer.DLL");2if (hmod==NULL)3{4 MessageBox(hwndParent,5 "The
浪漫主义
·
2008-07-13 21:00
关机对话框及重启代码
关机对话框实现typedefint(CALLBACK*SHUTDOWNDLG)(int);//显示关机对话框函数的指针 HINSTANCEhInst=
LoadLibrary
("shell32
wolflarge
·
2008-07-11 09:00
数据结构
windows
shell
null
callback
token
完成 windows nt 系列的 DLL injection 功能的开发
csrss.exe进程.主要的中心思想就是, 1.提升本进程访问令牌,使其有调试权限. 2.获得本进程的当前线程的内核对象的安全描述符,将其复制出来备用. 3.准备远程线程的执行代码以及执行参数.其中包括
loadlibrary
a
free2000fly 的自留地
·
2008-06-20 11:00
Windows API一日一练(82)
LoadLibrary
函数
<iframe align="center" marginwidth="0" marginheight="0" src="http://www.zealware.com/csdnblog336280.html" frameborder="0" width="336" scr
wapysun
·
2008-06-11 13:00
windows
Windows API一日一练(82)
LoadLibrary
函数
<iframe align="center" marginwidth="0" marginheight="0" src="http://www.zealware.com/csdnblog336280.html" frameborder="0" width="336" scr
happmaoo
·
2008-06-11 13:00
html
windows
qq
在VC中链接动态链接库的方法简要说明
在VC中链接动态链接库的方法简要说明方法一:windows提供了一套函数,用于加载动态链接库中的符号(函数和变量),调用这些函数去加载:1.HINSTANCE
LoadLibrary
(LPCTSTRlpLibFileName
wrhwww
·
2008-05-23 09:00
获取DLL文件中的二进制资源
intresource_id=1002; HMODULEh=
LoadLibrary
("gg.dll"); HRSRChrsrc; HGLOBALhmem; if(h) { hrsrc=FindResource
haungrui
·
2008-05-05 16:00
dll
import
工具
python调用dll方法
stdcall test( void* p, int len){ return len;}}在python中我们可以用以下两种方式载入1.import ctypesdll = ctypes.windll.
LoadLibrary
lf8289
·
2008-04-24 12:00
c
linux
python
dll
重定位相关知识,为什么要重定位
其中比较有代表性的是JeffreyRicher在《Windows核心编程》中介绍的
LoadLibrary
方法和罗云彬在《windows环境下32位汇编语言程序设计》中介绍的方法。
xuplus
·
2008-04-15 13:00
GetModuleHandle“找不到指定的模块”
看了msdn才知道:GetModuleHandle只能得到已经加载到当前进程的内存中的Module,所以还是使用
LoadLibrary
吧我错了~+_+msdn上的相关说明:TheGetModuleHandlefunctionretrievesamodulehandleforthesp
debehe
·
2008-04-12 00:00
python用swig调dll是个伪命题
以前以为通过swig可以在python里直接调dll,实现c++中
loadlibrary
一样的功能。但是实际上如果你有一个非自己编的dll的话你是无法直接通过swig来调用的。
chishui2
·
2008-04-06 17:00
NT环境下进程隐藏的实现
其中比较有代表性的是JeffreyRicher在《Windows核心编程》中介绍的
LoadLibrary
方法和罗云彬在《windows环境下32位汇编语言程序设计》中介绍的方法。
applehoney
·
2008-04-03 09:00
windows
image
dll
import
Descriptor
winapi
richedit2
richedit2 1使用richedit控件首先要加载richedit的dll.
LoadLibrary
(_T("riched20.dll"));2加入对richedit.h头文件的引用后,创建窗口hwndBuffer
Randy
·
2008-03-25 20:00
WINCE音量调节(适用于智能设备)
voidUpdateVolumeFromRegistry(){ HINSTANCEhLibrary=::
LoadLibrary
(_T("coredll.dll")); if(NULL==hLibrary
hnhyhongmingjiang
·
2008-03-01 14:00
user
null
Access
WinCE
attributes
使用 VC 动态链接库的常用方法
使用VC动态链接库的常用方法 方法一:windows提供了一套函数,用于加载动态链接库中的符号(函数和变量),调用这些函数去加载:1.HINSTANCE
LoadLibrary
(LPCTSTRlpLibFileName
走在架构师的大道上 Jack.Wang's home
·
2008-02-28 22:00
无dll无进程木马源代码
include//#include#include#include#pragmacomment(lib,"Shlwapi.lib")//参数结构;typedefstruct_RemotePara{DWORDdw
LoadLibrary
benny5609
·
2008-02-27 20:00
struct
server
socket
null
dll
attributes
在VC中链接动态链接库的方法简要说明
方法一:windows提供了一套函数,用于加载动态链接库中的符号(函数和变量),调用这些函数去加载:1.HINSTANCE
LoadLibrary
(LPCTSTRlpLibFileName);2.FARPROCGetProcAddress
wenjie2005
·
2008-01-09 11:00
windows
input
dll
Path
library
LoadLibrary
和 GetProcAddress、FreeLibrary
LoadLibrary
("文件名")返回得到的模块句柄,可以加载一个动态连接库或exe文件。
wenjie2005
·
2008-01-09 08:00
windows
api
Integer
mfc
dll
编译器
jni试用资料
displayHelloWorld(); 3 4 public native void printxx(String str); 5 6 static { 7 System.
loadLibrary
庸人自扰
·
2008-01-05 16:00
暂停Windows文件保护
includetypedefDWORD(__stdcall*CPP)(DWORDparam1,PWCHARparam2,DWORDparam3);voidDisable_WFP(){HINSTANCEhmod=
LoadLibrary
wuna66320
·
2008-01-02 19:00
windows
function
测试
File
System
include
Windows API一日一练(82)
LoadLibrary
函数
<iframe align="top" marginwidth="0" marginheight="0" src="http://www.zealware.com/46860.html" frameborder="0" width="468" scrolling="
happmaoo
·
2007-12-28 06:00
html
windows
.net
qq
Blog
Windows API一日一练(82)
LoadLibrary
函数
<iframe align="top" marginwidth="0" marginheight="0" src="http://www.zealware.com/46860.html" frameborder="0" width="468" scrolling="
wapysun
·
2007-12-28 06:00
windows
实现Dll的延迟加载
但是,显式加载,需要主动调用
LoadLibrary
和GetProcAddress函数,代码会显得很啰唆,
optman
·
2007-12-26 18:00
优化
api
Google
OS
文档
dll
C# 动态调用DLL
其中要使用两个未公开的Win32 API函数来存取控制台窗口,这就需要使用动态调用的方法,动态调用中使用的Windows API函数主要有三个,即:
Loadlibrary
,GetProcAddress和
·
2007-12-25 14:00
dll
进程注入 1
应该是本身EXE的引用API全部用
LoadLibrary
,GetProcAddress来得到。
Blue_Dream_
·
2007-12-11 08:00
VC显示加载DLL
typedefint(_stdcallsqrtproc)(形参); HINSTANCEhInstance; 函数指针 sqrtproc*pFunction; 加载dll hInstance=::
LoadLibrary
jingjiwu
·
2007-12-04 09:00
Windows API一日一练(82)
LoadLibrary
函数
随着软件规模的扩大,要求的功能也是越来越多,开发人员的参与也是越来越多。因此软件的功能划分,就成为了现代软件工程的重大任务,还有软件开发的并行性也越来越重要。为了解决这些问题,大家都会看到IT硬件发展非常迅速,功能也越来越复杂,但硬件中发展明显提高在于采用IC的方式来实现复杂的功能,也就是把大部份功能集成到一起,只要给出一些引脚就可以实现产品了。而软件中有没有相同于硬件中的IC呢?我想是应有的,就
caimouse
·
2007-12-03 21:00
windows
qq
api
任务
产品
winapi
Windows API一日一练(82)
LoadLibrary
函数
原文链接:http://www.cnblogs.com/ajuanabc/archive/2007/12/03/2464206.html随着软件规模的扩大,要求的功能也是越来越多,开发人员的参与也是越来越多。因此软件的功能划分,就成为了现代软件工程的重大任务,还有软件开发的并行性也越来越重要。为了解决这些问题,大家都会看到IT硬件发展非常迅速,功能也越来越复杂,但硬件中发展明显提高在于采用IC的方
anjichan4261
·
2007-12-03 21:00
在VC6.0中使用C++访问sqlite数据库
在sqlite.org上下载得到Windows版本的sqlite,它是以sqlitedll.zip文件提供的,其中有sqlite3.def和sqlite3.dll文件,当然可以直接通过
LoadLibrary
mrcjiong
·
2007-11-28 15:00
sql
C++
String
sqlite
Microsoft
insert
上一页
40
41
42
43
44
45
46
47
下一页
按字母分类:
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
其他