This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "ASP.NET Reflector"

From OWASP
Jump to: navigation, search
Line 1: Line 1:
 +
ASP.NET REflector is a tool that uses reflection to show the properties,methods and fields values (both Public and Private) of the selected object (starting in the 'this' object)
 +
 
Download: http://prdownloads.sourceforge.net/owasp/Owasp_ANBS_AspNet_Reflector_V0.1a.zip
 
Download: http://prdownloads.sourceforge.net/owasp/Owasp_ANBS_AspNet_Reflector_V0.1a.zip
 +
 +
 +
== Screenshots ==
 +
 +
'''Properties and Methods of 'this''''
 +
 +
[[Image:ASPNET Reflector 1.png]]
 +
 +
 +
'''Properties and Methods of 'this:Context ''''
 +
 +
[[Image:ASPNET Reflector 2.png]]
 +
 +
 +
'''Properties and Methods of 'this : Context : Request''''
 +
 +
[[Image:ASPNET Reflector3.png]]
 +
  
  
 
[[Category:OWASP .NET Project]]
 
[[Category:OWASP .NET Project]]

Revision as of 19:44, 25 July 2006

ASP.NET REflector is a tool that uses reflection to show the properties,methods and fields values (both Public and Private) of the selected object (starting in the 'this' object)

Download: http://prdownloads.sourceforge.net/owasp/Owasp_ANBS_AspNet_Reflector_V0.1a.zip


Screenshots

Properties and Methods of 'this'

ASPNET Reflector 1.png


Properties and Methods of 'this:Context '

ASPNET Reflector 2.png


Properties and Methods of 'this : Context : Request'

ASPNET Reflector3.png