• 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: July 11th, 2023

help-circle
  • bluesheep@lemm.eetoLinux@lemmy.mlThe power of Linux
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 days ago

    I think it just really goes to show you can’t hide anything on a computer physically.

    What do you mean? It’s certainly possible when using encryption software such as bitlocker. It’s just not always enabled by default.In fact it’s saved my ass from total data loss a couple of times.

    If you can make sure nobody has physical access to your pc than there’s a case to be made that you don’t need it, and if you can’t and are afraid that someone has both knowledge of this fact and the intention to (ab)use it, you use bitlocker.


  • bluesheep@lemm.eetogames@hexbear.netFucking nerd.
    link
    fedilink
    English
    arrow-up
    17
    ·
    21 days ago

    Like others said, you sort of can. But I also want to add that things like functions names, or comments explaining how a function works, are not needed by your computer when running the program, and thus they get lost after compiling. After running a program designed to reverse engineer a compiled program, you’ll be able to see a very dumbed down version; no meaningful function or variable names nor comments explaining the code. You have to figure those out all by yourself.

    And add to that that some companies/programmers make some parts of the program difficult to read on purpose, so you have more guesswork to do when reverse engineering, and you’ve got a giant task ahead of you reverse engineering even small games.

    On a side note, the original source code can also just be interesting or funny to read. Valve’s source code comments come to mind.


  • It might be nicely organized but coming from windows the abbreviations can be downright confusing. For example:

    • /bin; recycle bin?
    • /etc; other files (etcetera)?
    • /home; okay, this is where I can find my own files
    • /media; music and pictures? USB drives and CD’s?
    • /mnt; no idea but also USBs apparently?
    • /root; wait system admin has his own files?
    • /sbin; super recycle bin?
    • /usr; wait, also where I can find my own files?

    Sure, this might be hyperbole and Windows has its own problems, the two different program files folders coming to mind first. But when you come from an OS where system folders are words instead of abbreviations Linux can be really confusing, especially if you are not that tech-savy.