|
-
November 26th, 2017, 03:59 AM
#1
dll code, don't know how to proceed
hello,
so I wanna make a dll injection using this c++ code https://github.com/tensaix2j/DLLinjection I haven't tried it yet but I think it will work, so I wanna inject it to an application that looks something like this
rank2.jpg
and I wanna manipulate the way it works something like making a dll code saying that "put person_D at the top" or "delete person_A from the list". So days of research about this I haven't found anything that could help me but something came up my mind, can I do it like
"
for rows in ranking_column
___if rows == person_A
______delete person_A
"
but still don't know how do I do that, I think I still need to "handle"(I don't know if this is right term) the column so that I could do things like that..
well thanks anyway..........
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|