Advertisement
Guest User

List of APIs

a guest
Sep 13th, 2013
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. List of APIs monitored during dynamic analysis and whose frequency is used as feature
  2. android/app/Activity->openFileOutput
  3. android/app/AlertDialog$Builder->setMessage
  4. android/app/AlertDialog$Builder->setTitle
  5. android/content/ContentResolver->acquireContentProviderClient
  6. android/content/ContentResolver->delete
  7. android/content/ContentResolver->insert
  8. android/content/ContentResolver->notifyChange
  9. android/content/ContentResolver->openAssetFileDescriptor
  10. android/content/ContentResolver->query
  11. android/content/ContentResolver->registerContentObserver
  12. android/content/ContentResolver->unregisterContentObserver
  13. android/content/ContentResolver->update
  14. android/content/Context->sendBroadcast
  15. android/content/Context->startActivity
  16. android/content/Context->startService
  17. android/content/Intent->getAction
  18. android/content/Intent-><init>
  19. android/content/Intent->setDataAndType
  20. android/content/pm/PackageManager->getInstalledApplications
  21. android/content/res/AssetManager->open
  22. android/database/sqlite/SQLiteDatabase->openDatabase
  23. android/database/sqlite/SQLiteDatabase->openOrCreateDatabase
  24. android/database/sqlite/SQLiteDatabase->query
  25. android/database/sqlite/SQLiteDatabase->rawQuery
  26. android/location/LocationManager->requestLocationUpdates
  27. android/net/Uri->parse
  28. android/telephony/SmsManager->sendTextMessage
  29. android/telephony/TelephonyManager->getCallState
  30. android/telephony/TelephonyManager->getCellLocation
  31. android/telephony/TelephonyManager->getDeviceId
  32. android/telephony/TelephonyManager->getSimOperator
  33. android/telephony/TelephonyManager->getSubscriberId
  34. android/widget/Toast->makeText
  35. java/io/BufferedOutputStream->write
  36. java/io/BufferedReader->read
  37. java/io/BufferedReader->readLine
  38. java/io/BufferedWriter->write
  39. java/io/ByteArrayOutputStream->write
  40. java/io/DataOutputStream->write
  41. java/io/File-><init>
  42. java/io/FileOutputStream->write
  43. java/io/FileReader-><init>
  44. java/io/FileWriter->append
  45. java/io/FileWriter-><init>
  46. java/io/FileWriter->write
  47. java/io/InputStreamReader->read
  48. java/io/OutputStream->write
  49. java/io/OutputStreamWriter->append
  50. java/io/OutputStreamWriter->write
  51. java/io/PrintWriter->write
  52. java/io/Reader->read
  53. java/io/Writer->write
  54. java/lang/ProcessBuilder-><init>
  55. java/lang/ProcessBuilder->start
  56. java/lang/Runtime->exec
  57. java/net/HttpURLConnection->connect
  58. java/net/URI-><init>
  59. java/net/URLConnection->connect
  60. java/net/URL-><init>
  61. java/net/URL->openConnection
  62. java/net/URL->openStream
  63. java/security/MessageDigest->digest
  64. java/security/MessageDigest->getInstance
  65. java/security/MessageDigest->update
  66. java/util/Properties->getProperty
  67. java/util/zip/GZIPOutputStream->write
  68. javax/crypto/Cipher->doFinal
  69. javax/crypto/Cipher->getInstance
  70. javax/crypto/Cipher->init
  71. javax/crypto/spec/SecretKeySpec-><init>
  72. org/apache/http/client/entity/UrlEncodedFormEntity-><init>
  73. org/apache/http/client/HttpClient->execute
  74. org/apache/http/client/methods/HttpPost-><init>
  75. org/apache/http/HttpHost-><init>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement