Giter Club home page Giter Club logo

magiskdetector's People

Contributors

orstudio avatar vvb2060 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

magiskdetector's Issues

hide su file in PATH

magisk lite works,but for magisk stable 22, Can you please point to the commit how you fixed the su file path issue @vvb2060

currently in stable it says su file exists in path

MagiskDetector Service with android:isolatedProcess="true" not working with intune SDK.

Describe the bug:
I have an app which uses intune sdk for android. We want to integrate a service with with android:isolatedProcess="true" for root detection related functionality on our App.
But, android Service with android:isolatedProcess="true" not able to work with our App with already integrated Intune SDK.

We have also tried to create an separate sample App with intune and with a service having set android:isolatedProcess in Manifest. But this service is not working.

To Reproduce
Steps to reproduce the behavior:

  1. Create a sample app with service having set android:isolatedProcess in Manifest. Decleration in manifest is as below:
 <service
            android:name=".RemoteService"
            android:useAppZygote="true"
            android:isolatedProcess="true" />
  1. We are using bindService method to bind to the service. As shown below:
Intent intent = new Intent(this,IsolatedService.class);
        /*Binding to an isolated service */
        getApplicationContext().bindService(intent, mIsolatedServiceConnection, BIND_AUTO_CREATE);
  1. When running this sample, it is able to connect to isolated process and onServiceConnected() method of ServiceConnection is called.
  2. Then we have integrated the intune library with this App.
  3. When running sample app after integrating intune SDK, it is not able to run the service having set android:isolatedProcess.
    You can integrate Intune sdk and can check with these existing app which have isolated process to check this scenario: MagiskDetector
    OR
    DetectMagiskHide

Expected behavior:
It's expected that service with android:isolatedProcess flag set work normally with App which have already Intune SDK integrated. Isolated process do work with intune SDK for Android App.

We have also posted issue with Intune SDK team : microsoftconnect/ms-intune-app-sdk-android#76

Magisk 23.0版本

尝试了一下Magisk 23.0版本好像处理了这些检测, 请问有其他方式可以检测到新版本的Magisk吗? 感谢~

App crash upon opening

Device: Galaxy Note 9
Version: Android 9
Magisk: Yes
Magisk Version: 20.4

I do not have the app selected in Magisk Hide if that matters.
Heres the crashlog:

    --------- beginning of crash
? A/DEBUG: pid: 1898, tid: 1898, name: .magiskdetector  >>> io.github.vvb2060.magiskdetector <<<
? A/DEBUG:     #03 pc 00000000000017cc  /data/app/io.github.vvb2060.magiskdetector--ofBjaiE1lyaRSUDv30cYA==/base.apk (offset 0x21000)
? A/DEBUG:     #04 pc 00000000000040b0  /data/app/io.github.vvb2060.magiskdetector--ofBjaiE1lyaRSUDv30cYA==/oat/arm64/base.odex (offset 0x4000) (io.github.vvb2060.magiskdetector.Native.findMagiskdSocket [DEDUPED]+144)
? A/DEBUG:     #11 pc 000000000003a28c  /data/app/io.github.vvb2060.magiskdetector--ofBjaiE1lyaRSUDv30cYA==/oat/arm64/base.vdex (io.github.vvb2060.magiskdetector.MainActivity.onStart+148)
? W/ActivityManager: crash : io.github.vvb2060.magiskdetector,0
? W/ActivityManager:   Force finishing activity io.github.vvb2060.magiskdetector/.MainActivity
? D/AppErrorNotification: errorType : 24, process : io.github.vvb2060.magiskdetector , uid : 0
? I/ActivityManager: Process io.github.vvb2060.magiskdetector (pid 1898) has died: vis  TOP (246,2133)
? E/WindowManager: win=Window{f4fa58b u0 Splash Screen io.github.vvb2060.magiskdetector EXITING} destroySurfaces: appStopped=false win.mWindowRemovalAllowed=true win.mRemoveOnExit=true win.mViewVisibility=0 caller=com.android.server.wm.AppWindowToken.destroySurfaces:831 com.android.server.wm.AppWindowToken.destroySurfaces:812 com.android.server.wm.WindowState.onExitAnimationDone:5254 com.android.server.wm.-$$Lambda$01bPtngJg5AqEoOWfW3rWfV7MH4.accept:2 java.util.ArrayList.forEach:1262 com.android.server.wm.AppWindowToken.onAnimationFinished:2322 com.android.server.wm.AppWindowToken.setVisibility:532 

Line 148 in MainActivity looks like the issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.