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

Injection (not BSA) #59

Closed
gjf opened this issue Jun 18, 2020 · 4 comments
Closed

Injection (not BSA) #59

gjf opened this issue Jun 18, 2020 · 4 comments
Labels
documentation Improvements or additions to documentation Feature request New feature or idea

Comments

@gjf
Copy link

gjf commented Jun 18, 2020

Long long time ago in a galaxy far far away it was possible to inject not only BSA dll, but some others also:

Antidel: https://www79.zippyshare.com/v/TqgoF9pH/file.html - simple addon tricking the program to prevent deletion of file. Very helpful when analyzing something that tries to delete all traces after run.

SbieAKL: https://www78.zippyshare.com/v/63Q21Twz/file.html - is a dll used to block the keylogger and clipboard monitor which are sandboxed.

Sbiextra: https://www84.zippyshare.com/v/lnvKGG7X/file.html - DLL to block sandboxed processes from accessing information about processes running outside the sandbox, and to prevent them from reading the memory of any process not running in their same sandbox.

(Some additional info is attached in every archive).

I've tried to inject these good old modules but with no success.

Is it possible to implement these functionality?

@DavidXanatos
Copy link
Member

I will take a look...
about SbieAKL shouldn't modern sbie versions already effectively block keylogging?

@gjf
Copy link
Author

gjf commented Jun 19, 2020

about SbieAKL shouldn't modern sbie versions already effectively block keylogging?

Good question. Don't know - never tested it.

@DavidXanatos
Copy link
Member

The new release has a function to hide selected host processes from sandboxed processes.
And in the modern sbie builds a sandboxed process shouldn't be able to read memory of unsandboxed processes.

So what aside of "prevent deletion of file" is still missing from the functionality of those dll's ?

@gjf
Copy link
Author

gjf commented Jul 5, 2020

So what aside of "prevent deletion of file" is still missing from the functionality of those dll's ?

Looks like antidel is really the only thing remaining.

@isaak654 isaak654 added documentation Improvements or additions to documentation Feature request New feature or idea labels Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Feature request New feature or idea
Projects
None yet
Development

No branches or pull requests

3 participants