We can write like this: ```pascal for var i := 1 to 10 do LoadLibrary('test.dll'); ``` In `LoadLibrary` was hooked with `MemoryModuleHook`, the above code will cause access violation or unexpected errors.
We can write like this:
In
LoadLibrarywas hooked withMemoryModuleHook, the above code will cause access violation or unexpected errors.