Discussions under General


Welcome to the CCI Code and AST components project discusion board.

This is a forum for asking questions and making suggestions. When a thread regarding a question has run its course, please consider adding the original question and a concise answer to the Frequently asked questions topic of the Home tab. If the answer to a question is that you've discovered a bug, please go to the Issue Tracker tab and add a bug report. When a thread regarding a suggestion has run its course, please consider adding a work item in the Issue Tracker with a summary of the suggestion.

pe2pe output not deterministic?

first post: BadCorporateLogo wrote: I frequently disassemble my rewritten assemblies (using ildasm) to...

latest post: hermanv wrote: It would be nice if rewriting a decompiled assembly produced the sa...

Adding support for postfix/prefix decrement/increment and so on.

first post: hermanv wrote: As of changeset 67463 the Code Model has some new properties and ...

Failing to load .NET core libraries

first post: perelman wrote: I am trying to do a code analysis task which involves using the bo...

latest post: hermanv wrote: Changeset 67429 should fix the crash for you.

CodeDeepCopier doesn't seem to support mixed assemblies

first post: larryssmith wrote: I tried the PeToPe.exe example on a bunch of different exes and dll...

latest post: hermanv wrote: I don't know, but that was supposed to a scenario for them. Better ...

Replacing the body of a property setter using the CodeRewriter

first post: fchapa wrote: I am new to this. I am trying to change the body of a property usin...

latest post: fchapa wrote: Thanks Herman. Your suggestions really helped me understand CCI bet...

How to use CCI AST to compare dlls

first post: dzhao wrote: Hi, I want to get the difference information between current versi...

latest post: dzhao wrote: Thanks a lot, Herman, and sorry for ambiguous. I worked on a regre...

Can CCI be used for profiling?

first post: jasperpaul wrote: Hi, I am profiling Asp.Net applications. I use the .Net profiling...

latest post: EricCosky wrote: Thanks for the very interesting sample. I was looking into what mig...

Add a localDefinition to the current Scope

first post: Gambid wrote: Hi, I am new to the Cci and I am trying to implement a lock block ...

latest post: Gambid wrote: Sorry for this whole last thing :( I found the mistake. Nothing is ...

anonymous delegates

first post: slurckoduck wrote: Hi! I'm trying to generate a piece of code, but I can't make it ...

latest post: hermanv wrote: The error is quite specific and should only show up if you are tryi...

Can I import Type from external libaries

first post: kirandeluxe wrote: I wonder whether this is possible: Suppose I have an assembly with...

latest post: kirandeluxe wrote: Thanks for quick reply. I was just a bit curious. As u said this i...