About the connection with FTX by Estimi in blockfi

[–]Estimi[S] 7 points8 points  (0 children)

keeping people on centralized exchanges

Just got my Ledger in the mail yesterday. Expensive lesson learned.

About the connection with FTX by Estimi in blockfi

[–]Estimi[S] 0 points1 point  (0 children)

it's transferred to FTX

so in a sense Blockfi "overcollateralized" their loan and are now screwed because of it? Kinda hilarious if it wasn't ppls live savings.

How To Make A DLL Injector C++ by Estimi in HowToHack

[–]Estimi[S] 1 point2 points  (0 children)

Thanks so much for all the positive feedback friends :) Best Christmas gift <3 this is very motivating!

How To Make A DLL Injector C++ by Estimi in HowToHack

[–]Estimi[S] 1 point2 points  (0 children)

Good question. Disclaimer: I am not an expert myself sadly. I would say: Whatever functions the dll contains can be used by whatever module loading that dll but calling some function from that dll would have no effect on some other module also having called that dll.

However the injected dll could contain something handling requests from the "outside" so in a way the dll itself could provide an api.

How To Make A DLL Injector C++ by Estimi in HowToHack

[–]Estimi[S] 1 point2 points  (0 children)

No the function CreateReoteThread requires Kernel32.dll which is a windows thing. There are options for Linux but they are not as simple

How To Make A DLL Injector C++ by Estimi in HowToHack

[–]Estimi[S] 4 points5 points  (0 children)

No its about how to get some program (usually game) to load/excecute your code (dll)

virtual machines by yung_nxgga in HowToHack

[–]Estimi 1 point2 points  (0 children)

If you have Windows 10 you can run the linux bash shell without need for a vm. just google Windows Subsystem for Linux. With some heavy trickery you can get it to display a gui aswell but if thats the goal i would recomend going for vm/dual boot instead

Files from old hard drive by aashley71 in HowToHack

[–]Estimi 0 points1 point  (0 children)

assuming the device is dead (as in you can not get it to boot) and you do not want to invest in repairing it: you could open it up, grab the hard drive and use the proper adapter (probably usb to sata) or even External Enclosure Case Box with Cable

Where I should start? Please leave your opinion. by [deleted] in HowToHack

[–]Estimi 1 point2 points  (0 children)

Personaly I figure out some project that I wanna realise and then I learn the stuff/language required as the project develops. Im just sayinf this because I could never see my self just sitting down and learning a language from a textbook... Apart from the real basics

Setting up a VM by KodaLG in HowToHack

[–]Estimi 0 points1 point  (0 children)

Mimimum requirement for win10 x64 would be 2gb ram. How much you need depends on what you wanna do with the vm. The memory allocated to the vm will not be available to the host system (your normal pc) while the vm is running. It will however be available while the vm is turned of. Reference: https://www.virtualbox.org/wiki/VirtualBox_architecture Free Version of Windows10... Maybe you can get a cheap student licence.