Vulmatch

Results 10 comments of Vulmatch

@HE-UMU @kmackinley @newuser54 I figured it out. It is because the DLL injection works only when 32bit injects 32 exe or 64 bit inject 64bit. In this repo, the author...

Ohhhh, finally it worked. I configured the virtual machine to contain 4 cores rather than one core and the problem solved. This is really a damn awesome project!

I tried using their provided toy_sample. In this case, -sample needs to point to the built example_library.dll. Then in the CLI, it outputs the generated harness code.

> I figured out the problem was in harness generation, when I try you Tracer.dll to create a harness I'm getting an error: Failure to map DLL ~\pin\source\tools\Tracer\x64\Release\Tracer.dll. I checked...

@luzheying Hi, did you solved your problem? You may look at my solution at #20 .

@whj0401 Hi, I happen to test Asm2Vec these two days. I have the similar issue and solved. Think it is a jre version problem. you may look at #20.

> Can you tell me how to generate the harness(command)? Thank you very much!!! I can't remember specifically what I did to successfully generate the harness code. I just followed...

> @LeoLiu-2020 @gonbbb I‘m also interesting in this problem. If you have figured it out, can you tell me more details? It's been a while since I answered this problem....

I also tested on Windows 10 18362.30 build. The same error occur. After investigation, I found the root cause is line 120 in Poison.cpp: *(PCHAR)exAllocAddr = '\xe9'; This line introduces...

Problem solved. I added those lines before line 120 in Poison.cpp: _asm { cli; push eax; mov eax, cr0; //mov uAttr, eax; and eax, 0xFFFEFFFF; // CR0 16 BIT =...