├── README.md ├── add_decompressed_section_to_modem_bin.py ├── clade_extractor_pixel_5.c ├── clade_modem_inject_pixel_5.sh ├── compile_clade_extractor.sh ├── compile_dlpage_extractor.sh ├── diag_handler_locator_ghidra_script.py ├── dlpage_extractor_pixel_5.c ├── dlpage_modem_inject_pixel_5.sh ├── libclade.so ├── libclade2.so ├── merge_modem_firmware.py ├── merge_modem_firmware_pixel_5.sh ├── modem_inject_pixel_5.py ├── qelf.py ├── qshrink4_qdb_ghidra_script.py ├── run_clade_extractor.sh └── run_dlpage_extractor.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/README.md -------------------------------------------------------------------------------- /add_decompressed_section_to_modem_bin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/add_decompressed_section_to_modem_bin.py -------------------------------------------------------------------------------- /clade_extractor_pixel_5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/clade_extractor_pixel_5.c -------------------------------------------------------------------------------- /clade_modem_inject_pixel_5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/clade_modem_inject_pixel_5.sh -------------------------------------------------------------------------------- /compile_clade_extractor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/compile_clade_extractor.sh -------------------------------------------------------------------------------- /compile_dlpage_extractor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/compile_dlpage_extractor.sh -------------------------------------------------------------------------------- /diag_handler_locator_ghidra_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/diag_handler_locator_ghidra_script.py -------------------------------------------------------------------------------- /dlpage_extractor_pixel_5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/dlpage_extractor_pixel_5.c -------------------------------------------------------------------------------- /dlpage_modem_inject_pixel_5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/dlpage_modem_inject_pixel_5.sh -------------------------------------------------------------------------------- /libclade.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/libclade.so -------------------------------------------------------------------------------- /libclade2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/libclade2.so -------------------------------------------------------------------------------- /merge_modem_firmware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/merge_modem_firmware.py -------------------------------------------------------------------------------- /merge_modem_firmware_pixel_5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/merge_modem_firmware_pixel_5.sh -------------------------------------------------------------------------------- /modem_inject_pixel_5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/modem_inject_pixel_5.py -------------------------------------------------------------------------------- /qelf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/qelf.py -------------------------------------------------------------------------------- /qshrink4_qdb_ghidra_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/qshrink4_qdb_ghidra_script.py -------------------------------------------------------------------------------- /run_clade_extractor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/run_clade_extractor.sh -------------------------------------------------------------------------------- /run_dlpage_extractor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzakocs/qualcomm_baseband_scripts/HEAD/run_dlpage_extractor.sh --------------------------------------------------------------------------------