C#: Identify CIL methods that are stubs, and exclude them from dataflow.

This commit is contained in:
calum
2019-02-15 15:29:15 +00:00
parent 60b121008f
commit 3da8d3e82d
8 changed files with 75 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
| EmbeddedPdb.dll:0:0:0:0 | EmbeddedPdb, Version=1.0.0.0, Culture=neutral |
| PdbOnly.dll:0:0:0:0 | PdbOnly, Version=1.0.0.0, Culture=neutral |

View File

@@ -0,0 +1,5 @@
import cil::CIL
from Assembly asm
where assemblyIsStub(asm)
select asm