zer0x64

Results 29 issues of zer0x64

(Related to the "Multi-line editing TODO) When writing a long shellcode, it can be pretty painful to work with in a "CLI" interface. One thing I though about was to...

Running on linux x86_64 with version crates.io version 0.9.0. When I assemble something for x86_64, the Rust keystone package returns inconsistent and seemingly random values. For example, if I try...

AWS has an External Attack Surface summary on some services that lists exposed ports on resources. We could bring that to Azure and GCP providers.

enhancement
component-provider-azure
component-provider-gcp

The Arbitrary crate isn't `#[no_std]`, which prevent fuzzing `#![no_std]` crates. For now can be worked around by using `#![cfg_attr(not(feature = "fuzzing), no_std)]` at the top of the fuzzed crate instead...

enhancement

**Is your feature request related to a problem? Please describe.** As far as I know, there is no reverse engineering framework that really supports programs written in Rust, which is...

Type: Enhancement
Feature: Language/Rust

Right now, the only way to use a custom language for syntax highlighting is to install the .lang file inside specific folders or add a folder that contains it to...