由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - A question
相关主题
谁知道ECLIPSE和WTP倒底啥关系? (转载)有没有根据 model 类自动生成 html form的工具?
关于Kafka,一个log数据处理的问题c, socket 问题
大家在linux下面用什么C++的IDE呢?[转载] 在CGI程序中有何好方法返回HTML
准备面试一个java-based position,有什么书推荐一下?网络程序问题
How difficult is it to write your own sprintf ?Refactoring long class step by step (1)
Google员工给的api talkHow to minitor all windows API call for w3wp.exe of IIS?
bad news:Oracle wins, Google loses in copyright ruling on J (转载)Windows Thread API
选择 WCF 还是 ASP.NET WebApiTechnology Preview of Qt for Win CE
相关话题的讨论汇总
话题: form话题: windows话题: question话题: net
进入Programming版参与讨论
1 (共1页)
C********r
发帖数: 145
1
This maybe a silly question.
Is it possible to monitor an application(.Net Windows Form)'s actions(such
as window open, button click, etc) from another program? There is a button
click on a form which will submit data into database, in my program I would
like to automatically run logic to pull the data submitted into database by
that click, how can I hack into the third party application? We don't have
the rights to modify the .Net Windows Form application.
b*******s
发帖数: 5216
2
hook apis
C********r
发帖数: 145
3
Thanks for pointing me to this direction. I googled and found some articles
about API hooking. It seems complicated to my level. I will need some time
to research and understand how to use API Hooking.
I realize there are many ways to achieve API hooking. For my situation, what
would be the easiest and best approach? The application I would like to spy
on is a client-server application, it's hard to get the vendor to modify
their software to meet our changing requirements so sometimes it would be
nice if we can monitor some of it's events and add our customized actions.
The clients are deployed through multiple citrix servers and we use Windows
2008 server. We just want to add some actions but don't want to alter or
omit the appliactions's behavior/actions.
Thanks for your advice and help! I am not an good programmer(I don't do a
lot programming), and don't know too much about windows APIs.
1 (共1页)
进入Programming版参与讨论
相关主题
Technology Preview of Qt for Win CEHow difficult is it to write your own sprintf ?
程序速读指南Google员工给的api talk
一个VC++的问题bad news:Oracle wins, Google loses in copyright ruling on J (转载)
Question of building apache module.选择 WCF 还是 ASP.NET WebApi
谁知道ECLIPSE和WTP倒底啥关系? (转载)有没有根据 model 类自动生成 html form的工具?
关于Kafka,一个log数据处理的问题c, socket 问题
大家在linux下面用什么C++的IDE呢?[转载] 在CGI程序中有何好方法返回HTML
准备面试一个java-based position,有什么书推荐一下?网络程序问题
相关话题的讨论汇总
话题: form话题: windows话题: question话题: net