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

Pickpocket mode fails - dump() requires 2 arguments #53

Closed
bryannolen opened this issue May 4, 2012 · 1 comment
Closed

Pickpocket mode fails - dump() requires 2 arguments #53

bryannolen opened this issue May 4, 2012 · 1 comment

Comments

@bryannolen
Copy link

This can be fixed with a small patch

just before the call to memdump.dump() in pickpocket.py add the lines

        start = settings.startaddress
        end = settings.memsize

and then change the call from dump() to dump(start,end)

Might cause other issues, worked in my limited testing....

@carmaa
Copy link
Owner

carmaa commented May 4, 2012

Thanks for pointing that out. Patch coming up soon.

On May 3, 2012, at 8:39 PM, bryannolenreply@reply.github.com wrote:

This can be fixed with a small patch

just before the call to memdump.dump() in pickpocket.py add the lines

       start = settings.startaddress
       end = settings.memsize

and then change the call from dump() to dump(start,end)

Might cause other issues, worked in my limited testing....


Reply to this email directly or view it on GitHub:
#53

@carmaa carmaa closed this as completed in a81d3fb May 4, 2012
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