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

How to pass the args to my executeable (shellcode) #44

Open
acodervic opened this issue Mar 1, 2024 · 1 comment
Open

How to pass the args to my executeable (shellcode) #44

acodervic opened this issue Mar 1, 2024 · 1 comment

Comments

@acodervic
Copy link

In windows i have some tools of exe , But i cant get them source code . It must be start with some commandline args .
How to pass the args to shellcode ?
Thanks ! Please help me ,Good bless you !

@bird00101011
Copy link

bird00101011 commented Jun 13, 2024

早上好,贡献者,有很多的方式可以做到传递参数:

  1. 可以把参数放在本地文件里,当shellcode被执行时读取本地文件,是不是可以达到传递参数的作用?
  2. 还可以通过共享内存的方式,比如说,加载shellcode并执行的父进程开辟一个共享内存区域,然后加载的shellcode中读取共享内存里的数据,也可以做到,具体没试过,也许可以做吧?

目前我也在做这方面的应用,希望能帮到你。

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