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
Dinis.cruz (talk | contribs) |
(Reverting to last version not containing links to s1.shard.jp) |
||
(8 intermediate revisions by 3 users not shown) | |||
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) | 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 Owasp ANBS AspNet Reflector V0.1a] |
Latest revision as of 12:50, 3 June 2009
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: Owasp ANBS AspNet Reflector V0.1a
Screenshots
Properties and Methods of 'this'
Properties and Methods of 'this:Context '
Properties and Methods of 'this : Context : Request'