-
Notifications
You must be signed in to change notification settings - Fork 68
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
Error: Unable to inject #11
Comments
Hi Symeon, Nice to see you in this project! Thanks for the interest. I have never tried to inject into Edge, I gonna try and update you. Are you using 64bit drltrace's build for this task ? You can't inject 32bit dynamorio.dll into 64-bit processes. Regarding the crashing function, drltrace was primarily designed to research malware (they usually don't crash :)), so, thanks for reporting this problem. I think it is more relevant to DR in general... |
Ahh! Yep, my bad I used the x86 version, the x64 worked perfectly! Cheers |
Yes, I am planning to update this release. |
Brilliant, thanks so much! Here's another question, as far as I can tell drltrace so far has the ability to launch binaries and start tracing the calls. Do you think would it possible to add a functionality where drltrace can inject to an already running process (eg IE/Edge) and start recording the trace from that moment? If it's easy I'd love to help you implement that. (I need to find a good motivation to start learning DR!). If not, then you could share some TODOs so I could work on those if you don't mind! Cheers |
Yes, there are a lot of unknown types for drltrace which are not implemented. |
Regarding TODOs, you can take a look on already opened issues, there are a lot of things need to be implemented :) |
Hello Maksim!
I'm stalking your projects 😅 - on a more serious note I've recently
discovered this project and it's very awesome for bug hunting as well. I discovered
some interesting functions while playing with this tool, however I am not able
to inject Microsoft Edge, is this a limitation from DR itself?
Am on a Windows 10 x64 system.
Also, I have another case where if the app crashes, the crashing function won't be shown at the log.
Are you aware of this? Lastly I'm having some issues re compilation but I should open a new issue for that one.
Thanks so much!
The text was updated successfully, but these errors were encountered: