I'm trying to debug a crackme file on linux using gdb but when i try run it returns
Program received signal SIGSEGV, Segmentation fault.
0x080484fb in __do_global_dtors_aux ()
when i try without gdb it's running normally, how can i debug it?
I'm trying to debug a crackme file on linux using gdb but when i try run it returns
Program received signal SIGSEGV, Segmentation fault.
0x080484fb in __do_global_dtors_aux ()
when i try without gdb it's running normally, how can i debug it?