radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.33k stars 2.97k forks source link

Improve r2r speed on Windows #16729

Open XVilka opened 4 years ago

XVilka commented 4 years ago

I think there might be some bottlenecks in that, it takes around 10 min on Linux and 30 min on Windows.

pelijah commented 4 years ago

Tests from db/asm take ~30s. As you can see here more than a half of that time is spent on CreateProcess(). изображение

pelijah commented 4 years ago

Ok it is my fault. Partially slowdown is caused by antimalware service. With disabled AM service db/asm tests take ~19s.

kazarmy commented 4 years ago

It was worth investigating, though it doesn't seem to be where the big slowdowns are.

XVilka commented 4 years ago

@condret see this one.