Skip to content

Commit

Permalink
Move packages helpers to seperate files in objection.utils.patchers.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Oct 6, 2017
1 parent eb147fc commit ecb9e72
Show file tree
Hide file tree
Showing 7 changed files with 645 additions and 620 deletions.
4 changes: 3 additions & 1 deletion objection/commands/mobile_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
import delegator
from pkg_resources import parse_version

from ..utils.packages import Github, IosGadget, IosPatcher, AndroidGadget, AndroidPatcher
from ..utils.patchers.github import Github
from ..utils.patchers.ios import IosGadget, IosPatcher
from ..utils.patchers.android import AndroidGadget, AndroidPatcher


def patch_ios_ipa(source: str, codesign_signature: str, provision_file: str, binary_name: str,
Expand Down
Empty file.
Loading

0 comments on commit ecb9e72

Please sign in to comment.