David Lindauer

Results 431 comments of David Lindauer

@claunia I had to bracket the new types in types.h with #define MY_UNSIGNED_TYPES ... new types #endif because it broke the build sigh. Also you can make szip compile with...

@chuggafan, Based on the data available in the IL I don't know if it would be possible to fix function argument names but it probably wouldn't be possible to fix...

yeah the static and dynamic constructors are named wierdly so the IL reader can find them, DotPeek would have to figure out what class they go with to figure out...

I've got something workable, my working version of occil generates code csc can recompile. But a small amount of search and replace has to be used on the dotpeek output...

had to rework since not enough stuff was being accessed with 'fixed' modifier. There are problems with passing things down via pinvoke at the moment... which got me thinking maybe...

@GitMensch I should clarify the issues with DotPeek are quite minor; a missing cast in one place (even when I explicitly put the cast into the IL code stream) and...

i got the compiler to generate code that wouldn't inspire DotPeek to generate intptr references and figured out to specify /platfrom:x86 when compiling the decompiled code with CSC, and szip...

the decompress problem was due to another bug in DotPeek (which coincidentally is also in ILSPY) but I worked around it by pulling out a compiler optimization that isn't really...

opened #581 for this. (edited as per comment below)