andremussche / asmprofiler

AsmProfiler is a full tracing 32bit profiler (instrumenting and sampling), written in Delphi and some assembly.
123 stars 50 forks source link

ShCore.dll #6

Open UncleWael opened 1 year ago

UncleWael commented 1 year ago

Instrumenting AsmProfiler.dll can not load using LoadProfilerDll , Dependecy Walker states that it dependes on shcore.dll , which is not available in Windows 7 64x .

andremussche commented 1 year ago

Which version do you use? Because I don't see this when I look at the import dependencies of the latest version: https://github.com/andremussche/asmprofiler/tree/master/Releases ?