Skip to content

String encryption failed #8

@androiddisk

Description

@androiddisk
fn main() {
    println!("Hello, world!11111111");
}

docker pull ghcr.io/joaovarelas/obfuscator-llvm-16.0:latest
docker run -v  .:/projects/ -it ghcr.io/joaovarelas/obfuscator-llvm-16.0:latest /bin/bash
cargo clean && cargo rustc --target x86_64-unknown-linux-gnu --release -- -Cdebuginfo=0 -Cstrip=symbols -Cpanic=abort -Copt-level=3 -Cllvm-args=-enable-allobf
root@b1b21ac3b374:/projects# strings target/x86_64-unknown-linux-gnu/release/demo | grep Hello
..range start index  out of range for slice of length slice index starts at  but ends at panicked at 00010203040506070809101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899invalid args/repos/rust-1.70.0/library/core/src/fmt/mod.rsHello, world!11111111

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions