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

Replace Ram statements #10

Closed
radare opened this issue Aug 18, 2019 · 5 comments
Closed

Replace Ram statements #10

radare opened this issue Aug 18, 2019 · 5 comments

Comments

@radare
Copy link
Contributor

radare commented Aug 18, 2019

    uRam0000000100005658 = 1;

into

    [0x100005658] = 1;
@ITAYC0HEN
Copy link
Member

ITAYC0HEN commented Aug 18, 2019 via email

@radare
Copy link
Contributor Author

radare commented Aug 18, 2019 via email

@thestr4ng3r
Copy link
Member

Ideally it should be something like

*((uint64_t *)0x100005658) = 1;

And if there is a flag, it will be displayed

@radare
Copy link
Contributor Author

radare commented Aug 18, 2019 via email

@thestr4ng3r
Copy link
Member

Fixed by 3862c8b

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

3 participants