473,609 Members | 1,831 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Automatic code injection/invocation. Does it exist?

Hi everybody.

I don't know if this is possible, but I am looking for a way to
automatically inject code.

I would like to fire a Debug.Writeline () automatically when a method is
invoked and when the method exists.

Anybody knows if this is at all possible? Or is any other variant possible ?
Is custom attributes a way to go?

Basically I want a similar behaviour as ServicedCompone nt class with its
[Autocomplete] attribute:
It does one thing if all goes well and another thing if exceptions occurs?

Any ideas anybody...

thank anyway!
Bobben
Nov 16 '05 #1
2 4707
Bobben,

Basically, you are looking for something like Aspect Oriented
Programming. While AOP offers you other ways to weave aspects, the basic
mechanism that you are looking for is method interception. .NET does offer
something like this, using Context-bound objects. However, there is a price
to pay for it.

A good article to read on this is on MSDN, titled "Decouple Components
by Injecting Custom Services into Your Object's Interception Chain", located
at (watch for line wrap):

http://msdn.microsoft.com/msdnmag/is...T/default.aspx

It will show you how to do exactly what you want.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"bobben" <bo****@nospam. com> wrote in message
news:uw******** ******@TK2MSFTN GP11.phx.gbl...
Hi everybody.

I don't know if this is possible, but I am looking for a way to
automatically inject code.

I would like to fire a Debug.Writeline () automatically when a method is
invoked and when the method exists.

Anybody knows if this is at all possible? Or is any other variant possible
?
Is custom attributes a way to go?

Basically I want a similar behaviour as ServicedCompone nt class with its
[Autocomplete] attribute:
It does one thing if all goes well and another thing if exceptions occurs?

Any ideas anybody...

thank anyway!
Bobben

Nov 16 '05 #2
> "bobben" <bo****@nospam. com> wrote in message
news:uw******** ******@TK2MSFTN GP11.phx.gbl...
I don't know if this is possible, but I am looking for a way to
automatically inject code.

I would like to fire a Debug.Writeline () automatically when a method is
invoked and when the method exists.

Anybody knows if this is at all possible? Or is any other variant possible ? Is custom attributes a way to go?

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c om> wrote in message news:ee******** *****@tk2msftng p13.phx.gbl...
Basically, you are looking for something like Aspect Oriented
Programming. While AOP offers you other ways to weave aspects, the basic
mechanism that you are looking for is method interception. .NET does offer something like this, using Context-bound objects. >


Yep. Something like, but more general, called Program Transformations ,
which replace specified source patterns with others source patterns.
In Bobben's case, he wants to replace the method head with the
same method head and added instrumentation . See
http://www.semanticdesigns.com/Produ...ransformations
for more information on this.

See http://www.semanticdesigns.com/Products/TestCoverage for a whitepaper
showing exactly how to use program transformations to insert instrumentation
probes just like this.
--
Ira D. Baxter, Ph.D., CTO 512-250-1018
Semantic Designs, Inc. www.semdesigns.com

Nov 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2012
by: Dariusz | last post by:
I have been reading a little that you should secure your PHP code to prevent SQL injection into a database (MySQL in my instance), mainly by checking the type of data to be put into a database, and if text, to addslashes() the data. What I have not managed to find out, is does SQL injection threaten the input of data into a database, ie a guestbook, or the reading of a database where the user would not know if the data is being read from...
6
1305
by: Sati | last post by:
Hi All, Does anyone know how to clean a asp application from a virus that converts labels with the word 'Insurance' into link button to a web page. It also injects text in the textbox when the textbox.text has any reference to this 'insurance' word. I am using custom controls on custom page. This injection seems to be occurring after the pre-render event.
1
1494
by: sati | last post by:
Thanks.. Since my last post, I have identified a few more facts on this case. This code injection occurs in the client browser. The Web server seems to be sending correct page. So far, I have identified just one user machine that seems to be infected. Even in the client machine, if we look at the html source code, this injection code does not exist. If this is true than I have no way of knowing how the page is getting
1
1846
by: Prasanth Nair | last post by:
hi, When I add the following in struts-config.xml, I am getting the below mentioned error while starting the server. /***********************Struts entry**********************/ <plug-in className="org.apache.struts.validator.ValidatorPlugIn"> <set-property property="pathnames" value="/WEB-INF/validator-rules.xml, /WEB-INF/validation.xml"/>
58
4636
by: Jorge Peixoto de Morais Neto | last post by:
I was reading the code of FFmpeg and it seems that they use malloc just too much. The problems and dangers of malloc are widely known. Malloc also has some overhead (although I don't know what is the overhead of automatic variable sized arrays, I suspect it is smaller than that of malloc), although I'm not too worried about it. I was thinking that, with C99's variable length arrays, malloc shouldn't be needed most of the time. But I'm...
2
2212
by: Sudhakar | last post by:
A) validating username in php as part of a registration form a user fills there desired username and this is stored in a mysql. there are certain conditions for the username. a) the username should only begin either letters or numbers, and Underscore character example = user123, 123user, u_ser123, user_123 = completely case insensitive
14
2359
by: morebeer | last post by:
I got the same problem, hundreds of SQL tables been infected with this malicious javascript code. But although closing the original injection leak and also having replaced all strings in all tables, my tables being infected again and again. I already checked all stored procedures but couldn't find anything suspicious. Any help how to get rid of this f* malware is highly appreciated!!!
25
2645
by: sidd | last post by:
In the following code: int i = 5; ---it goes to .data segment int j; ---it goes to bss segment int main() { int c; int i = 5; ---stack
34
3661
by: =?ISO-8859-1?Q?Marcel_M=FCller?= | last post by:
Hi, is there a way to avoid the automatic copy constructor generation. I do not want the object to be non-copyable. I simply do not want that copying is done by the default copy constructor. But there is a constructor that accepts the base class. This one should be used for copying. In fact i have a set of classes with a common abstract base. The implementations do not have own data members. They only implement
0
8091
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8579
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8555
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8408
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7024
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6064
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5524
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4032
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2540
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.