dpnishant / appmon

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

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

Closed bawarkamalqader closed 2 years ago

bawarkamalqader commented 2 years 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 2 years ago

Thank you @bawarkamalqader for your contribution.