Bad Disassembly, Sea of Red Bookmarks
See original GitHub issueTo Reproduce Steps to reproduce the behavior:
- Compile the following code in a visual studio developer command prompt with the command
cl /Zi /clr main.cpp
#include <iostream> int main() { std::cout << "Hello World" << std::endl; return 0; }
- Import the resulting program into Ghidra and run analysis
- See thousands of error bookmarks
Expected behavior It should disassemble properly and not create error bookmarks everywhere. Alternatively, it should not disassemble at all. The former is preferred.
Insert generic but IDA can do this remark here.
Attachments main.zip
Environment (please complete the following information):
- OS: Microsoft Windows [Version 10.0.22000.613]
- Java Version: 11.0.14.1
- Ghidra Version: All public versions
- Ghidra Origin: [e.g. official ghidra-sre.org distro, third party distro, locally built] All of the above
Additional context Microsoft sucks
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Bad Disassembly, Sea of Red Bookmarks - bytemeta
To Reproduce Steps to reproduce the behavior: Compile the following code in a visual studio developer command prompt with the command cl /Zi...
Read more >Red Rising Saga Quote Bookmarks - Etsy New Zealand
We are all stardust and stories!! My favourite quote is now on a bookmark I am so happy with it!! Purchased item: The...
Read more >Thirty-One Bookmarks for sale - eBay
Great deals on Thirty-One Bookmarks. Get cozy and expand your home library with a large online selection of books at eBay.com. Fast &...
Read more >Amazon.com : Oriental Carpet Bookmarks - 3 designs
Oriental Carpet Bookmarks - Antique Red Collection - 3 designs - Beautiful, Elegant, Woven Cloth Bookmarks! Best Gifts & Stocking Stuffers for Men,Women ......
Read more >Does anybody put bookmarks on their favorite page after ...
I have been reading books since I was a small kid and as a result of that I have many, MANY favourite books....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
An update to the parsing of the .Net data structures is nearing closure. The CLR processor is almost complete. Can’t promise a hard date or that it will be in 10.2, but is on the near term list to finish up.
I see the issue. It is mixed .NET Managed code and native code. I have a prototype fix that should work for both the upcoming patch release, and master.
We’re in the process of fully supporting .NET code in the near future.