How to create my tool external to dynamorio ?

16 views
Skip to first unread message

Arthur

unread,
Dec 20, 2021, 10:02:27 AM12/20/21
to dynamor...@googlegroups.com
Hi,

I already have a tool but it's build over the samples directory, do we have an actual guide on how to have the tool external to the dynamorio folder ? Wanted to have it more external possible.

Didn't find something to help me over this.

Derek Bruening

unread,
Dec 20, 2021, 1:45:34 PM12/20/21
to dynamor...@googlegroups.com
There is support for creating a custom front-end: https://dynamorio.org/page_deploy.html#tool_frontend

--
You received this message because you are subscribed to the Google Groups "DynamoRIO Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dynamorio-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dynamorio-users/CA%2BKsEn-oc0SUYCvirSmyesHoyxEkidhaY1sG5pn8iebaeJgckg%40mail.gmail.com.

Arthur

unread,
Dec 20, 2021, 1:53:36 PM12/20/21
to dynamor...@googlegroups.com
so I always need to package my tool on the samples ?

Derek Bruening

unread,
Dec 20, 2021, 6:43:10 PM12/20/21
to dynamor...@googlegroups.com
If you mean do you have to use the provided CMake config code for the provided samples, no, you can certainly create your own and use find_package(DynamoRIO...) in the same way.

Arthur

unread,
Dec 20, 2021, 9:16:25 PM12/20/21
to dynamor...@googlegroups.com
Do you have any good examples for me to study over it? found the CMake really hard to understand


Derek Bruening

unread,
Dec 21, 2021, 8:10:26 PM12/21/21
to dynamor...@googlegroups.com
The samples/CMakeLists.txt is probably the simplest we have.  Maybe a CMake tutorial would help: https://cmake.org/cmake/help/latest/guide/tutorial/index.html

Reply all
Reply to author
Forward
0 new messages