We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example: newarr uint8[] instead of newarr [mscorlib]System.Byte[]
newarr uint8[]
newarr [mscorlib]System.Byte[]
https://gitflic.ru/project/smallsoft/ciltools/commit/ad90b7cf3608f387fe7e2bba3f0ed74b2a3157eb https://gitflic.ru/project/smallsoft/ciltools/commit/67a67a773bd71fd3e1c4cdfa30fc5dd175c5ed17
The text was updated successfully, but these errors were encountered:
Fix disassembling TypeSpec when it appears in array type
ad90b7c
Issue: #147
Fix disassembling of pointer-to-pointer types
67a67a7
Fix disassembling of pointer-to-pointer types when used as operand of instruction Issue: #147
No branches or pull requests
For example:
newarr uint8[]
instead ofnewarr [mscorlib]System.Byte[]
https://gitflic.ru/project/smallsoft/ciltools/commit/ad90b7cf3608f387fe7e2bba3f0ed74b2a3157eb
https://gitflic.ru/project/smallsoft/ciltools/commit/67a67a773bd71fd3e1c4cdfa30fc5dd175c5ed17
The text was updated successfully, but these errors were encountered: