How do I execute or extract files with .bin extensions?
what are they? :-?
Printable View
How do I execute or extract files with .bin extensions?
what are they? :-?
I think they're ELF executables, try run them in a shell by writing "./[filename]". If you can't run it, make sure you have execution permission (if not do "chmod 762 [filename]", and try again).