Fadi002 / de4py

toolkit for python reverse engineering
https://de4py.000.pe
GNU General Public License v3.0
850 stars 75 forks source link

chrome blocked #11

Closed mithuncoder closed 7 months ago

mithuncoder commented 7 months ago

screenshot

When I Download the zip file, Chrome Will blocked the download and mark as Malicious..Why?

AdvDebug commented 7 months ago

de4py have some modules that modify the program behavior using hooking to (for example) tell you what the program is doing and even dump socket content and it's a toolkit that contains a lot of code that AVs may find malicious, because this program is a RE toolkit it can obviously be marked as malicious while it's not because of the modules in it and the injection capabilities it have that should be used in order for it to be able to inject itself into the python program and monitor it's behavior.