cfcohen

Results 18 comments of cfcohen

So I recently built Trizbort with the Linux Mono under Ubuntu 20.10, using the Ubuntu 20.04 version of Mono from [here](https://www.mono-project.com/download/stable/#download-lin-ubuntu). This version of Mono provided a more current version...

Following up on my previous comment, Trizbort appears to rely on gdi32.dll:CopyEnhMetaFile(), gdi32.dll:DeleteEnhMetaFile() in UI/Mainform.cs. This is probably a case where Windows Enhanced MetaFile (EMF) support should be conditionally disabled...

Great. I'll start fixing what I can and submit some pull requests for your consideration. You'll probably need to review them carefully since I'm not really that familiar with C#...

So this has been pretty frustrating. I had originally expected a lot of failures kind of like the "no Wingdings font problem". In other words, the software was originally written...

Thank you for taking the time to respond to my comments. You wrote: > The viewport scaling mode affects everything (including the GUI) and uses nearest-neighbor filtering, making it unsuitable...

We will look for VBTables as well as VFTables, even without the assistance of RTTI. The relevant code can be found here: https://github.com/cmu-sei/pharos/blob/master/libpharos/ooanalyzer.cpp#L754 https://github.com/cmu-sei/pharos/blob/master/libpharos/ooanalyzer.cpp#L687 https://github.com/cmu-sei/pharos/blob/master/libpharos/vftable.cpp#L1 The general heuristic is to...

Thanks, your report has uncovered a number of bugs, and we've corrected some of them (public commit hopefully later today). You can find the cause of the "invalidity" with a...

So it turns out that the Offset2 field is (surprise!) an OFFSET. I'm not sure how I ended up with code that attempts to validate this field against an expected...

So I've determined that the rules here are too restrictive for your example: https://github.com/cmu-sei/pharos/blob/master/share/prolog/oorules/initial.pl#L99 Specifically, the first rule that reasons about additional entries in the table (after offset zero) failed...

ThisPtrAllocation facts... https://github.com/cmu-sei/pharos/blob/af54b6ada58d50c046fa899452addce80e9ce8da/share/prolog/oorules/facts.pl#L123 On Sun, Feb 13, 2022, 11:30 AM sei-eschwartz ***@***.***> wrote: > My plan here is to disable reasonClassRelatedMethod_B for objects on the > stack (and maybe globals?)....