资料

apktool下载地址
android studio 查看默认签名
apktool重打包失败原因之一分析:
微信使用apktool反编译后回编译出错
如何使用apktool解码,打包,签名
How Fix brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = -1073741515)
Android 反编译Apk修改资源文件并重新打包
‘C:\Program‘ is not recognized as an internal or external command
Program Files 目录的dos文件名模式下的缩写PROGRA~1
Android逆向:基础入门
Android Killer没有检测到Java SDK安装环境(已解决)
使用baksmali及smali修改apk并打包

准备工作

  1. 下载jdk, 并设置环境变量
  2. 下载apktool的两个文件apktool.bat和apktool.jar, 这里注意的是jar包必须用apktool.jar这个名字,并放在同一目录下。如图:
  3. 准备一个apk文件(刚开始,简单的apk文件)

apktool反编译apk文件

命令格式:

apktool.bat d app_debug.apk

结果

D:\AndroidStudioProjects\MyApplication\app\build\outputs\apk\debug>D:\software\apktool_2.6.1\apktool.bat d D:\AndroidStudioProjects\MyApplication\app\build\outputs\apk\debug\app-debug.apk
I: Using Apktool 2.6.1 on app-debug.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: C:\Users\Administrator\AppData\Local\apktool\framework\1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Decoding values */* XMLs...
I: Baksmaling classes.dex...
I: Baksmaling classes4.dex...
I: Baksmaling classes3.dex...
I: Baksmaling classes2.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...
I: Copying META-INF/services directory

此时多出了一个app-debug文件夹

apktool将反编译后的文件夹编译成apk

打包apk

命令 apktool.bat b --use-aapt2 -o sing.apk app-debug

D:\AndroidStudioProjects\MyApplication\app\build\outputs\apk\debug>D:\software\apktool_2.6.1\apktool.bat b --use-aapt2 -o oout.apk  D:\AndroidStudioProjects\MyApplication\app\build\outputs\apk\debug\app-debug
I: Using Apktool 2.6.1
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
I: Checking whether sources has changed...
I: Smaling smali_classes2 folder into classes2.dex...
I: Checking whether sources has changed...
I: Smaling smali_classes3 folder into classes3.dex...
I: Checking whether sources has changed...
I: Smaling smali_classes4 folder into classes4.dex...
I: Checking whether resources has changed...
I: Building resources...
I: Copying libs... (/kotlin)
I: Copying libs... (/META-INF/services)
I: Building apk file...
I: Copying unknown files/dir...
I: Built apk...

此时的apk是没有签名的,所以安装不上

签名apk

jarsigner -verbose -keystore “C:\Program Files\Android\Android Studio\jre\bin\flannery” -signedjar oout_sign.apk oout.apk key0

   正在添加: META-INF/MANIFEST.MF正在添加: META-INF/KEY0.SF正在添加: META-INF/KEY0.RSA正在签名: AndroidManifest.xml正在签名: classes.dex正在签名: classes2.dex正在签名: classes3.dex正在签名: classes4.dex正在签名: kotlin/annotation/annotation.kotlin_builtins正在签名: kotlin/collections/collections.kotlin_builtins正在签名: kotlin/coroutines/coroutines.kotlin_builtins正在签名: kotlin/internal/internal.kotlin_builtins正在签名: kotlin/kotlin.kotlin_builtins正在签名: kotlin/ranges/ranges.kotlin_builtins正在签名: kotlin/reflect/reflect.kotlin_builtins正在签名: res/anim/abc_fade_in.xml正在签名: res/anim/abc_fade_out.xml正在签名: res/anim/abc_grow_fade_in_from_bottom.xml正在签名: res/anim/abc_popup_enter.xml正在签名: res/anim/abc_popup_exit.xml正在签名: res/anim/abc_shrink_fade_out_from_bottom.xml正在签名: res/anim/abc_slide_in_bottom.xml正在签名: res/anim/abc_slide_in_top.xml正在签名: res/anim/abc_slide_out_bottom.xml正在签名: res/anim/abc_slide_out_top.xml正在签名: res/anim/abc_tooltip_enter.xml正在签名: res/anim/abc_tooltip_exit.xml正在签名: res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml正在签名: res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml正在签名: res/anim/btn_checkbox_to_checked_icon_null_animation.xml正在签名: res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml正在签名: res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml正在签名: res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml正在签名: res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml正在签名: res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml正在签名: res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml正在签名: res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml正在签名: res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml正在签名: res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml正在签名: res/anim/design_bottom_sheet_slide_in.xml正在签名: res/anim/design_bottom_sheet_slide_out.xml正在签名: res/anim/design_snackbar_in.xml正在签名: res/anim/design_snackbar_out.xml正在签名: res/anim/fragment_fast_out_extra_slow_in.xml正在签名: res/anim/mtrl_bottom_sheet_slide_in.xml正在签名: res/anim/mtrl_bottom_sheet_slide_out.xml正在签名: res/anim/mtrl_card_lowers_interpolator.xml正在签名: res/anim/nav_default_enter_anim.xml正在签名: res/anim/nav_default_exit_anim.xml正在签名: res/anim/nav_default_pop_enter_anim.xml正在签名: res/anim/nav_default_pop_exit_anim.xml正在签名: res/animator/design_appbar_state_list_animator.xml正在签名: res/animator/design_fab_hide_motion_spec.xml正在签名: res/animator/design_fab_show_motion_spec.xml正在签名: res/animator/fragment_close_enter.xml正在签名: res/animator/fragment_close_exit.xml正在签名: res/animator/fragment_fade_enter.xml正在签名: res/animator/fragment_fade_exit.xml正在签名: res/animator/fragment_open_enter.xml正在签名: res/animator/fragment_open_exit.xml正在签名: res/animator/linear_indeterminate_line1_head_interpolator.xml正在签名: res/animator/linear_indeterminate_line1_tail_interpolator.xml正在签名: res/animator/linear_indeterminate_line2_head_interpolator.xml正在签名: res/animator/linear_indeterminate_line2_tail_interpolator.xml正在签名: res/animator/mtrl_btn_state_list_anim.xml正在签名: res/animator/mtrl_btn_unelevated_state_list_anim.xml正在签名: res/animator/mtrl_card_state_list_anim.xml正在签名: res/animator/mtrl_chip_state_list_anim.xml正在签名: res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml正在签名: res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml正在签名: res/animator/mtrl_extended_fab_hide_motion_spec.xml正在签名: res/animator/mtrl_extended_fab_show_motion_spec.xml正在签名: res/animator/mtrl_extended_fab_state_list_animator.xml正在签名: res/animator/mtrl_fab_hide_motion_spec.xml正在签名: res/animator/mtrl_fab_show_motion_spec.xml正在签名: res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml正在签名: res/animator/mtrl_fab_transformation_sheet_expand_spec.xml正在签名: res/animator/nav_default_enter_anim.xml正在签名: res/animator/nav_default_exit_anim.xml正在签名: res/animator/nav_default_pop_enter_anim.xml正在签名: res/animator/nav_default_pop_exit_anim.xml正在签名: res/color/abc_background_cache_hint_selector_material_dark.xml正在签名: res/color/abc_background_cache_hint_selector_material_light.xml正在签名: res/color/abc_btn_colored_borderless_text_material.xml正在签名: res/color/abc_btn_colored_text_material.xml正在签名: res/color/abc_hint_foreground_material_dark.xml正在签名: res/color/abc_hint_foreground_material_light.xml正在签名: res/color/abc_primary_text_disable_only_material_dark.xml正在签名: res/color/abc_primary_text_disable_only_material_light.xml正在签名: res/color/abc_primary_text_material_dark.xml正在签名: res/color/abc_primary_text_material_light.xml正在签名: res/color/abc_search_url_text.xml正在签名: res/color/abc_secondary_text_material_dark.xml正在签名: res/color/abc_secondary_text_material_light.xml正在签名: res/color/abc_tint_btn_checkable.xml正在签名: res/color/abc_tint_default.xml正在签名: res/color/abc_tint_edittext.xml正在签名: res/color/abc_tint_seek_thumb.xml正在签名: res/color/abc_tint_spinner.xml正在签名: res/color/abc_tint_switch_track.xml正在签名: res/color/checkbox_themeable_attribute_color.xml正在签名: res/color/design_box_stroke_color.xml正在签名: res/color/design_error.xml正在签名: res/color/design_icon_tint.xml正在签名: res/color/material_cursor_color.xml正在签名: res/color/material_on_background_disabled.xml正在签名: res/color/material_on_background_emphasis_high_type.xml正在签名: res/color/material_on_background_emphasis_medium.xml正在签名: res/color/material_on_primary_disabled.xml正在签名: res/color/material_on_primary_emphasis_high_type.xml正在签名: res/color/material_on_primary_emphasis_medium.xml正在签名: res/color/material_on_surface_disabled.xml正在签名: res/color/material_on_surface_emphasis_high_type.xml正在签名: res/color/material_on_surface_emphasis_medium.xml正在签名: res/color/material_on_surface_stroke.xml正在签名: res/color/material_slider_active_tick_marks_color.xml正在签名: res/color/material_slider_active_track_color.xml正在签名: res/color/material_slider_halo_color.xml正在签名: res/color/material_slider_inactive_tick_marks_color.xml正在签名: res/color/material_slider_inactive_track_color.xml正在签名: res/color/material_slider_thumb_color.xml正在签名: res/color/material_timepicker_button_background.xml正在签名: res/color/material_timepicker_button_stroke.xml正在签名: res/color/material_timepicker_clockface.xml正在签名: res/color/material_timepicker_clock_text_color.xml正在签名: res/color/material_timepicker_modebutton_tint.xml正在签名: res/color/mtrl_btn_bg_color_selector.xml正在签名: res/color/mtrl_btn_ripple_color.xml正在签名: res/color/mtrl_btn_stroke_color_selector.xml正在签名: res/color/mtrl_btn_text_btn_bg_color_selector.xml正在签名: res/color/mtrl_btn_text_btn_ripple_color.xml正在签名: res/color/mtrl_btn_text_color_selector.xml正在签名: res/color/mtrl_calendar_item_stroke_color.xml正在签名: res/color/mtrl_calendar_selected_range.xml正在签名: res/color/mtrl_card_view_foreground.xml正在签名: res/color/mtrl_card_view_ripple.xml正在签名: res/color/mtrl_chip_background_color.xml正在签名: res/color/mtrl_chip_close_icon_tint.xml正在签名: res/color/mtrl_chip_surface_color.xml正在签名: res/color/mtrl_chip_text_color.xml正在签名: res/color/mtrl_choice_chip_background_color.xml正在签名: res/color/mtrl_choice_chip_ripple_color.xml正在签名: res/color/mtrl_choice_chip_text_color.xml正在签名: res/color/mtrl_error.xml正在签名: res/color/mtrl_fab_bg_color_selector.xml正在签名: res/color/mtrl_fab_icon_text_color_selector.xml正在签名: res/color/mtrl_fab_ripple_color.xml正在签名: res/color/mtrl_filled_background_color.xml正在签名: res/color/mtrl_filled_icon_tint.xml正在签名: res/color/mtrl_filled_stroke_color.xml正在签名: res/color/mtrl_indicator_text_color.xml正在签名: res/color/mtrl_navigation_bar_colored_item_tint.xml正在签名: res/color/mtrl_navigation_bar_colored_ripple_color.xml正在签名: res/color/mtrl_navigation_bar_item_tint.xml正在签名: res/color/mtrl_navigation_bar_ripple_color.xml正在签名: res/color/mtrl_navigation_item_background_color.xml正在签名: res/color/mtrl_navigation_item_icon_tint.xml正在签名: res/color/mtrl_navigation_item_text_color.xml正在签名: res/color/mtrl_on_primary_text_btn_text_color_selector.xml正在签名: res/color/mtrl_on_surface_ripple_color.xml正在签名: res/color/mtrl_outlined_icon_tint.xml正在签名: res/color/mtrl_outlined_stroke_color.xml正在签名: res/color/mtrl_popupmenu_overlay_color.xml正在签名: res/color/mtrl_tabs_colored_ripple_color.xml正在签名: res/color/mtrl_tabs_icon_color_selector.xml正在签名: res/color/mtrl_tabs_icon_color_selector_colored.xml正在签名: res/color/mtrl_tabs_legacy_text_color_selector.xml正在签名: res/color/mtrl_tabs_ripple_color.xml正在签名: res/color/mtrl_text_btn_text_color_selector.xml正在签名: res/color/radiobutton_themeable_attribute_color.xml正在签名: res/color/switch_thumb_material_dark.xml正在签名: res/color/switch_thumb_material_light.xml正在签名: res/color/test_mtrl_calendar_day.xml正在签名: res/color/test_mtrl_calendar_day_selected.xml正在签名: res/color-night/material_timepicker_button_stroke.xml正在签名: res/color-night/material_timepicker_clockface.xml正在签名: res/color-night/material_timepicker_modebutton_tint.xml正在签名: res/color-v23/abc_btn_colored_borderless_text_material.xml正在签名: res/color-v23/abc_btn_colored_text_material.xml正在签名: res/color-v23/abc_color_highlight_material.xml正在签名: res/color-v23/abc_tint_btn_checkable.xml正在签名: res/color-v23/abc_tint_default.xml正在签名: res/color-v23/abc_tint_edittext.xml正在签名: res/color-v23/abc_tint_seek_thumb.xml正在签名: res/color-v23/abc_tint_spinner.xml正在签名: res/color-v23/abc_tint_switch_track.xml正在签名: res/drawable/$avd_hide_password__0.xml正在签名: res/drawable/$avd_hide_password__1.xml正在签名: res/drawable/$avd_hide_password__2.xml正在签名: res/drawable/$avd_show_password__0.xml正在签名: res/drawable/$avd_show_password__1.xml正在签名: res/drawable/$avd_show_password__2.xml正在签名: res/drawable/abc_action_bar_item_background_material.xml正在签名: res/drawable/abc_btn_borderless_material.xml正在签名: res/drawable/abc_btn_check_material.xml正在签名: res/drawable/abc_btn_check_material_anim.xml正在签名: res/drawable/abc_btn_colored_material.xml正在签名: res/drawable/abc_btn_default_mtrl_shape.xml正在签名: res/drawable/abc_btn_radio_material.xml正在签名: res/drawable/abc_btn_radio_material_anim.xml正在签名: res/drawable/abc_cab_background_internal_bg.xml正在签名: res/drawable/abc_cab_background_top_material.xml正在签名: res/drawable/abc_dialog_material_background.xml正在签名: res/drawable/abc_edit_text_material.xml正在签名: res/drawable/abc_ic_ab_back_material.xml正在签名: res/drawable/abc_ic_arrow_drop_right_black_24dp.xml正在签名: res/drawable/abc_ic_clear_material.xml正在签名: res/drawable/abc_ic_go_search_api_material.xml正在签名: res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml正在签名: res/drawable/abc_ic_menu_cut_mtrl_alpha.xml正在签名: res/drawable/abc_ic_menu_overflow_material.xml正在签名: res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml正在签名: res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml正在签名: res/drawable/abc_ic_menu_share_mtrl_alpha.xml正在签名: res/drawable/abc_ic_search_api_material.xml正在签名: res/drawable/abc_ic_voice_search_api_material.xml正在签名: res/drawable/abc_item_background_holo_dark.xml正在签名: res/drawable/abc_item_background_holo_light.xml正在签名: res/drawable/abc_list_divider_material.xml正在签名: res/drawable/abc_list_selector_background_transition_holo_dark.xml正在签名: res/drawable/abc_list_selector_background_transition_holo_light.xml正在签名: res/drawable/abc_list_selector_holo_dark.xml正在签名: res/drawable/abc_list_selector_holo_light.xml正在签名: res/drawable/abc_ratingbar_indicator_material.xml正在签名: res/drawable/abc_ratingbar_material.xml正在签名: res/drawable/abc_ratingbar_small_material.xml正在签名: res/drawable/abc_seekbar_thumb_material.xml正在签名: res/drawable/abc_seekbar_tick_mark_material.xml正在签名: res/drawable/abc_seekbar_track_material.xml正在签名: res/drawable/abc_spinner_textfield_background_material.xml正在签名: res/drawable/abc_star_black_48dp.xml正在签名: res/drawable/abc_star_half_black_48dp.xml正在签名: res/drawable/abc_switch_thumb_material.xml正在签名: res/drawable/abc_tab_indicator_material.xml正在签名: res/drawable/abc_textfield_search_material.xml正在签名: res/drawable/abc_text_cursor_material.xml正在签名: res/drawable/abc_vector_test.xml正在签名: res/drawable/avd_hide_password.xml正在签名: res/drawable/avd_show_password.xml正在签名: res/drawable/btn_checkbox_checked_mtrl.xml正在签名: res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml正在签名: res/drawable/btn_checkbox_unchecked_mtrl.xml正在签名: res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml正在签名: res/drawable/btn_radio_off_mtrl.xml正在签名: res/drawable/btn_radio_off_to_on_mtrl_animation.xml正在签名: res/drawable/btn_radio_on_mtrl.xml正在签名: res/drawable/btn_radio_on_to_off_mtrl_animation.xml正在签名: res/drawable/design_fab_background.xml正在签名: res/drawable/design_ic_visibility.xml正在签名: res/drawable/design_ic_visibility_off.xml正在签名: res/drawable/design_password_eye.xml正在签名: res/drawable/design_snackbar_background.xml正在签名: res/drawable/ic_clock_black_24dp.xml正在签名: res/drawable/ic_keyboard_black_24dp.xml正在签名: res/drawable/ic_launcher_background.xml正在签名: res/drawable/ic_mtrl_checked_circle.xml正在签名: res/drawable/ic_mtrl_chip_checked_black.xml正在签名: res/drawable/ic_mtrl_chip_checked_circle.xml正在签名: res/drawable/ic_mtrl_chip_close_circle.xml正在签名: res/drawable/material_cursor_drawable.xml正在签名: res/drawable/material_ic_calendar_black_24dp.xml正在签名: res/drawable/material_ic_clear_black_24dp.xml正在签名: res/drawable/material_ic_edit_black_24dp.xml正在签名: res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml正在签名: res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml正在签名: res/drawable/material_ic_menu_arrow_down_black_24dp.xml正在签名: res/drawable/material_ic_menu_arrow_up_black_24dp.xml正在签名: res/drawable/mtrl_dialog_background.xml正在签名: res/drawable/mtrl_dropdown_arrow.xml正在签名: res/drawable/mtrl_ic_arrow_drop_down.xml正在签名: res/drawable/mtrl_ic_arrow_drop_up.xml正在签名: res/drawable/mtrl_ic_cancel.xml正在签名: res/drawable/mtrl_ic_error.xml正在签名: res/drawable/mtrl_navigation_bar_item_background.xml正在签名: res/drawable/mtrl_popupmenu_background.xml正在签名: res/drawable/mtrl_popupmenu_background_dark.xml正在签名: res/drawable/mtrl_tabs_default_indicator.xml正在签名: res/drawable/navigation_empty_icon.xml正在签名: res/drawable/notification_action_background.xml正在签名: res/drawable/notification_bg.xml正在签名: res/drawable/notification_bg_low.xml正在签名: res/drawable/notification_icon_background.xml正在签名: res/drawable/notification_tile_bg.xml正在签名: res/drawable/test_custom_background.xml正在签名: res/drawable/tooltip_frame_dark.xml正在签名: res/drawable/tooltip_frame_light.xml正在签名: res/drawable-anydpi-v24/$ic_launcher_foreground__0.xml正在签名: res/drawable-anydpi-v24/ic_launcher_foreground.xml正在签名: res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png正在签名: res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png正在签名: res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png正在签名: res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png正在签名: res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png正在签名: res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png正在签名: res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png正在签名: res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png正在签名: res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png正在签名: res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png正在签名: res/drawable-hdpi/abc_list_focused_holo.9.png正在签名: res/drawable-hdpi/abc_list_longpressed_holo.9.png正在签名: res/drawable-hdpi/abc_list_pressed_holo_dark.9.png正在签名: res/drawable-hdpi/abc_list_pressed_holo_light.9.png正在签名: res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png正在签名: res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png正在签名: res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png正在签名: res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png正在签名: res/drawable-hdpi/abc_scrubber_control_off_mtrl_alpha.png正在签名: res/drawable-hdpi/abc_scrubber_control_to_pressed_mtrl_000.png正在签名: res/drawable-hdpi/abc_scrubber_control_to_pressed_mtrl_005.png正在签名: res/drawable-hdpi/abc_scrubber_primary_mtrl_alpha.9.png正在签名: res/drawable-hdpi/abc_scrubber_track_mtrl_alpha.9.png正在签名: res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png正在签名: res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png正在签名: res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png正在签名: res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png正在签名: res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png正在签名: res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png正在签名: res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png正在签名: res/drawable-hdpi/abc_text_select_handle_left_mtrl.png正在签名: res/drawable-hdpi/abc_text_select_handle_middle_mtrl.png正在签名: res/drawable-hdpi/abc_text_select_handle_right_mtrl.png正在签名: res/drawable-hdpi/notification_bg_low_normal.9.png正在签名: res/drawable-hdpi/notification_bg_low_pressed.9.png正在签名: res/drawable-hdpi/notification_bg_normal.9.png正在签名: res/drawable-hdpi/notification_bg_normal_pressed.9.png正在签名: res/drawable-hdpi/notify_panel_notification_icon_bg.png正在签名: res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png正在签名: res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png正在签名: res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png正在签名: res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png正在签名: res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png正在签名: res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png正在签名: res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png正在签名: res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png正在签名: res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png正在签名: res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png正在签名: res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png正在签名: res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png正在签名: res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png正在签名: res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png正在签名: res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png正在签名: res/drawable-mdpi/abc_list_focused_holo.9.png正在签名: res/drawable-mdpi/abc_list_longpressed_holo.9.png正在签名: res/drawable-mdpi/abc_list_pressed_holo_dark.9.png正在签名: res/drawable-mdpi/abc_list_pressed_holo_light.9.png正在签名: res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png正在签名: res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png正在签名: res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png正在签名: res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png正在签名: res/drawable-mdpi/abc_scrubber_control_off_mtrl_alpha.png正在签名: res/drawable-mdpi/abc_scrubber_control_to_pressed_mtrl_000.png正在签名: res/drawable-mdpi/abc_scrubber_control_to_pressed_mtrl_005.png正在签名: res/drawable-mdpi/abc_scrubber_primary_mtrl_alpha.9.png正在签名: res/drawable-mdpi/abc_scrubber_track_mtrl_alpha.9.png正在签名: res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png正在签名: res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png正在签名: res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png正在签名: res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png正在签名: res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png正在签名: res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png正在签名: res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png正在签名: res/drawable-mdpi/abc_text_select_handle_left_mtrl.png正在签名: res/drawable-mdpi/abc_text_select_handle_middle_mtrl.png正在签名: res/drawable-mdpi/abc_text_select_handle_right_mtrl.png正在签名: res/drawable-mdpi/notification_bg_low_normal.9.png正在签名: res/drawable-mdpi/notification_bg_low_pressed.9.png正在签名: res/drawable-mdpi/notification_bg_normal.9.png正在签名: res/drawable-mdpi/notification_bg_normal_pressed.9.png正在签名: res/drawable-mdpi/notify_panel_notification_icon_bg.png正在签名: res/drawable-v23/abc_control_background_material.xml正在签名: res/drawable-v23/mtrl_popupmenu_background_dark.xml正在签名: res/drawable-watch/abc_dialog_material_background.xml正在签名: res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png正在签名: res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png正在签名: res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png正在签名: res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png正在签名: res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png正在签名: res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png正在签名: res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png正在签名: res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png正在签名: res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png正在签名: res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png正在签名: res/drawable-xhdpi/abc_list_focused_holo.9.png正在签名: res/drawable-xhdpi/abc_list_longpressed_holo.9.png正在签名: res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png正在签名: res/drawable-xhdpi/abc_list_pressed_holo_light.9.png正在签名: res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png正在签名: res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png正在签名: res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png正在签名: res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png正在签名: res/drawable-xhdpi/abc_scrubber_control_off_mtrl_alpha.png正在签名: res/drawable-xhdpi/abc_scrubber_control_to_pressed_mtrl_000.png正在签名: res/drawable-xhdpi/abc_scrubber_control_to_pressed_mtrl_005.png正在签名: res/drawable-xhdpi/abc_scrubber_primary_mtrl_alpha.9.png正在签名: res/drawable-xhdpi/abc_scrubber_track_mtrl_alpha.9.png正在签名: res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png正在签名: res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png正在签名: res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png正在签名: res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png正在签名: res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png正在签名: res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png正在签名: res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png正在签名: res/drawable-xhdpi/abc_text_select_handle_left_mtrl.png正在签名: res/drawable-xhdpi/abc_text_select_handle_middle_mtrl.png正在签名: res/drawable-xhdpi/abc_text_select_handle_right_mtrl.png正在签名: res/drawable-xhdpi/notification_bg_low_normal.9.png正在签名: res/drawable-xhdpi/notification_bg_low_pressed.9.png正在签名: res/drawable-xhdpi/notification_bg_normal.9.png正在签名: res/drawable-xhdpi/notification_bg_normal_pressed.9.png正在签名: res/drawable-xhdpi/notify_panel_notification_icon_bg.png正在签名: res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png正在签名: res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png正在签名: res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png正在签名: res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png正在签名: res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png正在签名: res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png正在签名: res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png正在签名: res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png正在签名: res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png正在签名: res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png正在签名: res/drawable-xxhdpi/abc_list_focused_holo.9.png正在签名: res/drawable-xxhdpi/abc_list_longpressed_holo.9.png正在签名: res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png正在签名: res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png正在签名: res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png正在签名: res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png正在签名: res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png正在签名: res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png正在签名: res/drawable-xxhdpi/abc_scrubber_control_off_mtrl_alpha.png正在签名: res/drawable-xxhdpi/abc_scrubber_control_to_pressed_mtrl_000.png正在签名: res/drawable-xxhdpi/abc_scrubber_control_to_pressed_mtrl_005.png正在签名: res/drawable-xxhdpi/abc_scrubber_primary_mtrl_alpha.9.png正在签名: res/drawable-xxhdpi/abc_scrubber_track_mtrl_alpha.9.png正在签名: res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png正在签名: res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png正在签名: res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png正在签名: res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png正在签名: res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png正在签名: res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png正在签名: res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png正在签名: res/drawable-xxhdpi/abc_text_select_handle_left_mtrl.png正在签名: res/drawable-xxhdpi/abc_text_select_handle_middle_mtrl.png正在签名: res/drawable-xxhdpi/abc_text_select_handle_right_mtrl.png正在签名: res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png正在签名: res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png正在签名: res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png正在签名: res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png正在签名: res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png正在签名: res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png正在签名: res/drawable-xxxhdpi/abc_scrubber_control_to_pressed_mtrl_000.png正在签名: res/drawable-xxxhdpi/abc_scrubber_control_to_pressed_mtrl_005.png正在签名: res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png正在签名: res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png正在签名: res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png正在签名: res/drawable-xxxhdpi/abc_text_select_handle_left_mtrl.png正在签名: res/drawable-xxxhdpi/abc_text_select_handle_right_mtrl.png正在签名: res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml正在签名: res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml正在签名: res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml正在签名: res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml正在签名: res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml正在签名: res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml正在签名: res/interpolator/fast_out_slow_in.xml正在签名: res/interpolator/mtrl_fast_out_linear_in.xml正在签名: res/interpolator/mtrl_fast_out_slow_in.xml正在签名: res/interpolator/mtrl_linear.xml正在签名: res/interpolator/mtrl_linear_out_slow_in.xml正在签名: res/layout/abc_action_bar_title_item.xml正在签名: res/layout/abc_action_bar_up_container.xml正在签名: res/layout/abc_action_menu_item_layout.xml正在签名: res/layout/abc_action_menu_layout.xml正在签名: res/layout/abc_action_mode_bar.xml正在签名: res/layout/abc_action_mode_close_item_material.xml正在签名: res/layout/abc_activity_chooser_view.xml正在签名: res/layout/abc_activity_chooser_view_list_item.xml正在签名: res/layout/abc_alert_dialog_button_bar_material.xml正在签名: res/layout/abc_alert_dialog_material.xml正在签名: res/layout/abc_alert_dialog_title_material.xml正在签名: res/layout/abc_cascading_menu_item_layout.xml正在签名: res/layout/abc_dialog_title_material.xml正在签名: res/layout/abc_expanded_menu_layout.xml正在签名: res/layout/abc_list_menu_item_checkbox.xml正在签名: res/layout/abc_list_menu_item_icon.xml正在签名: res/layout/abc_list_menu_item_layout.xml正在签名: res/layout/abc_list_menu_item_radio.xml正在签名: res/layout/abc_popup_menu_header_item_layout.xml正在签名: res/layout/abc_popup_menu_item_layout.xml正在签名: res/layout/abc_screen_content_include.xml正在签名: res/layout/abc_screen_simple.xml正在签名: res/layout/abc_screen_simple_overlay_action_mode.xml正在签名: res/layout/abc_screen_toolbar.xml正在签名: res/layout/abc_search_dropdown_item_icons_2line.xml正在签名: res/layout/abc_search_view.xml正在签名: res/layout/abc_select_dialog_material.xml正在签名: res/layout/abc_tooltip.xml正在签名: res/layout/activity_main.xml正在签名: res/layout/content_main.xml正在签名: res/layout/custom_dialog.xml正在签名: res/layout/design_bottom_navigation_item.xml正在签名: res/layout/design_bottom_sheet_dialog.xml正在签名: res/layout/design_layout_snackbar.xml正在签名: res/layout/design_layout_snackbar_include.xml正在签名: res/layout/design_layout_tab_icon.xml正在签名: res/layout/design_layout_tab_text.xml正在签名: res/layout/design_menu_item_action_area.xml正在签名: res/layout/design_navigation_item.xml正在签名: res/layout/design_navigation_item_header.xml正在签名: res/layout/design_navigation_item_separator.xml正在签名: res/layout/design_navigation_item_subheader.xml正在签名: res/layout/design_navigation_menu.xml正在签名: res/layout/design_navigation_menu_item.xml正在签名: res/layout/design_text_input_end_icon.xml正在签名: res/layout/design_text_input_start_icon.xml正在签名: res/layout/fragment_first.xml正在签名: res/layout/fragment_second.xml正在签名: res/layout/material_chip_input_combo.xml正在签名: res/layout/material_clockface_textview.xml正在签名: res/layout/material_clockface_view.xml正在签名: res/layout/material_clock_display.xml正在签名: res/layout/material_clock_display_divider.xml正在签名: res/layout/material_clock_period_toggle.xml正在签名: res/layout/material_radial_view_group.xml正在签名: res/layout/material_textinput_timepicker.xml正在签名: res/layout/material_timepicker.xml正在签名: res/layout/material_timepicker_dialog.xml正在签名: res/layout/material_timepicker_textinput_display.xml正在签名: res/layout/material_time_chip.xml正在签名: res/layout/material_time_input.xml正在签名: res/layout/mtrl_alert_dialog.xml正在签名: res/layout/mtrl_alert_dialog_actions.xml正在签名: res/layout/mtrl_alert_dialog_title.xml正在签名: res/layout/mtrl_alert_select_dialog_item.xml正在签名: res/layout/mtrl_alert_select_dialog_multichoice.xml正在签名: res/layout/mtrl_alert_select_dialog_singlechoice.xml正在签名: res/layout/mtrl_calendar_day.xml正在签名: res/layout/mtrl_calendar_days_of_week.xml正在签名: res/layout/mtrl_calendar_day_of_week.xml正在签名: res/layout/mtrl_calendar_horizontal.xml正在签名: res/layout/mtrl_calendar_month.xml正在签名: res/layout/mtrl_calendar_months.xml正在签名: res/layout/mtrl_calendar_month_labeled.xml正在签名: res/layout/mtrl_calendar_month_navigation.xml正在签名: res/layout/mtrl_calendar_vertical.xml正在签名: res/layout/mtrl_calendar_year.xml正在签名: res/layout/mtrl_layout_snackbar.xml正在签名: res/layout/mtrl_layout_snackbar_include.xml正在签名: res/layout/mtrl_navigation_rail_item.xml正在签名: res/layout/mtrl_picker_actions.xml正在签名: res/layout/mtrl_picker_dialog.xml正在签名: res/layout/mtrl_picker_fullscreen.xml正在签名: res/layout/mtrl_picker_header_dialog.xml正在签名: res/layout/mtrl_picker_header_fullscreen.xml正在签名: res/layout/mtrl_picker_header_selection_text.xml正在签名: res/layout/mtrl_picker_header_title_text.xml正在签名: res/layout/mtrl_picker_header_toggle.xml正在签名: res/layout/mtrl_picker_text_input_date.xml正在签名: res/layout/mtrl_picker_text_input_date_range.xml正在签名: res/layout/notification_action.xml正在签名: res/layout/notification_action_tombstone.xml正在签名: res/layout/notification_template_custom_big.xml正在签名: res/layout/notification_template_icon_group.xml正在签名: res/layout/notification_template_part_chronometer.xml正在签名: res/layout/notification_template_part_time.xml正在签名: res/layout/select_dialog_item_material.xml正在签名: res/layout/select_dialog_multichoice_material.xml正在签名: res/layout/select_dialog_singlechoice_material.xml正在签名: res/layout/support_simple_spinner_dropdown_item.xml正在签名: res/layout/test_action_chip.xml正在签名: res/layout/test_chip_zero_corner_radius.xml正在签名: res/layout/test_design_checkbox.xml正在签名: res/layout/test_design_radiobutton.xml正在签名: res/layout/test_navigation_bar_item_layout.xml正在签名: res/layout/test_reflow_chipgroup.xml正在签名: res/layout/test_toolbar.xml正在签名: res/layout/test_toolbar_custom_background.xml正在签名: res/layout/test_toolbar_elevation.xml正在签名: res/layout/test_toolbar_surface.xml正在签名: res/layout/text_view_without_line_height.xml正在签名: res/layout/text_view_with_line_height_from_appearance.xml正在签名: res/layout/text_view_with_line_height_from_layout.xml正在签名: res/layout/text_view_with_line_height_from_style.xml正在签名: res/layout/text_view_with_theme_line_height.xml正在签名: res/layout-land/material_clock_period_toggle_land.xml正在签名: res/layout-land/material_timepicker.xml正在签名: res/layout-land/mtrl_picker_header_dialog.xml正在签名: res/layout-ldrtl/material_textinput_timepicker.xml正在签名: res/layout-sw600dp/design_layout_snackbar.xml正在签名: res/layout-sw600dp/mtrl_layout_snackbar.xml正在签名: res/layout-v22/abc_alert_dialog_button_bar_material.xml正在签名: res/layout-v22/material_timepicker_dialog.xml正在签名: res/layout-v22/mtrl_alert_dialog_actions.xml正在签名: res/layout-v26/abc_screen_toolbar.xml正在签名: res/layout-v26/mtrl_calendar_month.xml正在签名: res/layout-watch/abc_alert_dialog_button_bar_material.xml正在签名: res/layout-watch/abc_alert_dialog_title_material.xml正在签名: res/menu/example_menu.xml正在签名: res/menu/example_menu2.xml正在签名: res/menu/menu_main.xml正在签名: res/mipmap-anydpi-v26/ic_launcher.xml正在签名: res/mipmap-anydpi-v26/ic_launcher_round.xml正在签名: res/mipmap-hdpi/ic_launcher.webp正在签名: res/mipmap-hdpi/ic_launcher_round.webp正在签名: res/mipmap-mdpi/ic_launcher.webp正在签名: res/mipmap-mdpi/ic_launcher_round.webp正在签名: res/mipmap-xhdpi/ic_launcher.webp正在签名: res/mipmap-xhdpi/ic_launcher_round.webp正在签名: res/mipmap-xxhdpi/ic_launcher.webp正在签名: res/mipmap-xxhdpi/ic_launcher_round.webp正在签名: res/mipmap-xxxhdpi/ic_launcher.webp正在签名: res/mipmap-xxxhdpi/ic_launcher_round.webp正在签名: res/navigation/nav_graph.xml正在签名: res/xml/backup_rules.xml正在签名: res/xml/data_extraction_rules.xml正在签名: res/xml/standalone_badge.xml正在签名: res/xml/standalone_badge_gravity_bottom_end.xml正在签名: res/xml/standalone_badge_gravity_bottom_start.xml正在签名: res/xml/standalone_badge_gravity_top_start.xml正在签名: res/xml/standalone_badge_offset.xml正在签名: resources.arsc
>>> 签名者X.509, CN=f, OU=f, O=f, L=f, ST=f, C=f[Signature algorithm: SHA256withRSA, 2048 位密钥[可信证书]jar 已签名。警告:
签名者证书为自签名证书。

apktool反编译及后续打包相关推荐

  1. Java原生调用apktool反编译及再次打包源码

    大家一听到反编译.逆向工程就觉得好像离自己很远,都是些黑客才干的事儿,但实际情况并不是这样,做过手机游戏开发的小伙伴应该都知道,一个游戏包从开发测试到最终在游戏商店上架,中间会经过,代码混淆,增加渠道 ...

  2. 用apktool反编译,修改添加smali文, 再打包apk遇到的64k问题的解决方法 Unsigned short value out of range: 65536

    我把apk文件用apktool反编译后得到smali, smali_classes2, smali_classes3, smali_classes4.......... 然后手工修改包里的smali文 ...

  3. python apktool_【转】利用apktool反编译apk,并且重新签名打包

    网站:https://ibotpeaches.github.io/Apktool,下载安装好apktool. 我的安装在 C:\Users\Administrator\Downloads\apktoo ...

  4. APP渗透—查脱壳、反编译、重打包签名

    APP渗透-查脱壳.反编译.重打包签名 1. 前言 1.1. 其它 2. 安装工具 2.1. 下载jadx工具 2.1.1. 下载链接 2.1.2. 执行文件 2.2. 下载apktool工具 2.2 ...

  5. android+apk+反编译和再签名打包,Android:apk反编译步骤,打包、签名和逆向工程经验总结...

    思路一.apktool1.通过apktool反编译出资源和smaliapktool d MobileManager.apkF:\Android\decompile\apktoolapktool d M ...

  6. apktool反编译生成java_apktool反编译工具下载|apktool反编译工具 v3.0.1 最新版-520下载站...

    apktool反编译工具是一款专业的apk编译工具,能够完美地反编译及回编译apk文件,想要使用apktool反编译工具的话就需要先安装JAVA,如果你想要修改apk文件,那么就需要先安装JAVA才可 ...

  7. apktool反编译详细使用教程

    apktool反编译详细使用教程,包括每个细节.还有为什么反编译不成功,反编译出现的各种情况将为大家详细写出来,如有写的不好的地方还请见谅,这些都是本人自学的,曾经请教过大神,让我悲剧的是尽然无一人为 ...

  8. apk 反编译及重新打包签名

    apk 反编译及重新打包签名 1. 需要的工具 apktool,apk 编译及反编译工具 keytool,用于管理密钥和证书的工具 jarsigner,签名工具 apksigner,签名工具 2. a ...

  9. apktool反编译apk教程

    1.准备工具 (1)apktool的下载地址:https://bitbucket.org/iBotPeaches/apktool/downloads/ 点击超链接下载最新版本 (2)apktool.b ...

最新文章

  1. 软件工程几点总结要点
  2. [问题已处理]-[jenkins]-Jenkins 反向代理有误
  3. linux退出编辑器命令,LINUX中,Vi编辑器的几种模式及保存、退出等命令
  4. 哈希表的key的类型(传值与传引用)
  5. Java 9:对可选的增强
  6. splat net_Ruby中的Splat参数
  7. 泛函编程(16)-泛函状态-Functional State
  8. 可穿戴医疗设备行业调研报告 - 市场现状分析与发展前景预测
  9. [USACO13FEB]Milk Scheduling【拓扑序】
  10. 11矩阵的QR分解(1)
  11. 安装hdfview 和 hdf5 环境
  12. 系统集成项目管理工程师高频考点(第五章)
  13. 2022年安全员-A证考试试题及在线模拟考试
  14. 2048C语言源码linux
  15. 開機顯示器不顯示,提示no signal ......
  16. JPBC库应用之BLS签名
  17. win10与ubuntu20.04双系统启动引导问题
  18. bam获取序列_bam格式文件处理大全(四)
  19. java声明一个双精度型数组_java-day4-多种语言的数组创建
  20. 一份写给极客的智能家居指南

热门文章

  1. 【机器学习】ICA算法简介
  2. 基金申请-2:期刊如何批量索引SCIE、EI、ISTP (CPCI)?
  3. lua脚本加密,lua代码加密使用说明
  4. 喜讯|星舆科技获得CMMI 3级认证,研发能力获国际认可!
  5. Sa-Token中接口的限流
  6. VUE项目前端页面添加水印
  7. 通过canvas给图片添加水印
  8. QT QML 与C++ 混合编程
  9. [YOLOv7/YOLOv5系列算法改进NO.20]Involution新神经网络算子引入网络
  10. 英语语法篇 - 查漏补缺