Jump to content

Using ActiveX controls and DLLs directly from memory buffer (C#)

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Nadya

Nadya

    Newbie

  • Members
  • PipPip
  • 10 posts
Hi!
Is it possible to use ActiveX controls and dynamic libraries without installing an application, by simply running EXE file? It’s means there is no temporary files, all ActiveX controls and DLLs are used from memory buffer.
Thank you!

#2
gokuajmes

gokuajmes

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 518 posts
well that is possible but error prone process , if you know assembly language then you might understand the concept more easier because when you write a code into memory there is soo much to alter for your code to be referenced.
You could try for a Code Injection Technique if you know it

#3
Nadya

Nadya

    Newbie

  • Members
  • PipPip
  • 10 posts
And how about BoxedApp Packer? One friend advised me to use it.