btbd / umap

UEFI bootkit for driver manual mapping
523 stars 98 forks source link

mapper suggestions #16

Open LordOfMice opened 3 years ago

LordOfMice commented 3 years ago

1.

The driver must be designed to function without a real driver object.

Is it intentionally restricted? Because it is not to hard (few tens lines of code) to make things working. I have example (checked with umap - on the side of loading driver now, of course) if you want.

  1. Mapper does not free image ("base" in code) on unsuccessful result return from loading driver's DriverEntry. The question is the same - is it intentionally?
orsx commented 1 year ago

The driver must be designed to function without a real driver object.

Is it intentionally restricted? Because it is not to hard (few tens lines of code) to make things working. I have example (checked with umap - on the side of loading driver now, of course) if you want.

  1. Mapper does not free image ("base" in code) on unsuccessful result return from loading driver's DriverEntry. The question is the same - is it intentionally?

Hello, @LordOfMice I was in need of this, could you share with me?

LordOfMice commented 1 year ago

could you share with me?

if you are ready to release binary of new version to public - yes.