├── README.md ├── cmsis_gcc.h ├── core_cm3.h ├── core_cm4.h ├── core_cmFunc.h ├── core_cmInstr.h ├── core_cmSimd.h ├── flash.ld ├── flash.s ├── notmain.c ├── notmain.o ├── notmain.sram.bin ├── notmain.sram.elf ├── notmain.sram.hex ├── notmain.sram.list ├── offzone2023-gigavulnerability.pdf ├── sram.ld ├── sram.o ├── sram.s ├── stm32f103xb.h ├── stm32f1xx.h ├── system_stm32f1xx.h ├── uart.c ├── uart.o ├── uart.sram.elf ├── uart.sram.hex ├── uart.sram.list ├── uart2.c ├── uart2.o ├── uart2.sram.bin ├── uart2.sram.elf ├── uart2.sram.hex └── uart2.sram.list /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/README.md -------------------------------------------------------------------------------- /cmsis_gcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/cmsis_gcc.h -------------------------------------------------------------------------------- /core_cm3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/core_cm3.h -------------------------------------------------------------------------------- /core_cm4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/core_cm4.h -------------------------------------------------------------------------------- /core_cmFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/core_cmFunc.h -------------------------------------------------------------------------------- /core_cmInstr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/core_cmInstr.h -------------------------------------------------------------------------------- /core_cmSimd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/core_cmSimd.h -------------------------------------------------------------------------------- /flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/flash.ld -------------------------------------------------------------------------------- /flash.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/flash.s -------------------------------------------------------------------------------- /notmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/notmain.c -------------------------------------------------------------------------------- /notmain.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/notmain.o -------------------------------------------------------------------------------- /notmain.sram.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/notmain.sram.bin -------------------------------------------------------------------------------- /notmain.sram.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/notmain.sram.elf -------------------------------------------------------------------------------- /notmain.sram.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/notmain.sram.hex -------------------------------------------------------------------------------- /notmain.sram.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/notmain.sram.list -------------------------------------------------------------------------------- /offzone2023-gigavulnerability.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/offzone2023-gigavulnerability.pdf -------------------------------------------------------------------------------- /sram.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/sram.ld -------------------------------------------------------------------------------- /sram.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/sram.o -------------------------------------------------------------------------------- /sram.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/sram.s -------------------------------------------------------------------------------- /stm32f103xb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/stm32f103xb.h -------------------------------------------------------------------------------- /stm32f1xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/stm32f1xx.h -------------------------------------------------------------------------------- /system_stm32f1xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/system_stm32f1xx.h -------------------------------------------------------------------------------- /uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/uart.c -------------------------------------------------------------------------------- /uart.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/uart.o -------------------------------------------------------------------------------- /uart.sram.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/uart.sram.elf -------------------------------------------------------------------------------- /uart.sram.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/uart.sram.hex -------------------------------------------------------------------------------- /uart.sram.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/uart.sram.list -------------------------------------------------------------------------------- /uart2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/uart2.c -------------------------------------------------------------------------------- /uart2.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/uart2.o -------------------------------------------------------------------------------- /uart2.sram.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/uart2.sram.bin -------------------------------------------------------------------------------- /uart2.sram.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/uart2.sram.elf -------------------------------------------------------------------------------- /uart2.sram.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/uart2.sram.hex -------------------------------------------------------------------------------- /uart2.sram.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkspr1te/sraptor_exploit/HEAD/uart2.sram.list --------------------------------------------------------------------------------