Commit Graph

  • fca5f2eff5 Fix crypto js and add the automatic tracing in the db master ping2A 2024-11-20 09:14:56 +0100
  • c0866b0163 Merge branch 'master' of github.com:NevercodeHQ/androguard into sync #1089 Priit Lätt 2024-11-14 15:56:06 +0200
  • f8daa928e3 Format all python files with black + isort ping2A 2024-11-05 11:00:52 +0100
  • 8847ef1be9
    Merge pull request #1050 from androguard/sign ping2A 2024-11-05 10:54:47 +0100
  • a0f62e31ba
    Merge pull request #1087 from androguard/compactResources ping2A 2024-11-05 10:53:13 +0100
  • 38081ef5a4 update canonical #1050 sign erev0s 2024-11-04 11:55:38 +0200
  • e5ac978c59 update path for test #1087 compactResources erev0s 2024-11-01 16:26:04 +0200
  • 9b7c1a4248 added apk for test erev0s 2024-11-01 11:05:41 +0200
  • 60ac4ec091 properly cover compact entries with test erev0s 2024-11-01 09:22:17 +0200
  • 43552374bf first attempt to introduce compact flag for ResTable_entry and FLAG_OFFSET16 for ResTable_type erev0s 2024-07-21 12:11:43 +0300
  • ca26897594 Revert "Fix syntax + dynamic part" erev0s 2024-11-02 17:25:54 +0200
  • e971c60195 update path for test #1086 erev0s 2024-11-01 16:26:04 +0200
  • a2386596fa resolves 1066 erev0s 2024-11-01 16:18:24 +0200
  • 54306f2df3 properly cover compact entries with test erev0s 2024-11-01 09:22:17 +0200
  • 30d220db7c first attempt to introduce compact flag for ResTable_entry and FLAG_OFFSET16 for ResTable_type erev0s 2024-07-21 12:11:43 +0300
  • cc01fa380e added apk for test #1085 erev0s 2024-11-01 11:05:41 +0200
  • f705b0f8be properly cover compact entries with test erev0s 2024-11-01 09:22:17 +0200
  • e73ee65fc9 Fix syntax + dynamic part syntax.dynamic-branch Ping2A 2024-10-31 15:50:52 +0100
  • 328a482da8 Modify | axml update android14 features, TABLE_TYPE_FLAG_OFFSET16\ FLAG_COMPACT #1084 liukun20 2024-10-17 17:14:32 +0800
  • 3931a45ca4
    Make compute_end fall back to self.head if no match is found (#1082) aitviid 2024-10-05 06:50:12 +0000
  • d1e602c1aa
    Fix empty catch_type in catch nodes (#1080) aitviid 2024-10-05 06:49:51 +0000
  • df7f183150 Make compute_end fall back to self.head if no match is found #1082 aitviid 2024-09-30 19:21:13 +0200
  • 3a2d108ab0 Ensure nodes in the same catch edge inherit non-empty catch_type from each other #1080 aitviid 2024-09-24 19:19:43 +0200
  • e58ea463b8 Call set_catch_type on both nodes to ensure the attribute is not empty aitviid 2024-09-24 19:15:30 +0200
  • c2f6cd9bbc
    Merge branch 'master' into sign erev0s 2024-09-23 09:02:34 +0300
  • 7d36216084 update to remove oscrypto erev0s 2024-09-23 08:59:10 +0300
  • da5c1dd8ef
    Convert androguard.decompiler.dast functions into instance or static methods (#1077) aitviid 2024-09-21 13:36:00 +0000
  • 541c27390b
    Merge pull request #1078 from androguard/empty_element_name erev0s 2024-09-21 16:07:49 +0300
  • d7b6f6d6fc missing permissions -> info log #1078 erev0s 2024-09-21 16:03:53 +0300
  • 4355165d8a fix case with empty element name erev0s 2024-09-21 16:02:29 +0300
  • 3ace2ce25f Convert array_access into a static method #1077 aitviid 2024-09-20 23:13:11 +0200
  • 54980f92de Convert array_creation into a static method aitviid 2024-09-20 23:12:40 +0200
  • c85793eafd Convert array_initializer into a static method aitviid 2024-09-20 23:12:06 +0200
  • f1ac2a94c4 Convert assignment into a static method aitviid 2024-09-20 23:11:27 +0200
  • 6b50584ce7 Convert binary_infix into a static method aitviid 2024-09-20 23:10:41 +0200
  • e1eb6a2114 Convert cast into a static method aitviid 2024-09-20 23:09:56 +0200
  • a85a456862 Convert field_access into a static method aitviid 2024-09-20 23:08:52 +0200
  • e5e8eeef42 Convert literal into a static method aitviid 2024-09-20 23:08:01 +0200
  • 95a82758b4 Convert local into a static method aitviid 2024-09-20 23:06:51 +0200
  • 975f272b0a Convert method_invocation into a static method aitviid 2024-09-20 23:05:54 +0200
  • b636e759e0 Convert parenthesis into a static method aitviid 2024-09-20 23:04:52 +0200
  • 6061a4f1c5 Convert typen into a static method aitviid 2024-09-20 23:03:52 +0200
  • 6b1d1fb71f Convert unary_prefix into a static method aitviid 2024-09-20 23:03:09 +0200
  • 38195c231f Convert unary_postfix into a static method aitviid 2024-09-20 23:02:35 +0200
  • 8c07a16f26 Convert var_decl into a static method aitviid 2024-09-20 23:02:01 +0200
  • 195ea2850b Convert dummy into a static method aitviid 2024-09-20 23:01:03 +0200
  • f00ebb0df5 Convert expression_stmt into a static method aitviid 2024-09-20 22:59:13 +0200
  • 74722ee234 Convert local_decl_stmt into a static method aitviid 2024-09-20 22:58:22 +0200
  • 8f5025d9e0 Convert return_stmt into a static method aitviid 2024-09-20 22:57:47 +0200
  • 57268243cd Convert throw_stmt into a static method aitviid 2024-09-20 22:57:09 +0200
  • 342f49690b Convert jump_stmt into a static method aitviid 2024-09-20 22:56:36 +0200
  • 1a3715931c Convert loop_stmt into a static method aitviid 2024-09-20 22:55:59 +0200
  • b484a522b9 Convert try_stmt into a static method aitviid 2024-09-20 22:55:25 +0200
  • 313df06884 Convert if_stmt into a static method aitviid 2024-09-20 22:54:51 +0200
  • b1561354b2 Convert switch_stmt into a static method aitviid 2024-09-20 22:52:15 +0200
  • 44f133ad56 Convert statement_block into a static method aitviid 2024-09-20 22:51:36 +0200
  • bc31134658 Convert _append into a static method aitviid 2024-09-20 22:50:53 +0200
  • f5c147aa69 Convert parse_descriptor into a static method aitviid 2024-09-20 22:49:45 +0200
  • 4449d019f2 Convert literal_string into a static method aitviid 2024-09-20 22:46:44 +0200
  • c0d3559c71 Convert literal_class into a static method aitviid 2024-09-20 22:45:38 +0200
  • 59b03d1bcf Convert literal_bool into a static method aitviid 2024-09-20 22:44:55 +0200
  • 1b9f55d143 Convert literal_int into a static method aitviid 2024-09-20 22:43:58 +0200
  • 792f03cec4 Convert literal_hex_int into a static method aitviid 2024-09-20 22:39:58 +0200
  • 6851966d56 Convert literal_long into a static method aitviid 2024-09-20 22:38:05 +0200
  • b98aded578 Convert literal_float into a static method aitviid 2024-09-20 22:37:26 +0200
  • aeded7b6f7 Convert literal_double into a static method aitviid 2024-09-20 22:36:48 +0200
  • 9d73bac2c9 Convert literal_null into a static method aitviid 2024-09-20 22:36:07 +0200
  • 3b015425ed Convert visit_decl into a method aitviid 2024-09-20 22:34:15 +0200
  • 20d8dcb0a3 Convert visit_arr_data into a method aitviid 2024-09-20 22:32:36 +0200
  • dbeb1614a9 Convert write_inplace_if_possible and visit_expr into methods aitviid 2024-09-20 22:31:31 +0200
  • 46c3b3c72b Convert visit_ins into a method aitviid 2024-09-20 22:20:39 +0200
  • a458772eac
    Merge pull request #1076 from androguard/oscrypto erev0s 2024-09-20 22:02:24 +0300
  • 16a6bd2194 removed oscrypto #1076 erev0s 2024-09-20 21:50:29 +0300
  • dd2a99c45f
    Merge pull request #1074 from loskutov/patch-1 erev0s 2024-09-14 16:14:23 +0300
  • 771672e12a
    axml: fix IndexError #1074 Ignat Loskutov 2024-09-14 14:37:19 +0200
  • ca11a39eb6
    Merge pull request #1063 from mrexodia/custom-session erev0s 2024-09-10 17:20:28 +0300
  • a3ac2e7a89
    Update README.md ping2A 2024-09-06 22:32:52 +0200
  • 390e8e95ef
    Merge pull request #1071 from androguard/1067_1069 erev0s 2024-08-17 10:39:41 +0300
  • c6485bf4ad fix issues 1067 and 1069 #1071 erev0s 2024-08-17 10:26:13 +0300
  • 7b7ae0c65e first attempt to introduce compact flag for ResTable_entry and FLAG_OFFSET16 for ResTable_type erev0s 2024-07-21 12:11:43 +0300
  • ba16da0c04
    Create FUNDING.yml ping2A 2024-07-17 10:33:55 +0200
  • c52bb41b81 updates erev0s 2024-07-08 18:04:17 +0300
  • e605e342a8 update to use canonical also for the signerInfo erev0s 2024-07-06 22:28:06 +0300
  • 6bb50110b6 using canonical from Fay :D erev0s 2024-07-06 22:15:44 +0300
  • 257295ccba Upgrade pyaxml version #1065 MadSquirrel 2024-06-29 18:24:49 +0200
  • 12b26dd18d whitespace normalied and using NFKD for issuer name erev0s 2024-06-26 22:18:08 +0300
  • a21b09cf88 fix version pyaxml MadSquirrel 2024-06-23 20:54:04 +0200
  • 4cf756ee8e Add support of pyaxml MadSquirrel 2024-06-22 00:18:06 +0200
  • c03da52079 Allow a custom db_url in Session #1063 Duncan Ogilvie 2024-06-05 13:30:10 +0200
  • b8ec68bf2e
    Merge pull request #1061 from androguard/arm-mac erev0s 2024-06-04 21:42:35 +0300
  • 0dc0463b7b added mac arm64 test workflow #1061 erev0s 2024-06-04 21:36:14 +0300
  • a07c5a17c2 Merge branch 'sign' of github.com:androguard/androguard into sign erev0s 2024-06-04 17:08:39 +0300
  • e912f77ccc update on get_certificates_v1 and exception errors erev0s 2024-06-04 17:07:21 +0300
  • 029d264d0e
    Merge branch 'master' into sign erev0s 2024-06-03 22:38:29 +0300
  • 1c28aa4095 raise errors when the validation should stop and other updates erev0s 2024-06-03 22:33:56 +0300
  • ac14430041
    Merge pull request #1055 from RuffaloLavoisier/typo erev0s 2024-06-02 23:11:37 +0300
  • 84a8239566
    Merge pull request #1056 from danielgf3/fix-invalid-nsmap erev0s 2024-06-02 22:54:52 +0300
  • f5eae03f8b
    Merge pull request #1053 from danielgf3/read-tags-in-non-abbreviated-form erev0s 2024-06-02 22:50:24 +0300
  • f7011f7b24 log error #1056 erev0s 2024-06-02 22:49:38 +0300
  • 26aaa01ecb update tests to be sorted #1053 erev0s 2024-06-02 22:45:38 +0300