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

Taint argvs, recv, fread #16

Closed
0ca opened this issue Aug 31, 2016 · 1 comment
Closed

Taint argvs, recv, fread #16

0ca opened this issue Aug 31, 2016 · 1 comment
Assignees
Milestone

Comments

@0ca
Copy link
Collaborator

0ca commented Aug 31, 2016

It could be veeery useful to automatically taint all the possible user inputs.

0ca pushed a commit that referenced this issue Sep 1, 2016
@0ca
Copy link
Collaborator Author

0ca commented Sep 1, 2016

Tainting args is working now:
image

It is a bit tricky because every time we are accesing memory from the IDA plugin we need to use the IDA API to read memory.

I also defined some global variables we could add to the configuration #15:

#define TAINT_ARGV true
#define TAINT_ARGC true
#define SKIP_ARGV0 true
#define TAINT_END_OF_STRING false

@illera88 illera88 added this to the v0.1 milestone Sep 8, 2016
@0ca 0ca self-assigned this Sep 12, 2016
@illera88 illera88 modified the milestones: v0.2, v0.1 Sep 12, 2016
@illera88 illera88 modified the milestones: v0.2, v0.3 Oct 15, 2016
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