0

When I connected the Android with meterpreter it shows the operating system as "Android/Dalvik" what does that mean?

Saket
  • 3

1 Answers1

1

As answered in the comments, Dalvik is the original android JIT just in time, java compiler and run time environment. It's what compiled into machine code and ran android applications (apks). It was replaced in android 5.0 with ART.

Meta sploit simply hasn't made changes to address this change, and has left some strings that call it the wrong thing.

cde
  • 449
  • 3
  • 11