dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]Introspector snapshot of ildasm and pnet internals


From: James Michael DuPont
Subject: [DotGNU]Introspector snapshot of ildasm and pnet internals
Date: Mon, 20 Jan 2003 01:35:49 -0800 (PST)

In this directory, you will find a ntriples version
of the 
http://introspector.sourceforge.net/2003/01/19/pnet-ildasm/

The globals file, contains all the major datastructure of the pnet.
http://introspector.sourceforge.net/2003/01/19/pnet-
ildasm/_global__.tu_.ntriples.gz

These files will help the programmers of pnet in making new software.

You will see how these files can be easily processed via grep, cut.

$ grep \#strg _global__.tu_.ntriples  | cut -d\" -f2 | sort -u | grep
ILMethod
ILMethod
ILMethodCallConvFlags
ILMethodCode
ILMethodCreate
ILMethodDefinitionFlags
ILMethodFreeExceptions
ILMethodGetCallConv
ILMethodGetCode
ILMethodGetExceptions
ILMethodGetImplAttrs
ILMethodGetRVA
ILMethodGetUserData
ILMethodImplementationFlags
ILMethodIsConstructor
ILMethodIsStaticConstructor
ILMethodNewToken
ILMethodNextParam
ILMethodResolveCallSite
ILMethodSem
ILMethodSemCreate
ILMethodSemGetByType
ILMethodSemGetEvent
ILMethodSemGetMethod
ILMethodSemGetProperty
ILMethodSemGetType
ILMethodSemanticsFlags
ILMethodSetCallConv
ILMethodSetImplAttrs
ILMethodSetRVA
ILMethodSetUserData
_tagILMethod
_tagILMethodSem


Also if you are interested, you will find dumps of the data structures
of other modules :
parrot :http://introspector.sourceforge.net/2003/01/19/parrot-packdump/
m4     :http://introspector.sourceforge.net/2003/01/20/m4-builtin/
gcc    :http://introspector.sourceforge.net/2003/01/19/cppdefault.i/
raptor :http://introspector.sourceforge.net/2003/01/19/raptor-parse/



=====
James Michael DuPont
http://introspector.sourceforge.net/

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]