frida / frida-website

Frida's website
MIT License
83 stars 194 forks source link

Categorize the Javascript API page, add links to jump to referred types #178

Closed Meigyoku-Thmn closed 4 years ago

Meigyoku-Thmn commented 4 years ago

Currently every Javascript APIs are listed without categorizing, it's hard to look up what I need. So I attempted to group them into 9 categories and added link to referred types and methods (NativePointer, Int64, etc) so one can click on the type to jump to its section. javascript-api.md is a pretty large file, so hope I didn't miss anything. Thank you for this awesome toolkit!

oleavr commented 4 years ago

Thanks a lot! ❤️