Skip to content

API Reference

InWILL edited this page Feb 4, 2022 · 4 revisions

Locale_Remulator API Reference

The Table of Contents provides a listing of the available API functions, which can be grouped as follows:

LRCommonLibrary

Common Library for C++ to Create/Remove file mapping object in memory cache.

  • LRProfile
  • LRConfigFileMap
  • WrtieConfigFileMap
  • ReadConfigFileMap
  • FreeConfigFileMap

LRHook

Main dll is injected into executable file.

  • DllMain

LRHookFunc

APIs for hook functions.

  • AttachFunctions
  • DetachFunctions
  • HookMessageBoxA
  • HookGetACP
  • HookGetOEMCP
  • HookSendMessageA
  • HookMultiByteToWideChar
  • HookWideCharToMultiByte
  • HookWinExec

LRProc

Main entrance to run an application and inject LRHook.dll file.

Clone this wiki locally