Dll functions???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • S Anbu
    New Member
    • Jul 2011
    • 1

    Dll functions???

    Hi dude...
    I m trying to extract the Functions present in DLL file using c#... I m new to C# could anybody explain me how can i do tat...
    [To be more clear, an .exe in "www.max2k. com" titled "DLLFunctio ns", you can find that under "Quick Access". There's a image for that .exe, which has the list of functions for a given dll file... This is what i want to do]... Help me plz...
  • Utkarsh
    New Member
    • Aug 2011
    • 1

    #2
    Hi Anbu
    You can use IL de-assembler to view the functions (members) of an assembly (i.e dll/exe) which is targeted to .Net .
    for, other type of dll (eg. user32.dll) you need to try CFF explorer .
    Last edited by Niheel; Aug 26 '11, 08:28 AM. Reason: please don't post links to promote.

    Comment

    Working...