Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds an opcode count stat to the disassembler #2137

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Adds an opcode count stat to the disassembler

1ed2925
Select commit
Loading
Failed to load commit list.
Open

Adds an opcode count stat to the disassembler #2137

Adds an opcode count stat to the disassembler
1ed2925
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / InspectCode succeeded Dec 12, 2024 in 9s

3 new alerts

New alerts in code changed by this pull request

  • 3 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 28 in DMDisassembler/DMProc.cs

See this annotation in the file changed.

Code scanning / InspectCode

Possible 'null' assignment to non-nullable entity Warning

Possible 'null' assignment to non-nullable entity

Check warning on line 29 in DMDisassembler/DMProc.cs

See this annotation in the file changed.

Code scanning / InspectCode

Possible 'System.NullReferenceException' Warning

Possible 'System.NullReferenceException'

Check warning on line 30 in DMDisassembler/DMProc.cs

See this annotation in the file changed.

Code scanning / InspectCode

Use null check pattern instead of a type check succeeding on any not-null value Warning

Use not null pattern instead of a type check succeeding on any not-null value