Skip to content

Roflane/Stripper-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripper-rs

Simple tool for stripping unnecessary strings for different types of files including executables.

Features

  1. Stripping u8 (const char*) strings
  2. Stripping u16 (wchar_t*) strings

Demo

Before

push    rbp
push    rdi
sub     rsp, 108h
lea     rbp, [rsp+20h]
lea     rcx, unk_1400210A0
call    sub_140011352
nop
lea     rax, aUnnecessaryWst ; "Unnecessary WString"
mov     [rbp+0F0h+var_E8], rax
xor     eax, eax
lea     rsp, [rbp+0E8h]
pop     rdi
pop     rbp
retn

After

push    rbp
push    rdi
sub     rsp, 108h
lea     rbp, [rsp+20h]
lea     rcx, unk_1400210A0
call    sub_140011352
nop
lea     rax, asc_140019BF0 ; "                   "
mov     [rbp+0F0h+var_E8], rax
xor     eax, eax
lea     rsp, [rbp+0E8h]
pop     rdi
pop     rbp
retn

About

Removes strings from files (ex: binaries)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages