Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RaidUnitRegisterInterfaces arguments #8

Open
illion20 opened this issue Mar 30, 2019 · 1 comment
Open

RaidUnitRegisterInterfaces arguments #8

illion20 opened this issue Mar 30, 2019 · 1 comment

Comments

@illion20
Copy link

For windows 10 1809 it seems the function RaidUnitRegisterInterfaces takes multiple arguments. I assume this might kill this whole approach, is it something you are familiar with?

jvK2PrW

@ghost
Copy link

ghost commented Oct 14, 2019

Not related to 1809, but it works fine on 1903. (https://github.com/alxbrn/wmi-static-spoofer-1903)

Should work fine for 1809 as well, just update the offset & structure.

image

Edit: Structure for whatever winver you are on can be found easily using windbg

dt storport!_RAID_UNIT_EXTENSION -b

To get the offset, I personally just rebase the memory inside of IDA to 0x000... And then just grab the offset of RaidUnitRegisterInterfaces.

As seen here:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant