iPromise Grandmaster Cheater
Reputation: -1
Joined: 27 Jun 2009 Posts: 529 Location: Canada
|
Posted: Sun Nov 15, 2015 9:08 pm Post subject: Intercepting Internet Requests |
|
|
So I'm trying to create an app similar to Fiddler and I was wondering what options I had to intercept internet requests from all open applications running on a Windows machine.
I have read about a method to use windows hooks to inject your DLL globally into every running application and then hook winsock functions send and recv to intercept all internet requests but that is a bit disorganized and slow for my ultimate purposes.
Are there any faster and more optimal solutions to intercept internet requests?
Thanks,
- iPromise
|
|