在远程进程中动态搜索API函数的入口地址  

Dynamic Search Entrance Address of API Function in the Remote Process

在线阅读下载全文

作  者:张钟[1] 

机构地区:[1]重庆理工大学,重庆400054

出  处:《电脑编程技巧与维护》2013年第18期96-98,共3页Computer Programming Skills & Maintenance

摘  要:利用应用程序或远程线程函数被加载后,其进程堆栈中存有位于Kernel32.DLL中的返回地址,利用这个返回地址,可在远程进程中获取Kernel32.DLL的基地址,从而可以得到关键的2个API函数GetProcAddress和LoadLibrary的入口地址。利用这二个函数就可以在远程进程中动态装入DLL,动态搜索并取得所需要的API函数入口地址。When an application program or remote thread function is loaded, there is the return address located in Kerne132.DLL in the stack of the process . We can obtain Kerne132.DLL's base address with using the return address in the remote process and so get the entrance addresses of two key API functions of the GetProcAddress and LoadLibrary . Using these two functions in the remote process, we can dynamically load DLL , dynamically search and obtain the entrance ad- dresses the needed API function.

关 键 词:远程进程 动态搜索 API函数 入口地址 

分 类 号:TP311.1[自动化与计算机技术—计算机软件与理论]

 

参考文献:

正在载入数据...

 

二级参考文献:

正在载入数据...

 

耦合文献:

正在载入数据...

 

引证文献:

正在载入数据...

 

二级引证文献:

正在载入数据...

 

同被引文献:

正在载入数据...

 

相关期刊文献:

正在载入数据...

相关的主题
相关的作者对象
相关的机构对象