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

DrMalloc: turn malloc interception into a DR Extension #824

Open
derekbruening opened this issue Nov 28, 2014 · 1 comment
Open

DrMalloc: turn malloc interception into a DR Extension #824

derekbruening opened this issue Nov 28, 2014 · 1 comment

Comments

@derekbruening
Copy link
Contributor

From bruen...@google.com on March 09, 2012 09:43:47

xref issue #822 and issue #823 another extension from the original discussion was DrMalloc: malloc/free interception. this would be alloc.c and perhaps also heap.c. would depend on DrSyscall but otherwise is already fairly well-contained.

Original issue: http://code.google.com/p/drmemory/issues/detail?id=824

@derekbruening
Copy link
Contributor Author

From bruen...@google.com on January 23, 2013 09:23:48

as we decided, DrSyscall does not indicate which syscall map memory, so
DrMalloc should do that. this is not trivial, as some unusual syscalls map
memory: (e.g., NtMapCMFModule and NtGdiCreateDIBSection).

we want this for Umbra.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant