Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GameDataEx, MemSearcher, BinaryFile, Fix for GetProcAddress (Linux) a… #1

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

dragokas
Copy link
Collaborator

@dragokas dragokas commented Mar 2, 2021

Скину детальное описание всего на форум.

dragokas and others added 10 commits March 2, 2021 17:02
[ASM_Instruction.inc] Added SizeOfCode, SizeOfProc - to calculate the length of opcode instruction / procedure (thanks to Ms-Rem & The Trick).
[ASM_Instruction.inc] Added IsRelativeCmd - to check whether JMP is relative.
#define PTR & Pointer are deprecated (to prevent confusion with C-Pointers). Use ADDR instead.
#define nullptr is deprecated. Use Address_Null instead.
Added define: ADDR - to view as Address.
Added defines: LA_8, LA_16, LA_24, LA_32 - shortcuts to load 1-4 byte size data from address.
MemSearcher: Added "IsValidPointer", better read access check.
Fixed "engine" library mapping in Left 4 Dead 1.
Fixed warnings on SM 1.11.
VirtualQuery optimizations (Windows).
Fixed "array out of bounds" in FindModuleString
Added "test x,x" (0x85) assembler instruction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant