Skip to content

Commit

Permalink
upload files to device
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Nov 30, 2023
1 parent 3186700 commit 19f8ade
Show file tree
Hide file tree
Showing 10 changed files with 493 additions and 906 deletions.
6 changes: 6 additions & 0 deletions mobsf/DynamicAnalyzer/forms.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"""File upload to iOS form."""
from django import forms


class UploadFileForm(forms.Form):
file = forms.FileField()
389 changes: 0 additions & 389 deletions mobsf/DynamicAnalyzer/tools/onDevice/xposed/hooks.json

This file was deleted.

Loading

0 comments on commit 19f8ade

Please sign in to comment.