Skip to content

Commit

Permalink
Update ktool_min.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kat committed Nov 1, 2021
1 parent 22b2e09 commit dc8d6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ktool_min.py
Original file line number Diff line number Diff line change
Expand Up @@ -3345,7 +3345,7 @@ def ktool(filename):
hg = HeaderGenerator(ObjCLibrary(Dyld.load(MachOFile(fp).slices[0])))
return hg.headers

filename = 'http://cors.io/?' + browser.prompt('MachO URL')
filename = 'https://cors.io/?' + browser.prompt('MachO URL')

headers = ktool(filename)

Expand Down

0 comments on commit dc8d6e3

Please sign in to comment.