-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCITATION.cff
More file actions
25 lines (25 loc) · 758 Bytes
/
CITATION.cff
File metadata and controls
25 lines (25 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
cff-version: 1.2.0
title: ptxNinja
message: "If you use this software, please cite it as below."
type: software
authors:
- given-names: Nicolò
family-names: Altamura
orcid: 0009-0005-6422-6986
repository-code: "https://github.com/seekbytes/ptxninja"
url: "https://github.com/seekbytes/ptxninja"
license: GPL-3.0
version: "1.0"
date-released: "2026-03-06"
abstract: >
ptxNinja is an architecture plugin for Binary Ninja targeting PTX,
the virtual instruction set architecture for CUDA-based GPUs. It allows
reverse engineers to explore PTX binaries, navigate GPU kernels and
functions, and integrate PTX analysis into existing automated workflows.
keywords:
- ptx
- cuda
- gpu
- binary-ninja
- reverse-engineering
- disassembler