Blank-c / Blank-Grabber

The most powerful stealer written in Python 3 and packed with a lot of features.
MIT License
758 stars 210 forks source link

is it possible to compile blank grabber into a dll instead of a exe #352

Closed buzzbyzz11 closed 1 year ago

Blank-c commented 1 year ago

No sorry, not possible.

ghost commented 1 year ago

I wish then dll injection would be

Kalm

ghost commented 1 year ago

Lies all lies @Blank-c ur wrong @buzzbyzz11 try tis https://github.com/hasherezade/exe_to_dll

ghost commented 1 year ago

Also ur grabber @Blank-c has a bad exploit

ghost commented 1 year ago

@buzzbyzz11 why do u need dll ? Is it for a dll injection in a RAT?

Blank-c commented 1 year ago

Lies all lies @Blank-c ur wrong @buzzbyzz11 try tis https://github.com/hasherezade/exe_to_dll

The PyInstaller packed exe is simply a C compiled exe file which has the Python files appended to it.

If you convert it to dll (which you shouldn't), you will only get the useless Pyinstaller bootloader.

ghost commented 1 year ago

Wat?bootloader??? It's not an os

Blank-c commented 1 year ago

Check pyinstaller's github repo.