liten Posted August 1, 2009 Posted August 1, 2009 hi i need help on my next UDF this UDF will manually browse ever PID (0-4000)and tell you if theres a running process, and if so whats its name THing iswhere do i start, i mean _MemoryOpen ($Range) would problly only tell me of there were valid or not, it wouldnt dispaly name and PID Name being $Func[1], and PID being $Func[2] Please any help is appriciated My UDF:Freeze.au3-Freeze values like CE, ML, ETC[i][/i][u][/u]
liten Posted August 1, 2009 Author Posted August 1, 2009 Ehhh teh BUMP, - yes i know i not suppose to do thathaha My UDF:Freeze.au3-Freeze values like CE, ML, ETC[i][/i][u][/u]
Ascend4nt Posted August 1, 2009 Posted August 1, 2009 ProcessList does all the work for you. My contributions: Reveal hidden contents Performance Counters in Windows - Measure CPU, Disk, Network etc Performance | Network Interface Info, Statistics, and Traffic | CPU Multi-Processor Usage w/o Performance Counters | Disk and Device Read/Write Statistics | Atom Table Functions | Process, Thread, & DLL Functions UDFs | Process CPU Usage Trackers | PE File Overlay Extraction | A3X Script Extract | File + Process Imports/Exports Information | Windows Desktop Dimmer Shade | Spotlight + Focus GUI - Highlight and Dim for Eyestrain Relief | CrossHairs (FullScreen) | Rubber-Band Boxes using GUI's (_GUIBox) | GUI Fun! | IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) | Magnifier (Vista+) Functions UDF | _DLLStructDisplay (Debug!) | _EnumChildWindows (controls etc) | _FileFindEx | _ClipGetHTML | _ClipPutHTML + ClipPutHyperlink | _FileGetShortcutEx | _FilePropertiesDialog | I/O Port Functions | File(s) Drag & Drop | _RunWithReducedPrivileges | _ShellExecuteWithReducedPrivileges | _WinAPI_GetSystemInfo | dotNETGetVersions | Drive(s) Power Status | _WinGetDesktopHandle | _StringParseParameters | Screensaver, Sleep, Desktop Lock Disable | Full-Screen Crash Recovery Wrappers/Modifications of others' contributions: _DOSWildcardsToPCRegEx (original code: RobSaunder's) | WinGetAltTabWinList (original: Authenticity) UDF's added support/programming to: _ExplorerWinGetSelectedItems | MIDIEx UDF (original code: eynstyne) (All personal code/wrappers centrally located at Ascend4nt's AutoIT Code)
PsaltyDS Posted August 3, 2009 Posted August 3, 2009 For more process info, you might check out ProcessListProperties(). >_< Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
liten Posted August 15, 2009 Author Posted August 15, 2009 yes, but in my case the process is hidden, i got the process with wingetprocess ID but when i use that ID with Autoit(PID) it dosent work here is how it looks to me on other programs 00000FD8-Explorer.exe 00000FD9-Explorer.exe 00000FDA-Explorer.exe 00000FDB-Explorer.exe and when i do winget process ID (rem were imagining this is the hidden process) since it cant find Explorere.exe in the reg list it comes here and returns FD8 not in hex _Memory Open dosent work My UDF:Freeze.au3-Freeze values like CE, ML, ETC[i][/i][u][/u]
PsaltyDS Posted August 18, 2009 Posted August 18, 2009 On 8/15/2009 at 3:26 AM, 'liten said: yes, but in my case the process is hidden, i got the process with wingetprocess ID but when i use that ID with Autoit(PID) it dosent work here is how it looks to me on other programs00000FD8-Explorer.exe00000FD9-Explorer.exe00000FDA-Explorer.exe00000FDB-Explorer.exeand when i do winget process ID (rem were imagining this is the hidden process) since it cant find Explorere.exe in the reg list it comes here and returns FD8 not in hex_Memory Open dosent workWork to do what? You got a PID from WinGetProcess(), and then tried to do what with it? >_< Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
strikeraid Posted August 19, 2009 Posted August 19, 2009 I'm guessing he tried to use _MemoryOpen, but that failed even with the PID.
PsaltyDS Posted August 19, 2009 Posted August 19, 2009 On 8/19/2009 at 7:02 PM, 'strikeraid said: I'm guessing he tried to use _MemoryOpen, but that failed even with the PID.I don't spend any time with them, so I could be wrong, but my understanding is that the memory functions out there work on process handles -- not the same thing as process ID (PID). >_< Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now