ragg2 use system default asm.bits

This commit is contained in:
pancake 2014-10-18 04:05:54 +02:00
parent 99e14a753f
commit c2f54e700c
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ int main(int argc, char **argv) {
int show_raw = 0;
char *shellcode = NULL;
char *encoder = NULL;
int bits = 32;
int bits = (R_SYS_BITS & R_SYS_BITS_64)? 64: 32;
int fmt = 0;
const char *ofile = NULL;
int ofileauto = 0;