jail-monkey

A React Native library for identifying if a phone is rooted or mocking locations

MIT License

Downloads
204.7K
Stars
544
Committers
35

Bot releases are visible (Hide)

jail-monkey - v2.8.0 Latest Release

Published by levibuzolic almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/GantMan/jail-monkey/compare/v2.7.0...v2.8.0

jail-monkey - v2.7.0

Published by levibuzolic over 2 years ago

What's Changed

Minor

Example project

New Contributors

Full Changelog: https://github.com/GantMan/jail-monkey/compare/v2.6.0...v2.7.0

jail-monkey - v2.6.0

Published by levibuzolic about 3 years ago

  • @brockdub Add additional checks against ABypass, FlyJB, Liberty, TweakInject, etc b0e7e3a - #99

https://github.com/GantMan/jail-monkey/compare/v2.5.0...v2.6.0

jail-monkey - v2.5.0

Published by levibuzolic over 3 years ago

  • Add jailbroken message for iOS #97 @fauzzi

https://github.com/GantMan/jail-monkey/compare/v2.4.2...v2.5.0

jail-monkey - v2.4.2

Published by levibuzolic over 3 years ago

  • @levibuzolic fix issue with isJailBroken on early versions of iOS 14 - #98

https://github.com/GantMan/jail-monkey/compare/v2.4.0...v2.4.2

jail-monkey - v2.4.0

Published by levibuzolic over 3 years ago

Changes

  • @brockdub Update JailMonkey.m with new checks (paths, symlinks, dylibs, forking) 6809ea3
  • @levibuzolic Always default to false for each synchronous call 884682b
  • @levibuzolic Bump Android minSdk to 21 inline with React Native 0.64 6d58460

Dependencies

  • @el173 Bump rootbeer package to latest (0.0.9) 808d021
  • @dependabot Bump ini from 1.3.5 to 1.3.7 cbd9c2d
  • @dependabot Bump dot-prop from 4.2.0 to 4.2.1 7c4104a
  • @dependabot Bump lodash from 4.17.19 to 4.17.21 b4d121f
  • @dependabot Bump hosted-git-info from 2.5.0 to 2.8.9 a5b5998

https://github.com/GantMan/jail-monkey/compare/v2.3.4...v2.4.0

jail-monkey -

Published by Droidking18 over 3 years ago

  • Merge pull request #87 from Droidking18/master ca62571
  • Prevent null reference on packageManager.getInstalledApplications 2492b47
  • Merge pull request #83 from adamivancza/apple_silicon_support 45ed8ff
  • Disabling jailbreak checks when app is running on Apple Silicon cee6cbe
  • Merge pull request #79 from GantMan/improve-docs-fix-types ce73337
  • Update Flow and TS types and ensure the JS confirms to those types f0c1c81
  • Removed unused index.js file in root, all code points to jailmonkey.js f2f5e08
  • This module doesn’t appear to be used, this logic is duplicated in isDebuggedMode 262dcd6
  • Merge pull request #75 from GantMan/react-core-podspec d5b29c5
  • Use correct React dependency in podspec e21a472
  • Merge pull request #74 from GantMan/upgrade-rootbeer 54902d3
  • Upgrade rootbeer package to latest (0.0.8) fa17b2a
  • Merge pull request #72 from mateosilguero/patch-1 e969a0a
  • Update JailMonkey.m fb73aac

https://github.com/GantMan/jail-monkey/compare/v2.3.3...v2.3.4

jail-monkey - 2.3.3

Published by levibuzolic about 4 years ago

  • Added macro to bypass check on simulators #57 @chhourbro
  • Fixed support for android mock location detection on versions Marshmallow and above #65 @nzankich
  • Fixed incorrect flow and typescript type definitions #67 @crafterm
jail-monkey - 2.3.2

Published by levibuzolic about 4 years ago

  • Fix bug: isDebuggedMode function does not work on iOS #59 @tangten
jail-monkey - 2.3.0

Published by levibuzolic about 4 years ago

  • Fix build on Android 0.59.9 #46 @zuccha
  • Return promises from methods, add type definitions and code improvements #49 @DanthonyPabon
  • Check root without busybox for all devices #54 @grit96
jail-monkey - 2.2.0

Published by GantMan over 5 years ago

Commits:

  • Update README.md 2f93b10
  • Merge pull request #43 from puskin94/fix/hookDetectionStaticFunctions 95169ab
  • the methods should stay static f9b3f4d
  • Merge pull request #42 from puskin94/feature/readmeUpdateNewMethods c60ed44
  • updated the README file with new methods defbf69
  • Merge pull request #40 from puskin94/feature/isDebugged 6179c27
  • Merge branch 'master' into feature/isDebugged 04e660e
  • Merge pull request #39 from puskin94/feature/hookDetected 30eaecc
  • Merge pull request #38 from puskin94/feature/jailbreakPathsToCheck 9d62aa0
  • added missing bridge ce27766
  • added the hookDetection 7655eef
  • added missing libraries 217fa72
  • added the android part f5f46a9
  • added the missing bridge aabd138
  • removed the old reference and added the missing library d69f4d9
  • added the ios part 7036370
  • expanded the list of files to check in order to better distinguish if an iPhone is jailbroken or not c38ad82