Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- אהלן בריאן :)
- תראה, אני בטוח שיכלת לעשות יותר טוב מזה בפרוייקט הזה..
- רואים בלבול במטרה של מה שניסית לכתוב פה, ועם יותר השקעה היית מצליח למצות את הפרוייקט.
- * We don't use full path! there is a purpose for calling GetFullPathNameA and you decided to ignore it and comment it out. If I will try to run it, obviously it won't run because of that.
- * The GetProcAddress, you needed to get kernel32.dll module address but you got your own dll's address.
- * The OpenProcess call should be used to get notepad.exe HANDLE so we can inject our dll over there, not to get our own process HANDLE. (we even talked about it on Whatsapp)
- * NO MAGIC NUMBERS (path len in VirualAllocEx)
- * Wrong fourth param to WriteProcess Memory. It should have been the path len.
Advertisement
Add Comment
Please, Sign In to add comment