-
Notifications
You must be signed in to change notification settings - Fork 163
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
feat: add JSON dumping functionality to DartDumper #17
base: main
Are you sure you want to change the base?
Conversation
Converted to draft until I find time to add the structs to the json output |
Outputs classes and functions, stubs, and dissasably data sparately.
After many commits I think this is ready. Waiting for a review from you @worawit |
|
I think the json could be made manually by adding strings but no idea yet if that would create any weird issues that the json library could automatically handle, using it in as an header sounds like a more optimal solution No idea if the assembly json is really needed, I just saw it being used by your ida script. But you raise a good objection with the memory usage. Will remove and if it's needed in the future I suppose the app can just output them to stdout to be parsed.
Will see when I'm free to do the point 1 and remove the assembly json and handle the other feedback. |
No description provided.