Conversation
I wanted to add to rizin DWARF register numbers for CSR registers and map them to string names, so to test this I wanted to make a binary containing a bunch of them, it's certainly a bit excessive in scope (AI-written) but I like to be as extensive as possible when doing test coverage. The reason it's not too urgent/frozen is because I later found that DWARF info almost never references CSRs usually, so the corresponding code in the rizin repo is not published in a PR yet until I make sure it realistically gets used in some real world case even if it's very niche, but I will likely not find such a case and delete the code so it doesn't become a burden. In all cases I think the test binary is useful as test cases for CSR instructions coverage intendent of anything. |
No description provided.