0
votes
3answers
82 views
Firefox plugin that intercepts certain HTTP requests
Is there a way to make a Firefox plugin intercept certain requests and respond to them without hitting the network?
Example: every time the browser is about to request http://www. …
1
vote
6answers
304 views
How to intercept Http traffic
I am trying to develop a C# application that will intercept an outgoing Http request and return a result to an old system. We have a legacy system that makes an Http request to a d …
2
votes
9answers
240 views
Intercept method call in Objective-C
Can I intercept a method call in Objective-C? How?
Edit:
Mark Powell's answer gave me a partial solution, the -forwardInvocation method.
But the documentation states that -forward …
2
votes
4answers
233 views
How could I transform some keypresses into other keypresses?
I have a great idea about cheating on exams. My school uses very old IDE's ( think Turbo Pascal, Turbo C++ , and other 80's ones ), and the thing I'd like to do is this :
start m …
0
votes
0answers
57 views
Qt, Getting the text when QPainter::drawText() is called
Hey,
I have a QPainter object and would like to obtain the string that is drawn whenever QPainter::drawText is called, as I would if I could connect a slot to that signal (which do …
0
votes
1answer
104 views
Intercept outgoing call in Blackberry
hi,
we are looking for a way to do the following:
user with BB enters a number (or selects a contact and clicks 'send')
our app in the background detects the call event
our app …
2
votes
1answer
87 views
Is there any way to intercept print jobs on a local Windows XP machine?
Preferably using a scripting language like Perl or Python, but if I have to go the compiled route then so be it.
Essentially what I want to do is make an addition to my company's …
2
votes
1answer
74 views
How can I intercept this constructor call in Groovy?
In a script a method receives a parameter of type File, and sends it to the constructor of File. This blows up because File doesn't have a constructor that takes another file as a …
4
votes
2answers
340 views
Intercept WM_DELETE_WINDOW on X11?
I'd like to intercept the WM_DELETE_WINDOW message that is posted to a certain selection of windows that an application I'm writing (AllTray), so that I can act on it instead of th …
7
votes
4answers
220 views
Intercept slice operations in Python
I want to imitate a normal python list, except whenever elements are added or removed via slicing, I want to 'save' the list. Is this possible? This was my attempt but it will neve …
2
votes
1answer
124 views
How can I intercept a method call in Boo?
Ruby has method_missing , Python has getattr. Does Boo offer something I can use to intercept method calls?
2
votes
5answers
190 views
Free tools for local HTTP packet sniffing/intercepting?
I'm currently using HTTP Analyzer V5 trial version which expires very soon.
Are there any [good] free tools for sniffing and inspecting the contents of HTTP packets, in a similar …
