tracer-sec / hmmz

A terrible crypter written as an exercise in polymorphic code
1 stars 0 forks source link

win10 os: failed to start #1

Open IOBveritas opened 7 years ago

IOBveritas commented 7 years ago

which conditions must be satisfied to make this crypter work ? It doesn't seem to work on win10 x64:

Exception EReadError in module app.exe.{}.exe at 0001CF73.
Error reading CBoxlsMonitoring.Caption: Sream read error.
tracer-sec commented 7 years ago

While pefile supports 64-bit PE files, I didn't make any allowances for them in my code, so I suspect that's the problem.

I should get a chance to have a look at it in a week or so, but it's very much a hobby project, so no promises ;-) Thanks for bringing it to my attention, though!