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

convert driver to shellcode #10

Open
Waterman178 opened this issue Apr 18, 2020 · 1 comment
Open

convert driver to shellcode #10

Waterman178 opened this issue Apr 18, 2020 · 1 comment

Comments

@Waterman178
Copy link

Is there any tool that can convert the driver to shellcode?My driver is written in c ++.I heard that you can use llvm to compile the driver into shellcode, I don't know how to use it, do you know?

@hasherezade
Copy link
Owner

Drivers can be reflectively loaded as well, so I think it would be possible to write an analogous converter, that would "shellcodify" drivers. But that would require writing completely different stubs, as the functions used by the reflective loader are going to be different.
I may do it at some point if more people will be interested.
Regarding conversion via llvm, it is a completely different approach than what this project does.

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

2 participants