Skip to content

A blog about learning how to use the Frida dynamic instrumentation toolkit with Android

License

Notifications You must be signed in to change notification settings

nibarius/learning-frida

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning-frida

A blog about learning how to use the Frida dynamic instrumentation toolkit with Android

Building Jekyll locally

cd docs
bundle exec jekyll serve

More details on Testing your GitHub Pages site locally with Jekyll

Updating gems / GitHub pages version

  • Look at https://pages.github.com/versions/ to see which versions GitHub Pages uses
  • If there is a new version of github-pages, update docs/Gemfile with the new version, then run bundle update github-pages
  • Update docs/Gemfile with new versions for other dependencies if needed.
  • Run bundle update
  • Run bundle exec jekyll serve and check that everything seems to be working (running this also updates the Gemfile.lock file)

Useful commands:

  • All gems bundle update
  • One particular gem bundle update github-pages

About

A blog about learning how to use the Frida dynamic instrumentation toolkit with Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published