Skip to content
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

correct td command quotation mark position #96

Open
superewald opened this issue Jan 5, 2023 · 1 comment
Open

correct td command quotation mark position #96

superewald opened this issue Jan 5, 2023 · 1 comment

Comments

@superewald
Copy link

The example of loading types from string at Loading Types seems to have wrong quotation marks.

[0x000051c0]> "td struct foo {char* a; int b;}" does nothing for me (using rizin 0.5.0 @ windows-x86-64).
[0x000051c0]> td "struct foo {char* a; int b;}" works (note the quotation mark being moved after td command).

@XVilka
Copy link
Member

XVilka commented Jan 5, 2023

Yes, you are right, it's a consequence of transitioning to the new command parser:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants