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

Extend memory value declaration syntax in config file #42

Open
phil777 opened this issue Oct 5, 2017 · 0 comments
Open

Extend memory value declaration syntax in config file #42

phil777 opened this issue Oct 5, 2017 · 0 comments

Comments

@phil777
Copy link
Member

phil777 commented Oct 5, 2017

Make it possible to use quoted strings, if possible with escapes, and that can be concatenated with ||

mem[0x10000] = "my string"
mem[0x20000] = "my string terminated with zero\x00"
mem[0x30000] = "my string terminated with zero too"|00|
mem[0x40000] = "abcd"|646566|"efgh\x00"

Also make it possible to add !all to taint the whole memory zone.

@phil777 phil777 added the task label Oct 5, 2017
@phil777 phil777 added this to the v0.8 milestone Oct 5, 2017
@trou trou modified the milestones: v0.8, v0.9 Dec 11, 2017
@trou trou modified the milestones: v0.9, v1.0 Jun 29, 2018
@trou trou modified the milestones: v1.0, v1.1 Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants