Skip to content
View in the app

A better way to browse. Learn more.

ResHax

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.
Help us keep the site running.

[HELP] how to use function from dll ?

Featured Replies

  • Author
  • Localization

lamjed001, posted Fri Apr 10, 2020 7:05 pm (55740)


I have dll files !


There are a function that encrypt content and put it in variable named X-Client-Sign.
I need to use this function to encrypt content using quickbms and i need to get function sourcecode if it is possible because i need to translate it to php

Thank You!

hash.zip

  • Author
  • Localization

lamjed001, posted Fri Apr 10, 2020 7:07 pm (55741)


I hope I learn this because I like this field and i care about it, but I don't know how
I hope someone will teach me or send me videos that teach me
  • Author
  • Localization

aluigi, posted Sat Apr 11, 2020 8:15 pm (55767)


It's quite easy to do that with quickbms but most depends by the prototype of the function you want to call and by your work in figuring out the correct calling convention and arguments (reverse engineering):
CallDLL hash.dll name_of_the_function stdcall RETURN_VALUE [ARG1] [ARG2] ... [ARGn]

"stdcall" is the classical calling convention on Windows, but some C/C compilers opt for "cdecl" while other programming languages and compilers opt for thiscall and so on (that makes everything more long and complex).

I didn't and will not check your dll, and I can't help figuring out the prototype, calling convention, name of the function, definitely will not help with reverse engineering.

Probably you don't need any dll for calculating that "X-Client-Sign", Google: "sha256hex(client_api_id json client_api_key)"
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

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.