Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hide Target Process Ideas

Featured Replies

Posted

Need some ideas to hiding the process name in task manger of target....


 


I have a target which I am creating the process in suspended mode and writing bytes to, The target it self checks if there is multiple instants of it self running by using looking for any processes with the same name e.g "target.exe". I could over come this by copying Target.exe and renaming it e.g Target1.exe which would work just fine, But I don't want a folder full of Targets.exe each time I run this loader. Hopefully someone has ideas how to over come this without copying multiple instants of target.exe and renaming them.


  • Author

Thanks for that ragdog, Now that I think about it... It has nothing to with Task manager as that's just where the user see's it. The target is checking something maybe enumerating all open process and if the target.exe is runnign it will not execute another instants... This where I need to get around that problem so I can run multiple instants of target.exe without closing.. using createprocess I can patch some where to prevent this... the question is where would I look?


Helper methods (CreateToolhelp32Snapshot, EnumProcesses, etc.) will most likely call NtQuerySystemInformation at some point.


 


So, the best place to patch would be NtQuerySystemInformation with SystemInformationClass = SystemProcessInformation


 


 


EDIT: or you can just use HideToolz.. ;)


Edited by kao

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.