mirror of
https://github.com/mandiant/capa.git
synced 2026-01-06 17:53:59 -08:00
feat: start dotnet detection (#955)
* feat: start dotnet detection * Apply suggestions from code review Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com> * refactor: dn instead of dotnet * refactor: format branches, extractor reorg * refactor: format selection and dotnet detect * feat: get format, arch, os * refactor: log errors and exceptions * ci: also test and build for dotnet-main dev * fix: import path * fix: circular dep * fix: remove buf argument feat: get runtime meta data * fix: log unsupported runtime error * fix: type ignore Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -2,9 +2,9 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ master, dotnet-main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ master, dotnet-main ]
|
||||
|
||||
# save workspaces to speed up testing
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user