dpnishant / appmon

Documentation:
http://dpnishant.github.io/appmon
Apache License 2.0
1.55k stars 275 forks source link

Changed frida releases url in apk_builder/getlibs.sh #130

Closed bawarkamalqader closed 1 year ago

bawarkamalqader commented 1 year ago

This change is necessary since wget makes requests without waiting for javascript to execute. On github releases pages, if the list of assets is long, a request is made for retrieving the assets that will not be in the list wget would have.

The new link is a REST API link that consistently gets the assets of the latest release.

dpnishant commented 1 year ago

Thank you @bawarkamalqader for your contribution.