File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 22# Added example for raw binary blob
33# Kelly Patterson - Cisco Talos
44# Copyright (C) 2025 Cisco Systems Inc
5+ # Licensed under the GNU General Public License v2.0 or later
56##############################################################################
67from qiling import Qiling
78from qiling .const import QL_ARCH , QL_OS , QL_VERBOSE
Original file line number Diff line number Diff line change 22# Added example for raw binary blob
33# Kelly Patterson - Cisco Talos
44# Copyright (C) 2025 Cisco Systems Inc
5+ # Licensed under the GNU General Public License v2.0 or later
56# #############################################################################
67# Makefile for Bare-Metal ARM Hash Calculator
78
Original file line number Diff line number Diff line change 22 * Added example for raw binary blob
33 * Kelly Patterson - Cisco Talos
44 * Copyright (C) 2025 Cisco Systems Inc
5+ * Licensed under the GNU General Public License v2.0 or later
56 *
67 */
78// example_raw.c
Original file line number Diff line number Diff line change 33 * Added example for raw binary blob
44 * Kelly Patterson - Cisco Talos
55 * Copyright (C) 2025 Cisco Systems Inc
6+ * Licensed under the GNU General Public License v2.0 or later
67 *
78 */
89
Original file line number Diff line number Diff line change 55# Added support for raw binary blob emulation
66# Kelly Patterson - Cisco Talos
77# Copyright (C) 2025 Cisco Systems Inc
8+ # Licensed under the GNU General Public License v2.0 or later
89
910from qiling import Qiling
1011from qiling .loader .loader import QlLoader , Image
Original file line number Diff line number Diff line change 55# Added test for raw binary blob emulation
66# Kelly Patterson - Cisco Talos
77# Copyright (C) 2025 Cisco Systems Inc
8+ # Licensed under the GNU General Public License v2.0 or later
89
910import unittest
1011
You can’t perform that action at this time.
0 commit comments