Jump to content

q: finding non standard control DLLs


Recommended Posts

i'm attempting to find ways to manipulate a program with non standard controls: TClientGrid, TxRealGrid.

the program seems to use a mix of Borland C++ and .NET; i'm trying to see which DLL the program is using to create these Grid controls, so that i can use DllCall as well.

i'm using Anywhere PE viewer and Dependency Walker so far.

i may have narrowed it down to Vcl60.bpl but i am not entirely sure.

does anyone have any suggestions on what can be done to narrow down a specific control class to a dll?

Link to comment
Share on other sites

I wonder this is not such simple to just find right DLL.

For nonstandard controls there is no known solution yet as far as I know.

Just silly one with Send() and ControlSend()

or direct memory reading/writing - but for this one you must have hacker skills with dissassemblers/debugers/assembly language

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...