Skip to content

Tags: boolking/dynamorio

Tags

release_6_0_0

Toggle release_6_0_0's commit message
i#1785: drinject should fail if app is not reg: return false if no co…

…nfig found

- return false in dr_inject_process_inject if no config for app is found

Fixes DynamoRIO#1785

Review-URL: https://codereview.appspot.com/264670043

release_5_0_0

Toggle release_5_0_0's commit message
i#1542: handle double quotes in client options

Augments drconfiglib to pick a -client_lib delimiter to avoid quote
character conflicts.

Adds DR_CONFIG_OPTIONS_INVALID, with drconfiglib returning it when it finds
; or can't find a delimiter (== client path + options together contain all
3 quote types).

Documents these limitations in intro.dox and dr_config.h.

Fixes issue 1542

SVN-Revision: 2835

release_4_2_0

Toggle release_4_2_0's commit message
Official 4.2.0 release

SVN-Revision: 2445

release_4_1_0

Toggle release_4_1_0's commit message
Update version to 4.1.x, and make 4.1 incompatible with 4.0

SVN-Revision: 2209

release_4.0.1

Toggle release_4.0.1's commit message
Update docs for 4.0.1 release. Added separators between changelists as

we now have quite a few.

SVN-Revision: 1814

release_4_0_0

Toggle release_4_0_0's commit message
Set version number to 4.0. for official release.

Set OLDEST_COMPATIBLE_VERSION to version 4.0 because of backward binary
compatibility breaks in drmgr, drsyms, drinjectlib, and
dr_get_milliseconds().

SVN-Revision: 1801

release_3_2_0

Toggle release_3_2_0's commit message
3.2 release

+ drsyms and feature list docs tweaks
+ version bump

SVN-Revision: 1302

release_3_1_0

Toggle release_3_1_0's commit message
changes for official 3.1 release

+ version update to 3.1
+ added info on cygwin unzip not preserving perms
+ added note on cmd being 32-bit from cygwin
+ update DRgui copyright
+ build with DRGUI_DEMO to remove unsupported menu items

SVN-Revision: 1222

release_2_2_0

Toggle release_2_2_0's commit message
remove ifdef LINUX since before it is set in configure.h

SVN-Revision: 714

release_2_1_0

Toggle release_2_1_0's commit message
fixes issue 390

install and package.cmake fixes:
+ missing logs dir: need extra escape through DR_install macro
+ drpreinject.pdb in subdir: wrong dest dir for Windows
+ modify cmake_install.cmake files to not check for
  current config, for VS generator
+ build tools in debug builds for package to have a complete
  set of exported targets, for VS generator

SVN-Revision: 602