Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.52 KB

XML.md

File metadata and controls

24 lines (16 loc) · 1.52 KB

Anything related to XML


PROBLEM 1

Was thinking that speedy-backend returns XML and that I am playing around with flutter to parse but have lots of trouble. So I decided to convince my stubborn self to look at the docs. 

This is probably the culprit that helps displays the formatted code without the DOMParser in a browser since there are a lot more information in the returned XML. 
If we can parse properly either using Ghidra's very own parser or customizing one XD, we can also highlight syntax and make that part of settings for the future. 

So below shows link(s) hoping it can help decide how to highlight syntax and even do the renaming shiet.