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

Application is x64-only #1

Open
valinet opened this issue Mar 15, 2024 · 1 comment
Open

Application is x64-only #1

valinet opened this issue Mar 15, 2024 · 1 comment

Comments

@valinet
Copy link
Owner

valinet commented Mar 15, 2024

The app core is portable, i.e. patches themselves are JavaScript/CSS injected in a web page. The infrastructure around the application is not portable at the moment:

  • IAT patching in worker
  • COM objects virtual table patching in worker
  • Kernel mode driver is tested only on x64, but in theory should work on ARM64 as well
  • Main problem is with the driver loader - GIGABYTE's driver is, of course, x64-only. Find an alternate driver and craft an exploit around it for ARM64. Alternatively, find another method altogether to install the worker in Outlook's program folder in a friction-less way.

Due to limited time on hand, I won't be taking on porting this to ARM64, but I support/encourage anyone willing to attempt a port. I suggest starting with a solid plan first which you can describe here.

@Neustradamus
Copy link

@valinet: Have you progressed on it?

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