Hi I have one wish list item. :)
Some way of knowing the argument stack at any given instruction. (count and what types in what order) Specifically I want to be able to inject code to save the current stack, jump elsewhere for some fun-fun action and then later return to resume the stack. (Implementing fiber support for .Net assemblies) Unsuccessfully tried to find if Cecil could currently provide this info, so I guess it can't. Br, Tedd -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jb Evain Sent: 23. mars 2010 19:50 To: [email protected] Subject: Re: [mono-cecil] Cecil.FlowAnalysis? Hey Alex, On Tue, Mar 23, 2010 at 7:34 PM, Alex Lyman <[email protected]> wrote: > Is there any chance that the refactoring is happening on a publicly-readable > branch? I'm keeping the current development private until it reaches Cecil's feature set. A few people have access to it and are helping testing it. Good news is that it's almost complete, so with some more tests, it should be publicly available in a couple of weeks at most. > Is there a wish-list for Cecil.Decompiler? Not really. It still have to undergo quite a few changes in the API. But it has some cool foundations I think. > I've recently come into > a metric load of spare time (I was nicked in the second round of layoffs at > my old company, and the job hunt seems to have stabilized to only fill about > an hour each day) I'm sorry to hear that. Good hunting :) -- Jb Evain <[email protected]> -- -- mono-cecil To unsubscribe from this group, send email to mono-cecil+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject. -- -- mono-cecil To unsubscribe from this group, send email to mono-cecil+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
