codecave
How to hook Native process whose export functions are not available?
I need to solve a reverse engineering problem of a native process. I am having unmanaged .exe of having some controls on it ( e.g TextBox, Buttons, TextAreas, ComboBoxes). After filling all the data o[详细]
2023-03-19 06:39 分类:问答How to serialize the data from hooked process for injector in C# and C++/CLI?
I am facing a strange problem while serializing the data from hooked process for injector (which injected the spy dll into some other process). I am successfully landing spy dll into other managed pro[详细]
2023-03-04 06:37 分类:问答Does an Export table contain all entries of Win32 Exe functions?
I need to know all of a Win32 (PE File) functions or class methods contained inside its Export table. Where can I get this in开发者_开发问答formation? I understand every section of the PE file format[详细]
2022-12-23 11:34 分类:问答Problem with a trainer I'm trying to create (for educational purposes)
I\'m trying to create a trainer for Icy Tower 1.4 for educational purposes. I wrote a function that shorten the WriteProcessMemory function like that:[详细]
2022-12-17 01:24 分类:问答