SparkSoft Posted December 13, 2010 Posted December 13, 2010 I was googling around, and found this DLL Function ViewerIt lists all the functions you can call from a chosen dllCould be usefull for people learning to call dlls [center]First Ever Script/App[/center][center]Simple Battery Meter[/center]
funkey Posted December 13, 2010 Posted December 13, 2010 ?do=embed' frameborder='0' data-embedContent> Programming today is a race between software engineers striving tobuild bigger and better idiot-proof programs, and the Universetrying to produce bigger and better idiots.So far, the Universe is winning.
kaotkbliss Posted December 13, 2010 Posted December 13, 2010 (edited) Wow, great find! I know I will be getting this as soon as I get home. It will help a lot when I start to learn DLL calls *edit* And thank you funkey! (as well as Monoceres for the creation) The more options the better. BTW, your avatar still hurts my eyes Edited December 13, 2010 by kaotkbliss 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
SparkSoft Posted December 13, 2010 Author Posted December 13, 2010 (edited) just something i found while looking for something Download link for Monoceres doesnt work Edited December 13, 2010 by SparkSoft [center]First Ever Script/App[/center][center]Simple Battery Meter[/center]
funkey Posted December 13, 2010 Posted December 13, 2010 @kaotkbliss: I tried it myself: But it's by far not that good: @SparkSoft: Try it later. Programming today is a race between software engineers striving tobuild bigger and better idiot-proof programs, and the Universetrying to produce bigger and better idiots.So far, the Universe is winning.
Mat Posted December 13, 2010 Posted December 13, 2010 I download the whole sysinternals suite. Don't know what half of it does, but it is handy to have. The entire suite is available here: http://technet.microsoft.com/en-us/sysinternals/bb842062 I use most of them looking at the list, some are very basic no-nonsense programs, but a few have GUI's and more advanced options. AutoIt Project Listing
Ascend4nt Posted December 13, 2010 Posted December 13, 2010 (edited) Problems with the above:NirSoft's DLL Export Viewer doesn't know about or handle forwarder strings (many times you'll wind up with bad addresses)Monoceres' DEE doesn't handle PE32+ (x64) files, and crashes as well as other misc. problemsfunkey's.. well, they know the function isn't a real export viewerThe solution:My File + Process Imports/Exports Information UDF. It reads and reports things just as it should, plus reports Imports which none of the above do.The one thing that Nirsoft can do that mine can't is read COM exports, though I haven't tested it out. If only they would fix the forwarder strings issue..*edit: link Edited December 13, 2010 by Ascend4nt My contributions: 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)
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