#Manual mapping DLL (using winapi) - addresses wrong?
6 messages · Page 1 of 1 (latest)
did you allocate some memory at that address?
memory doesn't magically exists without being allocated
also most of the contemporary apps have a thing where the addresses of the sections are not fixed, but can be placed anywhere, and then reallocations are applied
here is the repository: https://github.com/ImajinDevon/zofia/blob/main/loader/lib/src/injection/man.rs
not sure what I should do with it