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

request #19

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

request #19

wants to merge 9 commits into from

Conversation

anbc
Copy link

@anbc anbc commented Jan 1, 2014

fix bug and add new function

1.fix bug
1.1 In vm.py file suspend function
       the jwdp 0x0b 01 is not the suspend command,the suspend command is
       0x0b02
1.2 In command.py perform function
    change "if ctxt.shell:" to "self.shell"
2. add new function
2.1 add show method detial command "method-detail"
2.2 add show classes detail command "class-detail"
2.3 add get android dalvik support jdwp capacity command "vm-cap"
2.4 add monitor apk action command "monitor"

anbc and others added 9 commits December 30, 2013 20:30
1.fix bug
1.1 In vm.py file suspend function
       the jwdp 0x0b 01 is not the suspend command,the suspend command is
       0x0b02
1.2 In command.py perform function
	change "if ctxt.shell:" to "self.shell"
2. add new function
2.1 add show method detial command "method-detail"
2.2 add show classes detail command "class-detail"
2.3 add get android dalvik support jdwp capacity command "vm-cap"
2.4 add monitor apk action command "monitor"
1.change some bug for abstract function
2.add monitor.py file which was forgot last time
3.add new module step for "step into", "step over" and "step return" from
the code of "FreedomCoder"
1.add get program current path function ,can run andbug in any path ,and doesn't need to change the relatetion path.
2.fix the log path is in the andbug python file path.
3.found the break-datail funciton can't get the argument and various of funciton when the apk is processed by proGuard tool,because the jdwp can't get the value from dalvik. I don't know the detail reason.
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

Successfully merging this pull request may close these issues.

2 participants