Copy layer contained more docs open - crash inDesign

Hello world

As part of my workflow, I wrote a script which meant to copy the contents of a particular layer (in this case "the palette") of any document that you currently have active during any open document that start with the same name (IE. "order 2341 - big" would copy and replace the contents of the Layer palette in "order 2341 - small, but the script ignores all documents that do not begin with 'order 2341')."

The problem is that the pasteInPlace(); component of my script crashes inDesign (I'm under CS 5.5). Curiously, if I stop the script before this point and paste the content manually it works fine, so it seems that it is only the script component that has the problem. Anyone would be able to take a look and see if there is something I am doing wrong, or if it's just a strange bug IDS?

//script to copy contents of a specific layer over to all other opened documents that begin with the same name
//written by Steve Eberhardt
var myDocument = app.activeDocument;
var docName = myDocument.name.match(/[^-]+/);
var paletteLayer = null;
var count = 0;


paletteLayer = app.activeDocument.layers.itemByName("palette");
var paletteObjects = app.activeDocument.layers.itemByName("palette").allPageItems;
app.select(paletteObjects);
app.copy();


var docs = new Array();
for (var i = app.documents.length - 1; i >= 0; i--) {
    docs.push(app.documents[i].name);
}


for (var i = 0; i < docs.length; i++) {
    app.activeDocument = app.documents.itemByName(docs[i]);
    var otherDoc = app.activeDocument.name.match(/[^-]+/);
    if (docName.toSource() == otherDoc.toSource() && app.activeDocument != myDocument) {
        paletteLayer = app.activeDocument.layers.itemByName("palette");
        app.select(paletteLayer.allPageItems);
        try {
            var paletteGroup = new Array;
            paletteGroup = app.selection;
            app.activeDocument.groups.add(paletteGroup);
        } catch (_) {}
        paletteLayer.groups[0].remove();
        app.pasteInPlace();//this action crashes indesign
    }
}


app.activeDocument = myDocument;
alert("Copied " + myDocument.name.replace(/.indd$/, '') + " palette to " + count + " documents");

Thank you!

Hello

I suggest using the method duplicate() instead of the user interface select - copy - paste

Something like:

var
  myDocument = app.activeDocument,
  docName = myDocument.name.match(/[^-]+/),
  paletteLayer = app.activeDocument.layers.itemByName("palette"),
  paletteObjects = paletteLayer.pageItems.everyItem(),
  docs = app.documents.everyItem().getElements(),
  i, otherDoc;
for ( i = docs.length - 1; i >= 0; i-- ) {
    app.activeDocument = docs[i];
    otherDoc = docs[i].name.match(/[^-]+/);
    if (docName.toSource() == otherDoc.toSource() && app.activeDocument != myDocument) {
       paletteLayer = app.activeDocument.layers.itemByName("palette");
       paletteLayer.pageItems.everyItem().remove();
       paletteObjects.duplicate(paletteLayer);
       }
  }
app.activeDocument = myDocument;

Jarek

Tags: InDesign

Similar Questions

  • I can't open the InDesign program, which I have been using now for over 18 months...  He starts to open then crashes, I uninstalled/re-installed the program and always without success.

    I can't open the InDesign program, which I have been using now for over 18 months...  He starts to open then crashes, I uninstalled/re-installed the program and always without success.

    Hi all

    A hotfix is now available for licensing.

    Please click on the link below and follow the steps.

    Easy steps to follow and should help you to solve the problem.

    https://helpx.Adobe.com/InDesign/KB/crash_on_launch.html

    Thanks and greetings

    Kaushik Afonso

  • Hello. I explained the following error in InDesign. When you open a file that is stored on a server, I get an error message because the file is already open, or don't have sufficient permissions. If I copy to the desktop and open it, I have no p

    Hello. I explained the following error in InDesign. When you open a file that is stored on a server, I get an error message because the file is already open, or don't have sufficient permissions. If I copy to the desktop and open it, I have no problem. Can someone help me? Thank you.

    Is there a file .idlk remaining on the server which is not removed properly?

  • PB to open an indesign doc while I own software

    I have indesign adobe 7.0 in recent years with PV on XP pro and I can't open an indesign document sent by a colleague. I'm trying to download the updates (there is a small icon updates adobe in my screen below on the left bar) but the update fails. That do I do? Thank you!

    See which version is using your colleague and that to at least level.  This could mean having to upgrade your hardware and/or operating system as well.

  • Crash InDesign CC from trackers

    Installed CC on new computer Mack Book Pro 15 retina 2012 model

    Photoshop and Illistrator CC work fine, but

    Opening Indesign CC gets from trackers and accidents

    Journal

    Process: Adobe InDesign CC [379]

    Path: / Applications/Adobe InDesign InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Adobe CC

    ID: com.adobe.InDesign

    Version: 9.1.0.33 (9100)

    Code type: X 86-64 (Native)

    Parent process: launchd [159]

    Responsible for: Adobe InDesign CC [379]

    User ID: 502

    Date/time: 2013-12-28 10:14:11.845 + 1100

    OS version: Mac OS X 10.9.1 (B 13, 42)

    Report Version: 11

    Anonymous UUID: FA1527C1-458E-A65D-C0B4-4EA4CC96E0BB

    Crashed Thread: the queue on the Main Thread 0 shipping: com.apple.main - wire

    Exception type: EXC_CRASH (SIGABRT)

    Exception codes: 0 x 0000000000000000, 0 x 0000000000000000

    Request for clarification:

    termination with eception exception of type dvacore::filesupport:dir_create_exception: $$$ / dvacore/filesupport/DirCreate = the directory ' @0 ' could not be created. " Please check the rights of protection or permission from parent directory.

    Abort() called

    Thread 0 crashed: main Thread Dispatch queue: com.apple.main - wire

    0 libsystem_kernel.dylib 0x00007fff91cb9866 __pthread_kill + 10

    1 libsystem_pthread.dylib 0x00007fff91cc935c pthread_kill + 92

    2 libsystem_c.dylib 0x00007fff9108dbba demolition + 125

    3 libc ++ abi.dylib 0x00007fff8cdeb141 abort_message + 257

    4 libc ++ abi.dylib 0x00007fff8ce10aa4 default_terminate_handler() + 240

    libobjc 5. A.dylib 0x00007fff8c66e322 _objc_terminate() + 124

    6 libc ++ abi.dylib 0x00007fff8ce0e3e1 std::__terminate (void (*) ()) + 8

    7 libc ++ abi.dylib 0x00007fff8ce0de6b __cxa_throw + 124

    8 com.adobe.dvacore.framework 0x00000001006b167f dvacore::filesupport::DirHelper::Create() + 687

    com.Adobe.dvacore.framework 9 0x00000001006b25c1 dvacore::filesupport::DirHelper::PrefDir() + 129

    10 com.adobe.dvacore.framework 0x00000001006c0f07 dvacore::filesupport::Dir::PrefDir() + 23

    11 com.adobe.exo.framework 0x00000001028a8025 exo::app::AppBase::LoadAppSettings() + 21

    12 com.adobe.exo.framework 0x00000001028a7a9e exo::app:AppBase:Initialize(exo::app::AppInitArgs&) + 942

    13 com.adobe.InDesign.Application UI 0x0000000114ab0807 0x11497a000 + 1271815

    14 com.adobe.InDesign.AppFramework 0x000000011486e605 0 x 114762000 + 1099269

    15 com.adobe.InDesign.AppFramework 0x000000011486ea7e 0 x 114762000 + 1100414

    16 main 0x0000000100001dbc com.adobe.InDesign + 412

    17 com.adobe.InDesign 0x0000000100001bb4 start + 52

    Thread 1: dispatch queue: com.apple.libdispatch - Manager

    0 libsystem_kernel.dylib 0x00007fff91cba662 kevent64 + 10

    1 libdispatch.dylib 0x00007fff8fa4e43d _dispatch_mgr_invoke + 239

    2 libdispatch.dylib 0x00007fff8fa4e152 _dispatch_mgr_thread + 52

    Thread 2:

    0 libsystem_kernel.dylib 0x00007fff91cb9716 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff91ccac77 _pthread_cond_wait + 787

    2 com.apple.CoreServices.CarbonCore 0x00007fff864f6c37 TSWaitOnConditionTimedRelative + 148

    3 com.apple.CoreServices.CarbonCore 0x00007fff864c738d MPWaitOnQueue + 192

    4 PMRuntime.dylib 0x0000000101661be1 0 x 101660000 + 7137

    5 com.apple.CoreServices.CarbonCore 0x00007fff864c790b PrivateMPEntryPoint + 58

    6 libsystem_pthread.dylib 0x00007fff91cc8899 _pthread_body + 138

    7 libsystem_pthread.dylib 0x00007fff91cc872a _pthread_start + 137

    8 libsystem_pthread.dylib 0x00007fff91cccfc9 thread_start + 13

    3 wire:

    0 libsystem_kernel.dylib 0x00007fff91cb9e6a __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff91cc9f08 _pthread_wqthread + 330

    2 libsystem_pthread.dylib 0x00007fff91cccfb9 start_wqthread + 13

    Thread 4:

    0 libsystem_kernel.dylib 0x00007fff91cb9e6a __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff91cc9f08 _pthread_wqthread + 330

    2 libsystem_pthread.dylib 0x00007fff91cccfb9 start_wqthread + 13

    Slide 5: com.apple.CFSocket.private

    0 libsystem_kernel.dylib 0x00007fff91cb99aa __select + 10

    1 com.apple.CoreFoundation 0x00007fff8f325d43 __CFSocketManager + 867

    2 libsystem_pthread.dylib 0x00007fff91cc8899 _pthread_body + 138

    3 libsystem_pthread.dylib 0x00007fff91cc872a _pthread_start + 137

    4 libsystem_pthread.dylib 0x00007fff91cccfc9 thread_start + 13

    Wire 6: IPCClient rcvr: FMClient.502.379.140735182103312.1

    0 libsystem_kernel.dylib 0x00007fff91cb99aa __select + 10

    1 com.extensis.cpp - core-framework 0x000000010ec2162d GIPCReceiver::OSWaitForData() + 2975

    2 com.extensis.cpp - core-framework 0x000000010ec16004 GIPCClient::ReceiverThreadProc(GThread*) + 798

    3 com.extensis.cpp - core-framework 0x000000010ec949d5 GThread::PthreadInternal(void*) + 223

    4 libsystem_pthread.dylib 0x00007fff91cc8899 _pthread_body + 138

    5 libsystem_pthread.dylib 0x00007fff91cc872a _pthread_start + 137

    6 libsystem_pthread.dylib 0x00007fff91cccfc9 thread_start + 13

    Wire 7: Agent IF Message Handler

    0 libsystem_kernel.dylib 0x00007fff91cb9716 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff91ccac3b _pthread_cond_wait + 727

    2 com.extensis.cpp - core-framework 0x000000010ec53b64 GSemaphore::TimedWait (unsigned int) + 76

    3 com.extensis.cpp - core-framework 0x000000010ec1a8bd GIPCClient::GIPCMTDataAccumulator:WaitForData(unsigned_int,_std::vector<char,_std::allocator<char>_>&,_bool) + 37

    4 com.extensis.ExtensisFontManagement.sdk 0x000000010f1f5695 GAgentIFMessageHandlerThread::RunMessageHandlerThread() + 445

    5 com.extensis.ExtensisFontManagement.sdk 0x000000010f1f5db2 GAgentIFMessageHandlerThread::AgentIFMessageHandlerThreadFunc(GThread*) + 42

    6 com.extensis.cpp - core-framework 0x000000010ec949d5 GThread::PthreadInternal(void*) + 223

    7 libsystem_pthread.dylib 0x00007fff91cc8899 _pthread_body + 138

    8 libsystem_pthread.dylib 0x00007fff91cc872a _pthread_start + 137

    libsystem_pthread.dylib 9 0x00007fff91cccfc9 thread_start + 13

    Line 8: IPCDataHandler for rcvr: FMClient.502.379.140735182103312.1

    0 libsystem_kernel.dylib 0x00007fff91cb99aa __select + 10

    1 com.extensis.cpp - core-frame 0x000000010ec1d895-[IPCDataHandler handleDataFromSocket:] + 2197

    2 com.apple.Foundation 0x00007fff8facd70b __NSThread__main__ + 1318

    3 libsystem_pthread.dylib 0x00007fff91cc8899 _pthread_body + 138

    4 libsystem_pthread.dylib 0x00007fff91cc872a _pthread_start + 137

    5 libsystem_pthread.dylib 0x00007fff91cccfc9 thread_start + 13

    Wire 9:

    0 libsystem_kernel.dylib 0x00007fff91cb5a1a mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fff91cb4d18 mach_msg + 64

    2 com.apple.CoreFoundation 0x00007fff8f2da315 __CFRunLoopServiceMachPort + 181

    3 com.apple.CoreFoundation 0x00007fff8f2d9939 __CFRunLoopRun + 1161

    4 com.apple.CoreFoundation 0x00007fff8f2d9275 CFRunLoopRunSpecific + 309

    5 IMSLib.dylib 0x000000011fb917da 0x11fb8d000 + 18394

    6 IMSLib.dylib 0x000000011fb91f8e 0x11fb8d000 + 20366

    7 IMSLib.dylib 0x000000011fba21a4 0x11fb8d000 + 86436

    8 IMSLib.dylib 0x000000011fbaf86d 0x11fb8d000 + 141421

    IMSLib.dylib 9 0x000000011fba69b5 0x11fb8d000 + 104885

    10 IMSLib.dylib 0x000000011fb995f4 0x11fb8d000 + 50676

    11 libsystem_pthread.dylib 0x00007fff91cc8899 _pthread_body + 138

    12 libsystem_pthread.dylib 0x00007fff91cc872a _pthread_start + 137

    13 libsystem_pthread.dylib 0x00007fff91cccfc9 thread_start + 13

    Thread 10: com.apple.NSURLConnectionLoader

    0 libsystem_kernel.dylib 0x00007fff91cb5a1a mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fff91cb4d18 mach_msg + 64

    2 com.apple.CoreFoundation 0x00007fff8f2da315 __CFRunLoopServiceMachPort + 181

    3 com.apple.CoreFoundation 0x00007fff8f2d9939 __CFRunLoopRun + 1161

    4 com.apple.CoreFoundation 0x00007fff8f2d9275 CFRunLoopRunSpecific + 309

    5 com.apple.Foundation 0x00007fff8facd907 + [NSURLConnection (Loader) _resourceLoadLoop:] + 348

    6 com.apple.Foundation 0x00007fff8facd70b __NSThread__main__ + 1318

    7 libsystem_pthread.dylib 0x00007fff91cc8899 _pthread_body + 138

    8 libsystem_pthread.dylib 0x00007fff91cc872a _pthread_start + 137

    libsystem_pthread.dylib 9 0x00007fff91cccfc9 thread_start + 13

    Wire 11:

    0 libsystem_kernel.dylib 0x00007fff91cb9e6a __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff91cc9f08 _pthread_wqthread + 330

    2 libsystem_pthread.dylib 0x00007fff91cccfb9 start_wqthread + 13

    Thread 0 crashed with X 86 State of Thread (64-bit):

    Rax: 0 x 0000000000000000 rbx: 0x00007fff76896310 rcx: 0x00007fff5fbfef38 rdx: 0 x 0000000000000000

    RDI: 0 x 0000000000000707 rsi: 0 x 0000000000000006 PBR: RER 0x00007fff5fbfef60: 0x00007fff5fbfef38

    R8: 0 x 0000000000000000 r9: 0x00007fff910b5900 r10: 0 x 0000000008000000 r11: 0 x 0000000000000206

    R12: 0x00007fff5fbff0c0 r13: 0x00006000003143c8 r14: r15 x 0 0000000000000006: 0x00007fff5fbfefa0

    RIP: 0x00007fff91cb9866 rfl: 0 x 0000000000000206 cr2: 0x00007fff8cdf90e0

    Logical CPU: 0

    Error code: 0 x 02000148

    Trap number: 133

    Binary images:

    0 x 100000000 - 0x100005fff + com.adobe.InDesign (9.1.0.33 - 9100) < B7C09BD6-74AF-323E-8D22-D5E1F7965643 > / Applications/Adobe InDesign InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Adobe CC

    0x10000c000 - 0x10000eff7 + com.adobe.InDesign.InDesignModelAndUI (9.0 - 0) < 612870BE-869E-3165-9714-55F900A66BCC >/Applications/Adobe InDesign CC / Adobe InDesign CC.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI

    0 x 100014000 - 0x10001cfff + com.adobe.coretech.adobesplashkit (AdobeSplashKit Version 1.0 - 1.0) < 65BFDA83-4121-3D12-9BBE-9F4FF1DB3D6A >/Applications/Adobe InDesign CC / Adobe InDesign CC.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit

    0 x 100025000 - 0x10002ffff + ASLSupportLib.dylib (1) < 1039F962-C495-36E4-B868-3DA5C43E3EBF > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/ASLSupportLib.dylib

    0 x 100037000 - 0x10012cfff + DV_WidgetBinLib.dylib (1) < E9E8E0B7-A59C-30F0-9E3A-6E096AA18C48 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/DV_WidgetBinLib.dylib

    0x1001c1000 - 0x100206ff7 + TextPanelLib.dylib (1) < D57C5ADC-53A7-347C-8F44-30ABBE243FB2 >/Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/TextPanelLib.dylib

    0 x 100223000 - 0x100384fff + WidgetBinLib.dylib (1) < AB920F70-D419-3EB0-99E3-CA007895128B > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/WidgetBinLib.dylib

    0 x 100436000 - 0x1005ffff7 + com.adobe.owl (AdobeOwl version 5.0.13 - 5.0.13) < E9BEFE93-8AB5-3EF9-B59E-69208015C7FA > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl

    0 x 100642000 - 0x100886ff7 + com.adobe.dvacore.framework (7.0.853914 - 7.0.853914.0) < 75BA2F95-1D2C-3844-AE13-35ADD4B3F3CC > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore

    0x10094d000 - 0x100ddaff7 + com.adobe.dvaui.framework (7.0.853914 - 7.0.853914.0) < DF5970A5-A55D-3CBB-84D2-51582F22D5F4 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui

    0 x 101070000 - 0x101070fff + com.adobe.InDesign.InDesignModel (9.0 - 0) < 7DCCCD9E-8ECB-330B-84AF-4F090F82BBBA >/Applications/Adobe InDesign CC / Adobe InDesign CC.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel

    0 x 101075000 - 0x101083fff + com.adobe.boost_threads.framework (7.0.847203 - 7.0.847203.0) < A0AE19A9-2B8E-310A-8AC1-0E2E026E7A40 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads

    0 x 101099000 - 0x10109fff7 + com.adobe.boost_date_time.framework (7.0.847203 - 7.0.847203.0) < F30F59C3-41C0-3DB1-899A-E2491EA25263 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time

    0x1010ae000 - 0x101516fff + PublicLib.dylib (1) < 84561314-CC42-3485-9219-1977F0F39804 >/Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/PublicLib.dylib

    0 x 101660000 - 0x10166afff + PMRuntime.dylib (1) < 0164EA5E-E56E-332F-901A-5E514833C38F > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/PMRuntime.dylib

    0 x 101673000 - 0x10168aff7 + com.adobe.AFL (AdobeAFL 1.5.0 - 1.5) < 1C46F2BE-2E4D-3E25-ACDF-85E2962B92DF > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL

    0 x 101699000 - 0x1019a9ff7 + com.adobe.CoolType (AdobeCoolType 5.13.00.30830 - 5.13.00.30830) < BBF1FCF6-523A-3E24-967A-10EA909DF89B > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType

    0x1019f1000 - 0x101a0efff + com.adobe.BIB (AdobeBIB 1.2.03.30830 - 1.2.03.30830) < A69D3AA0-9248-3B77-991B-89B2B7FE46BB > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB

    0x101a16000 - 0x101b5afff + com.adobe.ACE (AdobeACE 2.20.02.30830 - 2.20.02.30830) < 73C9699B-5EDC-3FDC-82FF-738C99AA840F > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE

    0x101b6d000 - 0x10213efff + com.adobe.AGM (AdobeAGM 4.30.19.30830 - 4.30.19.30830) < 9062D763-4040-3F8C-8FF3-23876F112FB8 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM

    0x1021db000 - 0x102218fff + com.adobe.ARE (AdobeARE 1.5.02.30830 - 1.5.02.30830) < 73174C59-1DDC-3416-A0AD-4D70930ABA60 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE

    0 x 102220000 - 0x102246fff + com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) < FA20BCA0-05BF-35ED-95B7-5775B8310D12 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils

    0x10224e000 - 0x1027e7fff + com.adobe.MPS (AdobeMPS 5.8.1.30604 - 5.8.1.30604) < 70CBC6A8-2740-37AB-964E-484096A1BF8A > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS

    0 x 102864000 - 0x102882fff + com.adobe.dvaflashview.framework (7.0.853914 - 7.0.853914.0) < 4A6FE7D8-835A-3B0D-959B-8CA0E9A1C758 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvaflashview.framework/Versions/A/dvaflashview

    0x10289a000 - 0x10289eff7 + com.adobe.ape.shim (3.4.0.29366 - 3.4.0.29366) < B9447EE8-6F91-9E85-C163-96600BF70764 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape

    0x1028a5000 - 0x102967fff + com.adobe.exo.framework (7.0.853914 - 7.0.853914.0) < B6CCEBE6-6179-3611-B700-C6EEF9EA757E > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/exo.framework/Versions/A/exo

    0x102a04000 - 0x102ab2fff + com.adobe.dvaworkspace.framework (7.0.853914 - 7.0.853914.0) < E80A9533-786D-3063-9695-D40BE50BDCAC > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace

    0x102b35000 - 0x1031cbff7 + com.adobe.PlugPlugOwl (4.0.2.35 - 4.0.2.35) < 395AA523-BA82-3577-BB56-BC9949DB3EA6 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/PlugPlugOwl.framework/Versions/A/PlugPlugOwl

    0x1034bd000 - 0x1034e9ff7 + libtbb.dylib (0) < 64B7013E-D548-3F7B-A2FB-28B7B932275C > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/libtbb.dylib

    0 x 103504000 - 0x103523fe7 + libtbbmalloc.dylib (0) < 6887ED68-67ED-3748-82DA-B39A3EB210BB > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/libtbbmalloc.dylib

    0 x 103548000 - 0x10428dfff + com.adobe.ICUData (4.0 - 3.61) < 01D90725-4B10-312C-9546-9C0CCCA1B7BB > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib

    0x1042a1000 - 0x1043d2ff7 + com.adobe.ICUInternationalization (4.0 - 3.61) < CD4AD967-00CD-3979-8F82-1166E2058FA6 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicui18n.40.0 .dylib

    0 x 104426000 - 0x10451cff7 + com.adobe.ICUUnicode (4.0 - 3.61) < 2352E6C8-3431-3A99-92B9-382E85A018AC > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib

    0 x 104554000 - 0x104682fff + com.winsoft.wrservices (WRServices 7.0.0-7.0.0) < 0853A41B-A14A-37B7-B27F-457F87865EAD > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices

    0x1046dd000 - 0x1047ccfff + com.adobe.amtlib (7.0.0.169 - 7.0.0.169) < A9A9F814-FF1F-3182-992C-395E5BC52481 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib

    0x1047df000 - 0x1047e1fff + com.adobe.AdobeCrashReporter (7.0 - 7.0.1) < B68D0D42-8DEB-3F22-BD17-981AC060E9D7 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter

    0x1047e7000 - 0x10489eff7 + com.adobe.boost_regex.framework (7.0.847203 - 7.0.847203.0) < F1C659D9-D3E8-3ACE-8368-9161529A6A66 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex

    0 x 104908000 - 0x104977ff7 + com.adobe.adobe_caps (adobe_caps 7.0.0.21 - 7.0.0.21) < CE3C6356-9EE2-3B88-8261-8612A0743F56 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps

    0 x 104982000 - 0x10498dfff + com.adobe.boost_signals.framework (7.0.847203 - 7.0.847203.0) < E0B3BB47-4294-3D65-8979-29B2D6C5DD2E > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals

    0x10499c000 - 0x1049a0fff + com.adobe.boost_system.framework (7.0.847203 - 7.0.847203.0) < 70F73B9F-8416-37BF-9294-086AE475B743 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system

    0x1049a6000 - 0x104a47fff + com.adobe.ICUConverter (4.0 - 3.61) < 46764474-111C-3B13-AF62-002B71877405 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dylib

    0x104a67000 - 0x104ac9ff7 + DataBaseLib.dylib (1) < E83A89F6-EA79-37FD-9A25-69FEF8FD92B2 >/Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/DataBaseLib.dylib

    0x104add000 - 0x104b49fff + ObjectModelLib.dylib (1) < DACE1F3B-0BB0-3F81-99CB-1ECBB73F50A4 >/Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/ObjectModelLib.dylib

    0x104b66000 - 0x104b8afff + com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.8.0.30807 - 3.8.0.30807) < 16FF5E16-19E0-3CE1-A68E-27567234429F > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpat

    0x10857e000 - 0x1085bcfff + com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 7.0.1.102 - 7.0.1.102) < 75ADE364-1107-3DA7-84A2-26C6874EB881 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotifications

    0x1087de000 - 0x1087e6fff + com.adobe.InDesign.Data user interface services (9.1.0.33 - 0) < EF01EA1E-61C9-3B9E-A166-0A425537E310 >/Applications/Adobe InDesign CC / * / Data Services user interface

    0x1087f0000 - 0x1087f8fff + com.adobe.InDesign.Data services (9.1.0.33 - 0) < 48C1DEF8-D77A-3717-AD51-02E641D9EF8F >/Applications/Adobe InDesign CC / * / Data Services

    0x10a6f7000 - 0x10a6f9fff + com.adobe.InDesign.SimpleTextImportFilter (9.1.0.33 - 0) < B409D770-A106-3EFE-9925-DE295432C918 >/Applications/Adobe InDesign CC / * / SimpleTextImportFilter

    0x10b17f000 - 0x10b187ff7 + com.adobe.InDesign.JPEG export UI (9.1.0.33 - 0) < 2EAEC64B-5E6D-3E13-80AC-2DED9C3F0A28 >/Applications/Adobe InDesign CC / * / JPEG Export UI

    0x10dfae000 - 0x10dfbdff7 + com.adobe.InDesign.DTTransform (9.1.0.33 - 0) < 417A914C-BEA9-3AF6-94BC-158C93DCDC56 >/Applications/Adobe InDesign CC / * / DTTransform

    0x10dfc6000 - 0x10e004fff + com.adobe.InDesign.Dictionary dialogue editor (9.1.0.33 - 0) < C95A4466-2E6E-371D-A983-C8C1A2923FB6 >/Applications/Adobe InDesign CC / * / Dictionary Editor Dialog

    0x10e025000 - 0x10e04bff7 + com.adobe.InDesign.LILO (9.1.0.33 - 0) < 30921CBA-EDDD-3146-AAFC-57C738B06CD7 >/Applications/Adobe InDesign CC / * / LILO

    0x10e059000 - 0x10e134fff + com.adobe.linguistic.LinguisticManager (7.0.0 - 19061) < FDBCF369-5EFE-33BB-893A-2136EF8D0D6E > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic

    0x10e150000 - 0x10e265fff + com.adobe.InDesign.EBookExport (9.1.0.33 - 0) < C10A49CB-2581-33F9-A50F-766E6345F843 >/Applications/Adobe InDesign CC / * / EBookExport

    0x10e28d000 - filter import 0x10e2eafff + com.adobe.InDesign.Media (9.1.0.33 - 0) < E612697E-17AF-3305-B5CF-F7BCA68C4777 >/Applications/Adobe InDesign CC / * / Media Import Filter

    0x10e2fd000 - 0x10e306ff7 + com.adobe.InDesign.PNG import Filter UI (9.1.0.33 - 0) < C566B5E1-9945-3673-A6E0-12FDBE39B7D2 >/Applications/Adobe InDesign CC / * / PNG import filter UI

    0x10e311000 - 0x10e33bff7 + com.adobe.InDesign.Sangam preferences UI (9.1.0.33 - 0) < BCFBDD3B-9562-3F7A-AFE7-052DE0E3620E >/Applications/Adobe InDesign CC / * / Sangam UI preferences

    0x10e34e000 - 0x10e3b7fff + com.adobe.AdobeSangam (AdobeSangam 5.65.0.30369 - 5.65.0.30369) < BCD8B3F6-970F-3DEA-A583-7473FDDCA067 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam

    0x10e405000 - 0x10e456fff + com.adobe.InDesign.SangamExport (9.1.0.33 - 0) < F8CCDC32-FBFF-38FA-95BE-EB388F00556C >/Applications/Adobe InDesign CC / * / SangamExport

    0x10e46d000 - 0x10e5aeff7 + com.adobe.InDesign.SangamServicer - map (9.1.0.33 - 0) < F1BCCC8E-BDE9-3299-A144-B70F607763F5 >/Applications/Adobe InDesign CC / * / SangamServicer-map

    0x10e5d2000 - 0x10e5e8ff7 + com.adobe.InDesign.SaveBack (9.1.0.33 - 0) < 546099DF-3333-3037-8591-FA07773367B5 >/Applications/Adobe InDesign CC / * / SaveBack

    0x10e5f6000 - 0x10e6c9ff7 + com.adobe.InDesign.Tagged text attributes (9.1.0.33 - 0) < 63FB581D-0334-3755-8697-6051DBBA1716 >/Applications/Adobe InDesign CC / * / text attributes containing the tag

    0x10e6f8000 - 0x10e704fff + com.adobe.InDesign.Tagged text filters UI (9.1.0.33 - 0) < 83C996D8-4E24-3511-A666-70DE47F3DE39 >/Applications/Adobe InDesign CC / * / filters text UI Tags

    0x10e70f000 - 0x10e7b4fff + com.adobe.InDesign.Tagged text filters (9.1.0.33 - 0) < 36C8468C-1362-31F8-87C6-D8FA7EB933BC >/Applications/Adobe InDesign CC / * / filters of text containing the tag

    0x10e7c9000 - 0x10e9affff + com.extensis.AutoActivationPlugin.ID9 (16.0.5.3 - 16.0.5.3) < 248E645F-20EF-3D60-8A34-DB5036602B39 >/Applications/Adobe InDesign CC / * / ExtensisFontManagementIDCS7

    0x10eb20000 - 0x10eb9afff + com.extensis.FontManagement.plugin - interface (16.0.5.603 - 603) < 9BC7F19E-BD03-57A2-3A80-82EFFE6F20B3 > Applications/Suitcase Fusion 5.app/Contents/Resources/ExtensisPluginInterface.framework/ExtensisPluginInterface

    0x10ebc6000 - + com.extensis.cpp - core-framework of the 0x10ee00ff7 (16.0.5 - 603) < 1C9F0602-5400-8E84-D0D1-1CAC77337577 > Applications/Suitcase Fusion 5.app/Contents/Frameworks/cpp-core.framework/Versions/A/cpp-core

    0x10ee79000 - 0x10f420ff7 + com.extensis.ExtensisFontManagement.sdk (16.0.5 - 603) < 9901817E-F94E-D95C-2A87-941422F63EF4 >/Applications/Suitcase Fusion 5.app/Contents/Frameworks/ExtensisFontManagement.framework/Versions/A/ExtensisFontManagem ent

    0x10f5b0000 - 0x10f5bdfff + com.adobe.InDesign.Clipping path of dialogue (9.1.0.33 - 0) < 93D2E8FF-D77F-3DBA-96AF-116B460D22C3 >/Applications/Adobe InDesign CC / * / clipping path dialog box

    0x10f5cf000 - Management Interface of + 0x10f613ff7 com.adobe.InDesign.Color (9.1.0.33 - 0) < E1F74CF9-8EF7-3EDE-9A4B-D8588C99A23F >/Applications/Adobe InDesign CC / * / color management Interface

    0x10f623000 - 0x10f69ffff + com.adobe.InDesign.Color picker Panel (9.1.0.33 - 0) < A2B35463-46D7-3033-AC02-DE4A307F8864 >/Applications/Adobe InDesign CC / * / Color Picker Panel

    0x10f6c7000 - 0x10f8dcff7 + com.adobe.InDesign.Digital publishing (9.0.10.28 - 0) < 3DEACF5D-7856-3674-925E-95058D4CBBFE >/Applications/Adobe InDesign CC / * / Digital Publishing

    0x10fa5b000 - 0x10fa6dfff + com.adobe.boost_filesystem.framework (7.0.847203 - 7.0.847203.0) < B0F56E9F-BAAB-34C5-93C4-C713203AB0DF > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem

    0x10fa7e000 - 0x10fab6fef + libcurl.4.dylib (7) < FA1D87DC-8CBC-3645-8ADA-D974B6EDED53 >/Applications/Adobe InDesign CC/*/libcurl.4.dylib

    0x10fac1000 - 0x10fb41ff7 + com.adobe.InDesign.DynamicDocumentsUI (9.1.0.33 - 0) < 3DF5B8E9-480D-3634-B410-8186F88A5489 >/Applications/Adobe InDesign CC / * / DynamicDocumentsUI

    0x10fb68000 - 0x10fb84fff + com.adobe.InDesign.EPS IU (9.1.0.33 - 0) < CB5EB4C4-04F6-36B0-8CC1-82C59C2FD56B >/Applications/Adobe InDesign CC / * / EPS UI

    0x10fb95000 - 0x10fba1ff7 + com.adobe.InDesign.Generic style Editor (9.1.0.33 - 0) < 6DD52448-3D93-3D78-AEE4-BB5B78D2B018 >/Applications/Adobe InDesign CC / * / generic Style Editor

    0x10fbb0000 - 0x10fbe6fff + com.adobe.InDesign.Gradient panel (9.1.0.33 - 0) < A0B7F034-768A-3725-8F03-7302B1014374 >/Applications/Adobe InDesign CC / * / Gradient panel

    0x10fbfd000 - 0x10fc9ffff + com.adobe.InDesign.Graphic panels (9.1.0.33 - 0) < 23239156-9058-3019-8ECD-88DA24122B99 >/Applications/Adobe InDesign CC / * / graphic panels

    0x10fcc8000 - 0x10fce3fff + com.adobe.InDesign.JPEG export (9.1.0.33 - 0) < DB2C27D2-B1A9-37BF-BFB4-484E28CFC2E5 >/Applications/Adobe InDesign CC / * / Export JPEG

    get an overview of the 0x10fd46ff7 + 0x10fcf5000 com.adobe.InDesign.Output - (9.1.0.33 - 0) < BF8EA07F-798D-3D9F-872B-F75E35376CCE >/Applications/Adobe InDesign CC / * / output Preview

    0x10fd60000 - 0x10fd77ff7 + com.adobe.InDesign.OutputMiscUI (9.1.0.33 - 0) < BACF73C7-0ABA-361D-8F85-840CF055968A >/Applications/Adobe InDesign CC / * / OutputMiscUI

    0x10fd8a000 - 0x10fe0bfff + com.adobe.InDesign.PDF IU (9.1.0.33 - 0) < 2ABDFC92-F233-3DD2-9F41-6EA7F34B2E1E >/Applications/Adobe InDesign CC / * / interface user PDF

    0x10fe2f000 - 0x10fe9cfff + com.adobe.AdobeXMPCore (adobe XMP Core 5.5 - 14 c - 79.151481) < BCDB9366-EDB3-3FEA-854D-3D2C72D48781 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP

    0x10fea7000 - 0x10febeff7 + com.adobe.InDesign.Printer styles (9.1.0.33 - 0) < ACDF3B96-030B-3A7A-B552-661D4EF28F6D >/Applications/Adobe InDesign CC / * / Printer Styles

    0x10fecd000 - 0x10ffaffff + com.adobe.InDesign.PrintUI (9.1.0.33 - 0) < 8CF1D4F4-85B0-3B0E-ABB8-DF70DA17609C >/Applications/Adobe InDesign CC / * / PrintUI

    0x10ffdb000 - 0x10ffedff7 + com.adobe.InDesign.PS import UI (9.1.0.33 - 0) < 6F36235F-8819-3C30-8DCE-2771243875BE >/Applications/Adobe InDesign CC / * / PS Import UI

    0x10fffc000 - 0x11001ffff + com.adobe.InDesign.Swatch the library panel (9.1.0.33 - 0) < DE2CA80F-CE46-3CD9-9FD4-EA8E9E672B1E >/Applications/Adobe InDesign CC / * / Swatch Library panel

    0x11002e000 - 0x1100ebff7 + com.adobe.InDesign.Swatches panel (9.1.0.33 - 0) < E9F1F194-99D8-35E5-8685-5C8DC4508EE6 >/Applications/Adobe InDesign CC / * / Swatches Panel

    0 x 110122000 - 0x1101d1ff7 + com.adobe.InDesign.Transparency IU (9.1.0.33 - 0) < 469B9D94-8BA5-3F4C-98BE-AD7BE885BFC7 >/Applications/Adobe InDesign CC / * / UI transparency

    0 x 110204000 - 0x110268fff + com.adobe.InDesign.Assignment IU (9.1.0.33 - 0) < 63DC234B-5418-3FEF-961C-04E65E8F376D >/Applications/Adobe InDesign CC / * / assignment UI

    0x11028a000 - 0x1102adfff + com.adobe.InDesign.InCopy bridge UI (9.1.0.33 - 0) < 7923E03C-96CB-3369-8CEC-1EA4E369DE70 >/Applications/Adobe InDesign CC / * / InCopy Bridge UI

    0x1102bb000 - 0x1102faff7 + com.adobe.InDesign.InCopy bridge (9.1.0.33 - 0) < F476293E-F020-3CDB-9A0C-660B91A71281 >/Applications/Adobe InDesign CC / * / InCopy Bridge

    0x11030a000 - 0x110312fff + com.adobe.InDesign.InCopyExport (9.1.0.33 - 0) < 9ACE4231-FCB8-3995-BE0E-ED6DBEAA58B7 >/Applications/Adobe InDesign CC / * / InCopyExport

    0x11031c000 - 0x110323ff7 + com.adobe.InDesign.InCopyExportUI (9.1.0.33 - 0) < F0EB0F82-C96B-3B9D-92C5-66E2DCC416DF >/Applications/Adobe InDesign CC / * / InCopyExportUI

    0x11032c000 - 0x110333fff + com.adobe.InDesign.InCopyImport (9.1.0.33 - 0) < 6C4D93D1-26B1-3A78-AEC4-08BE97A6F15A >/Applications/Adobe InDesign CC / * / InCopyImport

    0x11033a000 - 0x110342fff + com.adobe.InDesign.InCopyWorkflow IU (9.1.0.33 - 0) < F7524889-E7AC-3177-AFF7-B487FD6BF7D6 >/Applications/Adobe InDesign CC / * / InCopyWorkflow UI

    0x11034d000 - 0x1103a4ff7 + com.adobe.InDesign.Note (9.1.0.33 - 0) < 07808666-F165-34C1-9E46-D4403EC7C6A6 >/Applications/Adobe InDesign CC / * / Note

    0x1103c4000 - 0x1103cfff7 + com.adobe.InDesign.NotePref (9.1.0.33 - 0) < D1FA4217-A5A8-31D2-9178-D94F2F048790 >/Applications/Adobe InDesign CC / * / NotePref

    0x1103dd000 - 0x1103e2ff7 + com.adobe.InDesign.Username IU (9.1.0.33 - 0) < D3009947-D338-3EAB-9690-722AB9C10FB3 >/Applications/Adobe InDesign CC / * / username user interface

    0x1103ec000 - 0x11048dff7 + com.adobe.InDesign.ButtonUI (9.1.0.33 - 0) < 80905FB7-290E-3CBF-9544-4B3ADF9EA03F >/Applications/Adobe InDesign CC / * / ButtonUI

    0x1104bc000 - 0x1104e4ff7 + com.adobe.InDesign.MediaUI (9.1.0.33 - 0) < 7ECB27BD-1D9D-3AF9-B649-97A711719520 >/Applications/Adobe InDesign CC / * / MediaUI

    0x1104f9000 - 0x110509fff + com.adobe.InDesign.Alignment panel (9.1.0.33 - 0) < 54940D94-3BB6-38D7-B45B-14906B94A6C3 >/Applications/Adobe InDesign CC / * / Panel alignment

    0 x 110512000 - 0x110559fff + com.adobe.InDesign.Asset the library panel (9.1.0.33 - 0) < C43845BE-9F2F-31A4-AB1E-2E031415722F >/Applications/Adobe InDesign CC / * / Panel library Asset

    0x11057d000 - 0x1105eaff7 + com.adobe.InDesign.Asset PubLibrary (9.1.0.33 - 0) < DCD77415-2134-3E42-9CD6-FA9E47BCD4BF >/Applications/Adobe InDesign CC / * / Asset PubLibrary

    0 x 110608000 - 0x110655ff7 + com.adobe.InDesign.Book panel (9.1.0.33 - 0) < 8114886F-3760-31DF-A429-078084FA7AA7 >/Applications/Adobe InDesign CC / * / book panel

    0 x 110678000 - 0x110694fff + com.adobe.InDesign.Bookmark panel (9.1.0.33 - 0) < 2D72245E-E8B5-3958-8B1E-A47CFC64D8BB >/Applications/Adobe InDesign CC / * / favorite Panel

    0x1106ab000 - tool of + com.adobe.InDesign.ContentDropper 0x1106e4fff (9.1.0.33 - 0) < 99A68583-FDFD-38B8-A727-86CA230F62EF >/Applications/Adobe InDesign CC / * / ContentDropper tool

    0 x 110703000 - 0x110749ff7 + com.adobe.InDesign.Control panel (9.1.0.33 - 0) < 15528F16-3629-3E3B-90A8-E5CBD8E31B45 >/Applications/Adobe InDesign CC / * / Control Panel

    0 x 110766000 - 0x110770fff + com.adobe.InDesign.Create guides dialogue (9.1.0.33 - 0) < 59B37FF3-166C-3BA0-88F9-B48121D455FA >/Applications/Adobe InDesign CC / * Create Guides dialogue

    0x11077b000 - tool of + com.adobe.InDesign.Eyedropper 0x1107b5fff (9.1.0.33 - 0) < 6EB8BC12-7868-3B4C-BAD1-851801E0A42E >/Applications/Adobe InDesign CC / * / of the eyedropper tool

    0x1107ca000 - 0x110857fff + com.adobe.InDesign.Hyperlinks panel (9.1.0.33 - 0) < 0AB14BC3-AC1D-3DDC-B451-449644AF37D2 >/Applications/Adobe InDesign CC / * / hyperlinks

    0x11087c000 - 0x11090cfff + com.adobe.InDesign.Index panel (9.1.0.33 - 0) < 3B1558CE-A272-35B4-A8A3-FFD880B3630B >/Applications/Adobe InDesign CC / * / Index panel

    0x11092c000 - 0x110938ff7 com.apple.carbonframeworktemplate (1.0 - 1.0) < E859A35E-8EC1-3CA9-9758-95EC69D4EC5D >/Applications/Adobe InDesign CC / Adobe InDesign CC.app/Contents/Frameworks/unihan.framework/Versions/A/unihan

    0 x 110943000 - 0x1109acfff + com.adobe.InDesign.Info panel (9.1.0.33 - 0) < 1C0402F5-4C5E-3D10-88BA-7407A40E3965 >/Applications/Adobe InDesign CC / * / information panel

    0 x 112949000 - base of + 0x112a0dfff com.adobe.InDesign.Knowledge (9.1.0.33 - 0) < E650B6BD-690B-37A0-9371-970563634B38 >/Applications/Adobe InDesign CC / * / Knowledge Base

    0x112a17000 - 0x112a6aff7 + com.adobe.InDesign.Layers panel (9.1.0.33 - 0) < 52C05DD0-6A95-3032-B41C-2B480A5EED88 >/Applications/Adobe InDesign CC / * / layers panel

    0x112a8c000 - setting Panel for the + com.adobe.InDesign.Layout 0x112a91fff (9.1.0.33 - 0) < 098313B3-96FB-3AF9-BC24-2F3CA93AFB4C >/Applications/Adobe InDesign CC / * / adjustment of layout Panel

    0x112a9a000 - 0x112ab9fff + com.adobe.InDesign.Layout adjustment (9.1.0.33 - 0) < DB9C45CC-3A38-3875-BBDF-399DCB593A14 >/Applications/Adobe InDesign CC / * / the page layout setting

    0x112ac8000 - 0x112b14ff7 + com.adobe.InDesign.Links IU (9.1.0.33 - 0) < C4F379A7-7AC3-3504-BADC-ABCCFE5100A0 >/Applications/Adobe InDesign CC / * / UI links

    0x112b36000 - 0x112bdbff7 + com.adobe.InDesign.ObjectStylesUI (9.1.0.33 - 0) < 58E9476C-6716-3CA3-BDCD-E1AA5DF42624 >/Applications/Adobe InDesign CC / * / ObjectStylesUI

    0x112c0b000 - 0x112c31fff configuration dialog box + com.adobe.InDesign.Page (9.1.0.33 - 0) < F138A322-9F60-3A17-B2C7-9F05A7E8BD98 >/Applications/Adobe InDesign CC / * / Page-Layout dialog box

    0x112c3e000 - 0x112d02fff + com.adobe.InDesign.Pages panel (9.1.0.33 - 0) < C072BBAE-E49A-307E-A115-C5CDC298C9C7 >/Applications/Adobe InDesign CC / * / Pages panel

    0x112d33000 - 0x112d42fff + com.adobe.InDesign.Sections IU (9.1.0.33 - 0) < 3FD8D737-8DA8-3707-9031-FB97E05D9FB9 >/Applications/Adobe InDesign CC / * / Sections UI

    0x112d4d000 - 0x112d57fff + com.adobe.InDesign.StepRepeat (9.1.0.33 - 0) < 0F3A3EC5-6BF6-3D92-B2A9-A8D571E51B54 >/Applications/Adobe InDesign CC / * / StepRepeat

    0x112d63000 - 0x112da2ff7 + com.adobe.InDesign.Text wrap Panel (9.1.0.33 - 0) < 0767C906-FE80-30D5-89E1-78D3F7AC8A5A >/Applications/Adobe InDesign CC / * / panel text wrapping

    0x112dbb000 - 0x112dfdfff + com.adobe.InDesign.TOC IU of dialogue (9.1.0.33 - 0) < 942CA8F6-F094-3F26-97BE-4B7B59AE80C7 >/Applications/Adobe InDesign CC / * / TOC UI Dialog

    0x112e17000 - 0x112e53ff7 + com.adobe.InDesign.Transform panel (9.1.0.33 - 0) < 597F9458-996D-3C22-A150-BEF828D5634D >/Applications/Adobe InDesign CC / * / transform Panel

    0x112e69000 - 0x112e84fff + com.adobe.InDesign.Image import UI (9.1.0.33 - 0) < BBC09119-A690-340C-93A7-E27B238004B6 >/Applications/Adobe InDesign CC / * / Image Import UI

    0x112e96000 - 0x112eacfff + com.adobe.InDesign.Scotch rules (9.1.0.33 - 0) < 7BB10CB0-31B7-3B31-B2A5-97B8792273C3 >/Applications/Adobe InDesign CC / * / rules of Scotch

    0x112eb7000 - 0x112f1bff7 + com.adobe.InDesign.BNUI (9.1.0.33 - 0) < A687AB81-E289-3AFD-BDC5-3350B0C1122D >/Applications/Adobe InDesign CC / * / BNUI

    0x112f3b000 - 0x112fdcff7 + com.adobe.InDesign.DataMerge (9.1.0.33 - 0) < B879F1CA-45D4-31BE-A831-68226DBFE3C9 >/Applications/Adobe InDesign CC / * / DataMerge

    0x112ffc000 - 0x113030fff + com.adobe.InDesign.DataMergeUI (9.1.0.33 - 0) < A3FE421A-366E-3C90-B1C3-F7CD52F87B5D >/Applications/Adobe InDesign CC / * / DataMergeUI

    0x11304b000 - 0x113153fff + com.adobe.InDesign.Package and UI controls upstream (9.1.0.33 - 0) < 7FDC6527-29B8-3307-BE94-CBDA2B5C4B4E >/Applications/Adobe InDesign CC / * / UI package and preflight

    0 x 113192000 - 0x1133f5fff + com.adobe.InDesign.Package and preflight (9.1.0.33 - 0) < C93636A7-6DFF-3976-93BA-3753C7961356 >/Applications/Adobe InDesign CC / * / Package and control upstream

    0x11343b000 - 0x113529fff + com.adobe.InDesign.JBX (9.1.0.33 - 0) < F9C75EA9-28AF-31BF-9A6E-6EE1E6010591 >/Applications/Adobe InDesign CC / * / "JBX"

    0 x 113553000 - 0x113559fff + com.adobe.InDesign.Script label Panel (9.1.0.33 - 0) < CF90BDAA-5B8E-33EB-B580-972C71104678 >/Applications/Adobe InDesign CC / * / Script label

    0 x 113565000 - 0x113573ff7 + com.adobe.InDesign.Scripts panel (9.1.0.33 - 0) < AF5E85D2-EBFB-33C2-966C-FEE87EE8211D >/Applications/Adobe InDesign CC / * / Scripts Panel

    0 x 113582000 - 0x11370eff7 + com.adobe.InDesign.SettingsInCloud (9.1.0.33 - 0) < 6B6F6595-0020-3775-85EB-F315636F8BDC >/Applications/Adobe InDesign CC / * / SettingsInCloud

    0x11379c000 - 0x113881fff + com.adobe.InDesign.Tables IU (9.1.0.33 - 0) < DE20E47C-580C-30A0-847B-E4F07122331D >/Applications/Adobe InDesign CC / * / table UI

    0x1138b0000 - 0x113954ff7 + com.adobe.InDesign.TableStylesUI (9.1.0.33 - 0) < 2CE8F674-586E-3EB9-88B3-A4ECBDF0187F >/Applications/Adobe InDesign CC / * / TableStylesUI

    0 x 113980000 - 0x113a0cfff + com.adobe.InDesign.Character panel (9.1.0.33 - 0) < A91DF108-9F28-36E4-A4B8-1A525F98C503 >/Applications/Adobe InDesign CC / * / Character Panel

    0x113a48000 - 0x113a7afff + com.adobe.InDesign.Conditional text UI (9.1.0.33 - 0) < 30D77E16-CF41-3627-B3E3-E449847F7AA5 >/Applications/Adobe InDesign CC / * / conditional text UI

    0x113a95000 - 0x113ab2ff7 + com.adobe.InDesign.Create contours (9.1.0.33 - 0) < 67E01895-4459-3227-97EE-05C08FAF12A7 >/Applications/Adobe InDesign CC / * / vectorize

    0x113abf000 - group of change and 0x113be4ff7 + com.adobe.InDesign.Find (9.1.0.33 - 0) < DD6F373A-18D1-34B1-BD0C-330DD07603F9 >/Applications/Adobe InDesign CC / * / find and change the Panel

    0x113c21000 - 0x113c4dff7 + com.adobe.InDesign.Find change Format Panel (9.1.0.33 - 0) < 59B463B6-6D3B-3D25-B353-4A99C6301B2A >/Applications/Adobe InDesign CC / * / Find Change Format Panel

    0x113c61000 - 0x113c8bfff + com.adobe.InDesign.Font use of dialogue (9.1.0.33 - 0) < 872B9689-D8D1-3237-87E4-1D820ABD3402 >/Applications/Adobe InDesign CC / * / use fonts of dialogue

    0x113c9b000 - 0x113d6bfff + com.adobe.InDesign.Glyphs panel (9.1.0.33 - 0) < 4137222E-0361-3589-A8CF-6C1529BC73E0 >/Applications/Adobe InDesign CC / * / glyph Panel

    0x113d8f000 - 0x113d99fff + com.adobe.InDesign.Hyphenation panel (9.1.0.33 - 0) < CE3045F4-F009-33E4-904D-557A76A05216 >/Applications/Adobe InDesign CC / * / Panel of hyphenation

    0x113da6000 - 0x113db9ff7 + com.adobe.InDesign.Indents and tabs (9.1.0.33 - 0) < DE29B198-9C8D-3BF5-AA17-D96ACBA00E43 >/Applications/Adobe InDesign CC / * / tabs and withdrawals

    0x113dc8000 - 0x113dd2fff + com.adobe.InDesign.Justification panel (9.1.0.33 - 0) < 4F940073-AAF8-3FDF-87FA-04A8DC87679D >/Applications/Adobe InDesign CC / * / Justification Panel

    0x113ddd000 - 0x113de5ff7 + com.adobe.InDesign.Keeps panel (9.1.0.33 - 0) < B93BD9B2-6C80-39E6-8A20-C37883A904E4 >/Applications/Adobe InDesign CC / * / protection Panel

    0x113ded000 - 0x113e0dff7 + com.adobe.InDesign.Optical kerning (9.1.0.33 - 0) < 24369EBE-1766-35EC-9A39-DE5167F0A8AE >/Applications/Adobe InDesign CC / * / optical kerning

    0x113e18000 - 0x113e4cff7 + com.adobe.InDesign.Paragraph panel (9.1.0.33 - 0) < AF14E0F9-4234-355B-816F-A19A7BCE8676 >/Applications/Adobe InDesign CC / * / paragraph Panel

    0x113e5f000 - 0x113e71ff7 + com.adobe.InDesign.Paragraph rules Panel (9.1.0.33 - 0) < 505B0CE0-4873-3DA9-97BC-1CE80B8A81E4 >/Applications/Adobe InDesign CC / * / paragraph rules Panel

    0x113e7b000 - 0x113e92fff + com.adobe.InDesign.Path type UI (9.1.0.33 - 0) < 5FBB48B2-8E60-3BFA-82EA-A52467B9831A >/Applications/Adobe InDesign CC / * / path Type UI

    0x113ea2000 - 0x113eacff7 + PathTypeLib.dylib (1) < A6E44FB4-61D6-3729-B3DD-A4D22EEC73B3 >/Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/PathTypeLib.dylib

    0x113eb5000 - 0x113ee2fff + com.adobe.InDesign.RunIn styles Panel (9.1.0.33 - 0) < EE33D598-7F48-3DCE-A596-B619BE63F8EE >/Applications/Adobe InDesign CC / * / RunIn Styles Panel

    0x113ef4000 - 0x113f05fff + com.adobe.InDesign.SING (9.1.0.33 - 0) < 78835D9D-56FB-39EB-A216-F3494451AC42 >/Applications/Adobe InDesign CC / * / SING

    0x113f0f000 - 0x113f19ff7 + com.adobe.InDesign.Span Panel columns (9.1.0.33 - 0) < 15F063E0-7874-30AE-841C-C10A12CF8B5E >/Applications/Adobe InDesign CC / * / Span columns Panel

    0x113f22000 - 0x113f6eff7 + com.adobe.InDesign.Spelling panel (9.1.0.33 - 0) < B208BBCC-1AAB-354C-9CA6-44C6B5D35946 >/Applications/Adobe InDesign CC / * / spelling Panel

    0x113f88000 - 0x113f9cff7 + com.adobe.InDesign.Story panel (9.1.0.33 - 0) < 989D8312-C513-36B9-9A2A-A161EC806905 >/Applications/Adobe InDesign CC / * / history of Panel

    0x113fab000 - 0x114026ff7 + com.adobe.InDesign.Style panel (9.1.0.33 - 0) < 60EEDE2C-6BBC-3E5F-9F69-C5A001DAE984 >/Applications/Adobe InDesign CC / * / Style Panel

    0x11404f000 - 0x11405cff7 color Panel + com.adobe.InDesign.Text (9.1.0.33 - 0) < B9722BDD-B3B2-3B6B-90EC-D7B52D54C678 >/Applications/Adobe InDesign CC / * / text color Panel

    0 x 114065000 - block Options of + com.adobe.InDesign.Text 0x114091ff7 (9.1.0.33 - 0) < 24DF4463-54CA-3FC3-95E3-E8C791B12169 >/Applications/Adobe InDesign CC / * / block of text Options

    0x1140a2000 - 0x114107fff + com.adobe.InDesign.Text panel (9.1.0.33 - 0) < C10930A1-FDA7-36B6-B79D-6E6F73BA4EEC >/Applications/Adobe InDesign CC / * / text panel

    0x11412a000 - 0x11414cfff + com.adobe.InDesign.Text preferences (9.1.0.33 - 0) < 8C47BE3B-1091-32A2-9059-386030EC9C49 >/Applications/Adobe InDesign CC / * / text preferences

    0x11415c000 - 0x11417fff7 + com.adobe.InDesign.Text sovereign (9.1.0.33 - 0) < 7B9A2B91-60B5-32FD-8244-6372495C16BF >/Applications/Adobe InDesign CC / * / sovereign text

    0 x 114190000 - 0x1141b5ff7 + com.adobe.InDesign.Text style Panel (9.1.0.33 - 0) < 8313AC57-723E-3409-97C3-4E33665F8396 >/Applications/Adobe InDesign CC / * / Text Style Panel

    0x1141c6000 - 0x1141f2fff + com.adobe.InDesign.Article panel (9.1.0.33 - 0) < 8D03DC8F-4D9F-34F3-9046-25CDE3D4FE03 >/Applications/Adobe InDesign CC / * / Article Panel

    0x11420b000 - 0x11423cff7 + com.adobe.InDesign.CSXS (9.1.0.33 - 0) < 96685203-48A3-39BD-B0A9-90FE7AF33B87 >/Applications/Adobe InDesign CC / * / CSXS

    0 x 114254000 - 0x11428cff7 + com.adobe.InDesign.Galley preferences (9.1.0.33 - 0) < F96A6961-E3CD-36DC-9C6F-CACBC0B74579 >/Applications/Adobe InDesign CC / * / preferences of galley

    0x1142a7000 - 0x1142c8fff + com.adobe.InDesign.GapTool (9.1.0.33 - 0) < 21C1069C-5783-3940-92A6-A345FCC317AA >/Applications/Adobe InDesign CC / * / GapTool

    0x1142d8000 - preference for the + com.adobe.InDesign.General 0x1142e3ff7 (9.1.0.33 - 0) < EDF87C7F-BF1E-36D1-8E71-55B4D8DD1C4A >/Applications/Adobe InDesign CC / * / general preferences panel

    0x1142ee000 - 0x1142f2fff + com.adobe.InDesign.Help (9.1.0.33 - 0) < 09CFAB79-828F-39A9-8E6C-634999CF4EC8 >/Applications/Adobe InDesign CC / * / help

    0x1142f9000 - 0x11430cff7 + com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31) < 58BB943C-98EC-3812-AAAB-74F66630D1D4 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient

    0 x 114313000 - 0x11432fff7 + com.adobe.InDesign.Performance IU (9.1.0.33 - 0) < F2E0971B-A70C-39CF-91CF-3F4F25B176B5 >/Applications/Adobe InDesign CC / * / UI Performance

    0 x 114344000 - 0x114368ff7 + com.adobe.InDesign.SharedContentUI (9.1.0.33 - 0) < F933D1D2-262B-373D-9C38-9A95EF456410 >/Applications/Adobe InDesign CC / * / SharedContentUI

    0 x 114377000 - 0x11439dfff + com.adobe.InDesign.Shortcut dialogue editor (9.1.0.33 - 0) < C4A827C6-AA10-3628-8967-01B9CD5EF71E >/Applications/Adobe InDesign CC / * / editor Shortcuts dialog box

    0x1143b1000 - 0x1143d1ff7 + com.adobe.InDesign.Tool box (9.1.0.33 - 0) < D5B0587D-3C0B-3A05-8153-6CEAD7953792 >/Applications/Adobe InDesign CC / * / tooling

    0x1143f5000 - tips of 0x1143fdfff + com.adobe.InDesign.Tool (9.1.0.33 - 0) < 2A39F9CA-AD4D-31DE-A547-150997D5731D >/Applications/Adobe InDesign CC / * / tool tips

    0 x 114406000 - 0x11440efff + com.adobe.InDesign.Track Exchange Preferences (9.1.0.33 - 0) < 5A658631-2249-3036-A041-EE8CB387BF8B >/Applications/Adobe InDesign CC / * / Track Changes preferences

    0 114418000 - 0x11442fff7 + com.adobe.InDesign.Track x change user interface (9.1.0.33 - 0) < 01C328F8-3440-3866-B596-D03D78FA5BF3 >/Applications/Adobe InDesign CC / * / track changes in the user interface

    0x11443a000 - 0x114446ff7 + com.adobe.InDesign.PerformanceMetrics (9.1.0.33 - 0) < 67E7E2B5-61E3-3F40-B440-5FE1EDE59E77 >/Applications/Adobe InDesign CC / * / PerformanceMetrics

    0 x 114451000 - 0x114460ff7 + com.adobe.InDesign.Metadata IU (9.1.0.33 - 0) < 442F11B4-4698-3BED-BADD-F1E858A7DCB7 >/Applications/Adobe InDesign CC / * / Metadata UI

    0x11446a000 - 0x1144dbfe7 + com.adobe.FileInfo.framework (adobe XMP FileInfo 5. 3 0. 0-i 3 - 79.151561) < 380981FE-6528-37CC-9159-AB1892803BD4 >/Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo

    0x1144ee000 - 0x1144f8fff + com.adobe.InDesign.Workgroup IU (9.1.0.33 - 0) < F8322558-0D2F-396E-B517-C55212DAB68B >/Applications/Adobe InDesign CC / * / Workgroup UI

    0 x 114501000 - 0x114552ff7 + com.adobe.InDesign.Snippet (9.1.0.33 - 0) < 5CC75DF2-5697-3E17-920D-1536AED78A9A >/Applications/Adobe InDesign CC / * / extract

    0x11456b000 - 0x11469aff7 + com.adobe.InDesign.XMedia IU (9.1.0.33 - 0) < B37B0973-4F9F-37F5-B7FC-FA2E9602F1EA >/Applications/Adobe InDesign CC / * / XMedia UI

    0x1146e4000 - 0x114747ff7 + com.adobe.InDesign.Actions (9.1.0.33 - 0) < 5673AFC0-08B8-3B67-8447-7C64C1B58E27 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Actions.InDesignPlugin/Actions

    0 x 114762000 - 0x114926ff7 + com.adobe.InDesign.AppFramework (9.1.0.33 - 0) < BF1B290E-456C-3D0F-8157-283614AF4235 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/AppFramework.InDesignPlugin/AppFramework

    0x11497a000 - 0x114b8eff7 + com.adobe.InDesign.Application IU (9.1.0.33 - 0) < E3C17BFD-316C-3537-BB02-0DD33E63C7DC > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Application UI. InDesignPlugin/Application UI

    0x114c25000 - 0x114f43ff7 + com.adobe.dvaadameve.framework (7.0.853914 - 7.0.853914.0) < F3B6585F-C6E9-3BB2-B4A8-2730B6CEEAB4 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve

    0 x 115219000 - 0x115268fff + com.adobe.headlights.LogSessionFramework (2.1.2.1756) < BD518257-970F-344A-92B8-B8BE1A8EB4D8 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession

    0x11528e000 - 0x11534cff7 + com.adobe.AdobeExtendScript (ExtendScript 4.5.5-4.5.5.30772) < 4FC0039A-A770-3A51-9D7A-D24167344540 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript

    0 x 115374000 - 0x11541fff7 + com.adobe.AdobeScCore (ScCore 4.5.5-4.5.5.30772) < 5DE0B54D-CDAE-3146-904F-72CBC5C89FA7 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore

    0 x 115449000 - 0x115593fff + com.adobe.dvascriptui.framework (7.0.6 - 7.0.6.0) < 9A133FD8-BE29-3AD1-B3A7-ED1C7466C159 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvascriptui.framework/Versions/A/dvascriptui

    0x1156ad000 - 0x1156d3ff7 + com.adobe.InDesign.Article (9.1.0.33 - 0) < 5594CD9B-844A-3C9F-949A-93F520ACCD63 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Article.InDesignPlugin/Article

    0x1156e3000 - 0x115780fff + com.adobe.InDesign.Assignments (9.1.0.33 - 0) < EAD2FFCF-B8E5-3530-B58E-474904578138 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Assignments.InDesignPlugin/Assignments

    0x1157a1000 - 0x1158adff7 + com.adobe.AdobeXMPFiles (adobe XMP files 5.6 f - 45 - 79.151481) < 7B2C5F12-A861-3EA3-A5E1-A0ABF705EB5D > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles

    0x1158e2000 - 0x115922fff + com.adobe.InDesign.AWS (9.1.0.33 - 0) < 4503E027-C352-3E36-B97F-053F163815B3 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/AWS. InDesignPlugin/AWS

    0x11593b000 - 0x115966ff7 + com.adobe.InDesign.AWSUI (9.1.0.33 - 0) < 6CDDCDEE-176D-3E7E-A666-3CE5045EA3CB > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/AWSUI. InDesignPlugin/AWSUI

    0x11597b000 - 0x1159b5ff7 + com.adobe.InDesign.Basic tools (9.1.0.33 - 0) < 67E340EB-CE3F-334F-B1FB-7B0FBCE2AB75 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Basic Tools.InDesignPlugin/Basic tools

    0x1159d0000 - 0x115a39fff + com.adobe.InDesign.Behavior (9.1.0.33 - 0) < 9224EBBE-1184-30AC-9C0B-7776AC77A582 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Behavior.InDesignPlugin/Behavior

    0x115a57000 - 0x115af9ff7 + com.adobe.InDesign.BNCore (9.1.0.33 - 0) < 7370C6DC-E42A-3AE4-9E2B-AE876B3A625F > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/BNCore.InDesignPlugin/BNCore

    0x115b17000 - 0x115b7dfff + com.adobe.InDesign.Book (9.1.0.33 - 0) < 04687BA9-AAB6-3DEF-A1CB-387134C9C01C > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Book.InDesignPlugin/Book

    0x115b94000 - 0x115bcdfff + com.adobe.InDesign.CellStyles (9.1.0.33 - 0) < 99BB7B71-EDF0-361B-B168-A9AB3025E24D > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/CellStyles.InDesignPlugin/CellStyles

    0x115be0000 - 0x115c70ff7 + com.adobe.InDesign.CJK text attributes (9.1.0.33 - 0) < 81D0AE00-2265-39ED-900F-C55FF6B383A7 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/CJK text Attributes.InDesignPlugin/CJK text attributes

    0x115c93000 - 0x115d19fff + com.adobe.InDesign.CJKGrid (9.1.0.33 - 0) < C2AE712A-12DC-3666-A8F6-CE4572E22B87 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/CJKGrid.InDesignPlugin/CJKGrid

    0x115d35000 - management of + com.adobe.InDesign.Color 0x115e32fff (9.1.0.33 - 0) < 33023C59-D4C5-3BF2-8C42-54BD6E50E651 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Color Management.InDesignPlugin/Color Management

    0x115e5f000 - 0x115ec6fff + com.adobe.InDesign.CompFontMgr (9.1.0.33 - 0) < 3058E746-133A-343A-8ED2-6AC33635DDDE > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/CompFontMgr.InDesignPlugin/CompFontMgr

    0x115ede000 - 0x115f35fff + com.adobe.InDesign.Conditional text (9.1.0.33 - 0) < 0F92B4B6-9877-38A5-AE21-77558C13513F > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Conditional Text.InDesignPlugin / Conditional text

    0x115f4e000 - 0x115f82ff7 + com.adobe.InDesign.ContentDropper (9.1.0.33 - 0) < 770161E3-FD66-3F7E-9590-8081A26EBF87 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/ContentDropper.InDesignPlugin/ContentDropper

    0x115f96000 - 0x115fbcfff + com.adobe.InDesign.Dialog layout (9.1.0.33 - 0) < A707ECDB-55B2-3E5F-8AB7-41AF8B5E88A9 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Dialog Layout.InDesignPlugin/Dialog Layout

    0x115fce000 - 0x115ff4fff + com.adobe.InDesign.Document shares (9.1.0.33 - 0) < 49E39D70-73A7-34AB-9A85-6CB1E72E296C > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Document Actions.InDesignPlugin/Document Actions

    0 x 116001000 - 0x1161dcfff setting of + com.adobe.InDesign.Document (9.1.0.33 - 0) < C3CE0E63-77DE-3E9E-993D-9F67D2936C47 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Document Framework.InDesignPlugin/Document framework

    0 x 116219000 - 0x116223ff7 + com.adobe.InDesign.Document IU (9.1.0.33 - 0) < 55DDF1E6-E82B-3200-9290-83A58959DB28 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Document UI. InDesignPlugin/Document UI

    0x11622d000 - 0x11627cff7 + com.adobe.InDesign.DV_Widgets (9.1.0.33 - 0) < A68057AD-EC2D-374C-8141-0C6D614192FD > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/DV_Widgets.InDesignPlugin/DV_Widgets

    0x1162b1000 - 0x11660efff + com.adobe.InDesign.Dynamic documents (9.1.0.33 - 0) < 010593B4-AEE5-3454-AF7B-FBFE8A6A907E > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Dynamic Documents.InDesignPlugin/Dynamic Documents

    0 x 116656000 - 0x11674dfff + com.adobe.AGMFL (AdobeAGMFL 2.1.0.30848 - 2.1.0.30848) < DBCCE05E-9069-3496-8154-38965BECDC31 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ADBE_AGMFL.framework/Versions/A/ADBE_AGMFL

    0x11676a000 - 0x116941fff + com.adobe.AFlamingo (AFlamingo 2.4.104.30551 - 2.4.104.30551) < 0CFE6F29-B675-3D00-8A19-D204AE5B5AE4 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/aflamingo.framework/Versions/A/aflamingo

    0 x 116965000 - 0x116aa4fe7 + com.adobe.InDesign.EPS point page (9.1.0.33 - 0) < D36AF79C-7FC0-3708-8AD6-E16287BA01AB > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/EPS Page Item.InDesignPlugin/EPS Page item

    0x116ae3000 - Manager of + 0x116beefff com.adobe.InDesign.Font (9.1.0.33 - 0) < 438EFE25-CC8A-35F5-8E60-84EE6DBDDFB6 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Font Manager.InDesignPlugin / Font Manager

    0x116c0d000 - 0x116ce4ff7 + com.adobe.InDesign.FormField (9.1.0.33 - 0) < 8D813A0F-DBD0-31EA-93DA-102D366DF99C > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/FormField.InDesignPlugin/FormField

    0x116d09000 - 0x116d6aff7 + com.adobe.InDesign.Galley (9.1.0.33 - 0) < 335A35BE-36E8-361C-A94B-531476E1C1D5 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Galley.InDesignPlugin/Galley

    0x116d7f000 - 0x116ecafff + com.adobe.InDesign.GalleyUI (9.1.0.33 - 0) < 473804F7-E665-3073-A041-BD04683F20F1 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/GalleyUI.InDesignPlugin/GalleyUI

    0x116ef8000 - 0x117160ff7 + com.adobe.InDesign.Generic point page (9.1.0.33 - 0) < 838AE2F5-74A3-36A6-8F91-9DFF8A906183 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Generic Page Item.InDesignPlugin/Generic Page item

    0x1171ab000 - 0x1171b9fff + com.adobe.InDesign.GenericSettings (9.1.0.33 - 0) < 265C32A6-C9D4-3571-93BB-BF1A64FE3001 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/GenericSettings.InDesignPlugin/GenericSettings

    0x1171c3000 - preference for the + com.adobe.InDesign.Global 0x1171c6fff (9.1.0.33 - 0) < 3B261D67-E6B5-32E3-AC7E-AFCCDC9B75CB > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Global Panel.InDesignPlugin / Global preferences preferences panel

    0x1171cc000 - 0x11723cfff + com.adobe.InDesign.Gradient fill (9.1.0.33 - 0) < FFE95F52-F173-3B84-A96C-3340E06FFE72 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Gradient Fill.InDesignPlugin/Gradient Fill

    0 x 117258000 - 0x11735aff7 + com.adobe.InDesign.Graphics (9.1.0.33 - 0) < 30631DCC-7478-3808-B59A-F13F67CDA22E > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Graphics.InDesignPlugin/Graphics

    0x11737e000 - 0x11738aff7 + com.adobe.InDesign.Group (9.1.0.33 - 0) < 8DF66586-0FC5-3EA5-8F0D-6083387F0697 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Group.InDesignPlugin/Group

    0 x 117397000 - 0x1173b8ff7 + com.adobe.InDesign.Guides (9.1.0.33 - 0) < 0431FB5F-AA6B-33A6-BDFE-7ABEC7445572 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Guides.InDesignPlugin/Guides

    0x1173ca000 - 0x11749cfff + com.adobe.InDesign.HTMLPGT (9.1.0.33 - 0) < 7837D27B-DAB6-3725-8385-A204DDABBE09 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/HTMLPGT. InDesignPlugin/HTMLPGT

    0 x 117500000 - 0x117609ff7 + com.adobe.InDesign.Hyperlinks (9.1.0.33 - 0) < F7EE3D54-8FFF-3D3B-B08F-17D0137C2583 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Hyperlinks.InDesignPlugin/Hyperlinks

    0 x 117634000 - 0x117687ff7 + com.adobe.InDesign.Image filters (9.1.0.33 - 0) < F3DF9DCA-6073-3DF8-89EB-18F8D1DB8902 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Image Filters.InDesignPlugin/Image filters

    0 x 117693000 - 0x1177a9ff7 + com.adobe.InDesign.Image (9.1.0.33 - 0) < D2CCFE82-4DF7-343D-99E7-52D5D3EEB31B > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Image.InDesignPlugin/Image

    0x1177d5000 - 0x1177efff7 + com.adobe.InDesign.IME (9.1.0.33 - 0) < 905334C5-8BF8-3958-8216-720BDB4D3A1F > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/IME. InDesignPlugin/EMI

    0x1177ff000 - 0x11786ffff + com.adobe.InDesign.Import export UI (9.1.0.33 - 0) < 5197B4CB-1F88-3E23-B7ED-2CE5FA9021E9 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Import Export UI. InDesignPlugin/Import Export UI

    0 x 117896000 - 0x117999fff + com.adobe.InDesign.InCopyShared (9.1.0.33 - 0) < 8EA9D250-8C61-35CD-A3BF-D0AF39B338A6 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/InCopyShared.InDesignPlugin/InCopyShared

    0x1179c5000 - 0x1179e2fff + com.adobe.InDesign.InCopySharedUI (9.1.0.33 - 0) < 0A19AFFD-DB77-334D-B8D3-60CB775F517D > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/InCopySharedUI.InDesignPlugin/InCopySharedUI

    0x1179f2000 - 0x117a8aff7 + com.adobe.InDesign.InCopyWorkflow (9.1.0.33 - 0) < D6C76680-B980-3D34-A873-C8883C2779F6 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/InCopyWorkflow.InDesignPlugin/InCopyWorkflow

    0x117ab0000 - 0x117bb6ff7 + com.adobe.InDesign.Indexing (9.1.0.33 - 0) < 9027578A-E271-3152-8C9F-C5DF03C44BAD > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Indexing.InDesignPlugin/Indexing

    0x117bd7000 - 0x117ca6fff + com.adobe.InDesign.INXCore (9.1.0.33 - 0) < 7DFDC2D1-E2CE-3866-85F8-A319267E859B > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/INXCore.InDesignPlugin/INXCore

    0x117cce000 - 0x117cfbfff + com.adobe.InDesign.Layer (9.1.0.33 - 0) < 94604B73-0E52-30CB-9CC0-805F5B138FE4 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Layer.InDesignPlugin/Layer

    0x117d0e000 - 0x117f1aff7 + com.adobe.InDesign.Layout IU (9.1.0.33 - 0) < FF06E6B2-EE74-3EFD-8996-6C483EF8F8AE > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Layout UI. InDesignPlugin/layout UI

    0x117f7a000 - 0x117fa2ff7 + com.adobe.InDesign.Layout (9.1.0.33 - 0) < CF27001E-F563-38AB-9FA9-FEBEEB541045 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Layout.InDesignPlugin/Layout

    0x117fb1000 - 0x118002fff + com.adobe.InDesign.Linguistics (9.1.0.33 - 0) < 13A4BC6D-4C68-3884-9059-5837B952EC17 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Linguistics.InDesignPlugin/Linguistics

    0x11801c000 - 0x118156fff + com.adobe.InDesign.Links (9.1.0.33 - 0) < 1BCD7856-3DD0-3C58-AF61-0E430CF5EFBC > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Links.InDesignPlugin/Links

    0x11818b000 - 0x11822ffff + com.adobe.InDesign.Master Page (9.1.0.33 - 0) < 902718A8-8B59-3D14-BD4D-2B70F84DDF24 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Master Page.InDesignPlugin/Master Page

    0 x 118249000 - 0x1182a5ff7 + com.adobe.InDesign.Media (9.1.0.33 - 0) < 560CE1DB-99AF-389F-8BC2-37D5F83C110F > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Media.InDesignPlugin/Media

    0x1182bb000 - 0x1182bcff7 + com.adobe.InDesign.Metadata database of filter (9.1.0.33 - 0) < 3BE1DF86-81E8-359D-A40E-84EC7A016E16 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Metadata database Filter.InDesignPlugin/Metadata database filter

    0x1182c1000 - 0x11834cfff + com.adobe.InDesign.Metadata (9.1.0.33 - 0) < 452BEDA8-D3B2-3522-B985-DB70889E60FB > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Metadata.InDesignPlugin/Metadata

    0 x 118369000 - 0x118381ff7 + com.adobe.InDesign.Movie (9.1.0.33 - 0) < FD78448B-F572-32C2-9580-4A0681AC69EE > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Movie.InDesignPlugin/Movie

    0 x 118390000 - 0x1183d1fff + com.adobe.InDesign.Open place (9.1.0.33 - 0) < 6CBC4B8F-3B3D-3B14-9512-6808497AC68A > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Open Place.InDesignPlugin/Open space

    0x1183e5000 - 0x11849afff + com.adobe.InDesign.Paragraph composer (9.1.0.33 - 0) < 2B58802A-7448-3FB0-80EA-88FF597A8773 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Paragraph Composer.InDesignPlugin/Paragraph composer

    type of 0x1184ab000 - 0x1184effff + com.adobe.InDesign.Path (9.1.0.33 - 0) < 32D8F2D5-AF06-375A-85ED-C4E42D3B790B > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Path Type.InDesignPlugin/Path Type

    0 x 118508000 - 0x118753ff7 + com.adobe.InDesign.PDF (9.1.0.33 - 0) < FD3A0CC7-2AF5-3DB4-8D0A-1025628937D2 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/PDF. InDesignPlugin/PDF

    0 x 118795000 - 0x11884eff7 + com.adobe.JP2K (1.2.2 - 1.2.2.29712) < 869F46FB-FF39-39CA-B1E3-A13035A48B49 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K

    0 x 118875000 - 0x118979fff + com.adobe.PDFPort (AdobePDFPort 2.1.0.30830 - 2.1.0.30830) < 46896FB3-8FDB-3554-B4F6-013BB944D5EB > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort

    0x11898c000 - 0x1189acfff + com.adobe.PDFSettings (AdobePDFSettings 1.04.0 - 1.4) < 5CF62F7B-00FB-D2B8-F320-63316043759A > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings

    0x1189b4000 - filter import 0x1189edfff + com.adobe.InDesign.Photoshop (9.1.0.33 - 0) < 36344F0C-7F5C-3E55-9A53-53A66BBABD83 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Photoshop Filter.InDesignPlugin/Photoshop import filter import

    0x1189fd000 - 0x119980fef + com.adobe.psl (AdobePSL 14.0.0.30830 - 14.0.0.30830) < 7BDC4AF7-B14F-3DE0-B47A-E69B37529A6B > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL

    0x119b41000 - 0x119b45fff com.apple.agl (3.2.3 - AGL - 3.2.3) < 1B85306F-D2BF-3FE3-9915-165237B491EB > /System/Library/Frameworks/AGL.framework/Versions/A/AGL

    0x119d6c000 - 0x119d6eff7 (2, 6 - 2.6) com.apple.textencoding.unicode < 0EEF0283-1ACA-3147-89B4-B4E014BFEC52 > system/library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode encodings

    0x119d73000 - filter import 0x119db2ff7 + com.adobe.InDesign.PNG (9.1.0.33 - 0) < 3EA87A99-3FBF-38E5-BE00-896001E5AD91 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/PNG Filter.InDesignPlugin/PNG import filter import

    0x119dc2000 - 0x119f57fff + com.adobe.InDesign.Print (9.1.0.33 - 0) < E228F388-FC09-3807-998F-F7C80E22A711 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Print.InDesignPlugin/Print

    0x119f84000 - 0x119faefff + com.adobe.InDesign.Rulers (9.1.0.33 - 0) < 4158546A-6C92-3AAC-B4DF-C15CAE6288F6 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Rulers.InDesignPlugin/Rulers

    0x119fc1000 - 0x11a06ffff + com.adobe.InDesign.Scripting (9.1.0.33 - 0) < 01395410-7F18-323A-BF92-4FAC6F3ECCD5 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Scripting.InDesignPlugin/Scripting

    0x11a08e000 - 0x11a0b6fff + com.adobe.InDesign.Sections (9.1.0.33 - 0) < 4DB2B4F0-124A-36F1-B1A3-9BFA36BB2FCF > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Sections.InDesignPlugin/Sections

    0x11a0c7000 - 0x11a151fff + com.adobe.InDesign.SharedContent (9.1.0.33 - 0) < 8CE19097-F2DC-366E-A661-725EDB67CD3D > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/SharedContent.InDesignPlugin/SharedContent

    0x11a172000 - 0x11a180fff + com.adobe.InDesign.Sound (9.1.0.33 - 0) < 43D68A27-E17F-3E9D-A02D-EB3230178339 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Sound.InDesignPlugin/Sound

    0x11a18c000 - 0x11a19fff7 + com.adobe.InDesign.Spelling Service (9.1.0.33 - 0) < 1E6AAFFE-ACCA-3E0B-AA63-37A767CC336E > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Spelling Service.InDesignPlugin/Spelling Service

    0x11a1ae000 - 0x11a1f6fff + com.adobe.InDesign.Spline IU (9.1.0.33 - 0) < F754CDCC-A151-342F-A82B-AB04FC6A7DE7 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Spline UI. InDesignPlugin/Spline UI

    0x11a212000 - 0x11a25cfff + com.adobe.InDesign.Spline (9.1.0.33 - 0) < 0AB8A3E7-0B20-3893-9F14-60353915F2F7 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Spline.InDesignPlugin/Spline

    0x11a274000 - 0x11a2d6fff + com.adobe.InDesign.Spread IU (9.1.0.33 - 0) < 6B6773BC-0050-33D4-92D5-4599E731196D > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Spread UI. InDesignPlugin/spread UI

    0x11a2f2000 - 0x11a433ff7 + com.adobe.InDesign.Spread (9.1.0.33 - 0) < B39E935B-BFE8-316B-A313-706D4162A03A > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Spread.InDesignPlugin/Spread

    0x11a465000 - 0x11a4c0ff7 + com.adobe.InDesign.Stroke and fill (9.1.0.33 - 0) < 72D3DE23-CFCC-3821-80AE-0908DB5768F5 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Stroke and Fill.InDesignPlugin/Stroke and fill

    0x11a4d8000 - 0x11a52fff7 + com.adobe.InDesign.Support for AppleScript (9.1.0.33 - 0) < 7D7706C3-B3C9-3B96-8473-CAD03A053148 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Support for AppleScript.InDesignPlugin/Support for AppleScript

    0x11a545000 - 0x11a5e9fff + com.adobe.InDesign.Support for JavaScript (9.1.0.33 - 0) < 88686CC2-432E-37FF-860D-F953DB1C3EE1 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Support for JavaScript.InDesignPlugin/Support for JavaScript

    0x11a614000 - 0x11a69fff7 + com.adobe.InDesign.SVGExport (9.1.0.33 - 0) < 9001F868-EFD3-378E-8F90-A3B2D0BA2667 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/SVGExport.InDesignPlugin/SVGExport

    0x11a6b9000 - 0x11a777fff + com.adobe.SVGExport (AdobeSVGExport - 6.0 6.0) < 2FAB4B9A-EDB9-0FF9-55B2-52DEC380D2BF > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport

    0x11a79a000 - 0x11a9ccff7 + com.adobe.InDesign.Table model (9.1.0.33 - 0) < B4107211-47BD-311A-A9AE-D6E4C7172C92 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Table Model.InDesignPlugin/Table model

    0x11aa08000 - 0x11aa65ff7 + com.adobe.InDesign.TableStyles (9.1.0.33 - 0) < 4D83BFF9-CAF4-34EF-BEAE-86E2D8A1D14F > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/TableStyles.InDesignPlugin/TableStyles

    0x11aa78000 - 0x11aaceff7 + com.adobe.InDesign.Text attributes (9.1.0.33 - 0) < F90E2E25-38B2-3F12-8902-D5A56D6AD919 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Attributes.InDesignPlugin/Text attributes

    0x11aae9000 - 0x11aaffff7 + com.adobe.InDesign.Text Model Editor (9.1.0.33 - 0) < C997B3C0-98C6-34A5-89E0-DBD7FB071AD6 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Editor model Model.InDesignPlugin/Text Editor

    0x11ab0a000 - editor of + com.adobe.InDesign.Text 0x11abdcfff (9.1.0.33 - 0) < 95F0F538-CE40-3E81-813A-CAF911E96921 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Editor.InDesignPlugin/Text Editor

    0x11ac0c000 - 0x11adcaff7 + com.adobe.InDesign.Text Walker (9.1.0.33 - 0) < 1A101D2C-2B6A-3BE1-ABD0-BE6BADAE022D > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Walker.InDesignPlugin/Text Walker

    0x11ae22000 - 0x11ae46ff7 + com.adobe.InDesign.Text wrap Path (9.1.0.33 - 0) < 6085531E-D2E8-31F4-B64E-C57AAE45344E > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Wrap Path.InDesignPlugin/Text Wrap Path

    0x11ae4f000 - 0x11aec5ff7 + com.adobe.InDesign.Text wrap (9.1.0.33 - 0) < 589CB866-43EC-358C-B3E7-2655867F9A05 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Wrap.InDesignPlugin/Text Wrap

    0x11aede000 - 0x11b4e0fff + com.adobe.InDesign.Text (9.1.0.33 - 0) < 09BB1292-929B-32FC-9D91-0E7CBD42A250 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text.InDesignPlugin/Text

    0x11b57e000 - 0x11b5e0fff + com.adobe.InDesign.TOC (9.1.0.33 - 0) < 99A6C9FF-2F20-3475-A9CF-24C7B0F63CF3 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/TOC. InDesignPlugin/table of contents

    0x11b5f4000 - 0x11b738ff7 + com.adobe.InDesign.Transparency (9.1.0.33 - 0) < D09FF0A0-ACCE-351F-B52D-A91D13E4A042 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Transparency.InDesignPlugin/Transparency

    0x11b763000 - 0x11b790fff + com.adobe.InDesign.Utilities (9.1.0.33 - 0) < AA91ED5D-2080-31F1-A857-D54D227D9D84 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Utilities.InDesignPlugin/Utilities

    0x11b7ab000 - 0x11b8b8fff + com.adobe.InDesign.Widgets (9.1.0.33 - 0) < 76777FA5-649D-3467-8DA6-92E76013D57B > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Widgets.InDesignPlugin/Widgets

    0x11b91f000 - 0x11b929fff + com.adobe.InDesign.Workgroup customer UI (9.1.0.33 - 0) < 5025F9EC-7C4C-377B-92F0-EC208F75B671 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Workgroup the Client user interface. Interface user customer InDesignPlugin/working group

    0x11b92f000 - 0x11b951fff + com.adobe.InDesign.Workgroup client (9.1.0.33 - 0) < 2447A61F-74CA-38D1-9444-22A25D2DEE98 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Workgroup Client.InDesignPlugin/Workgroup Client

    0x11b95f000 - 0x11b99cff7 + com.adobe.InDesign.Workgroup (9.1.0.33 - 0) < 0606AF6F-40BC-3A30-9165-4DD557469545 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Workgroup.InDesignPlugin/Workgroup

    0x11b9ac000 - 0x11b9d9fff + com.adobe.InDesign.WorldReady (9.1.0.33 - 0) < 787871A9-77D2-3095-8930-4F140D091F0A > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/WorldReady.InDesignPlugin/WorldReady

    0x11b9e9000 - 0x11bc0cfff + com.adobe.InDesign.XML (9.1.0.33 - 0) < 57AD94DB-04BA-3279-8AB8-A401C25FB805 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/XML. InDesignPlugin/XML

    0x11bc56000 - 0x11bd54ff7 + com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.8.0.30807 - 3.8.0.30807) < DF0EC9F6-D499-39B8-B2F4-CAF4F742D702 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore

    0x11bd6a000 - 0x11bdd9fff + com.adobe.InDesign.XMLParser (9.1.0.33 - 0) < 8385725A-5573-34FC-8F35-8BB74EB9FDFC > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/XMLParser.InDesignPlugin/XMLParser

    0x11bdef000 - 0x11beccfff + com.adobe.AXEXSLT (AdobeAXSLE 3.8.0.30807 - 3.8.0.30807) < 6299FB87-471B-3EA2-9E02-6DEA293FA533 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE

    0x11f4b7000 - 0x11f4e3ff7 + com.adobe.Reader for DOCX (Reader for DOCX 5.65.0.30369 - 5.65.0.30369) < C21B199B-542B-34CD-8F0E-F38D970D88BD >/Applications/Adobe InDesign CC / * / player for DOCX

    0x11f4ee000 - 0x11f559ff7 + com.adobe.AdobeSangamML (AdobeSangamML 5.65.0.30369 - 5.65.0.30369) < BD083684-4F07-3F85-BD5D-729E4C597126 > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSangamML.framework/Versions/A/AdobeSangamML

    0x11f57d000 - 0x11f5dbff7 + com.adobe.Reader for Excel (Reader for Excel 5.65.0.30369 - 5.65.0.30369) < 628DA00F-210B-3856-89F3-66393386E801 >/Applications/Adobe InDesign CC / * / Reader for Excel

    0x11f5ee000 - 0x11f602fff + com.adobe.AdobeSFL (AdobeSFL 1.1.0.30369 - 1.1.0.30369) < E345428A-1893-3428-8DE9-2C61895AC1DA > / Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSFL.framework/Versions/A/AdobeSFL

    0x11f60a000 - 0x11f6fffff + com.adobe.Reader for Quark (Reader for Quark 5.65.0.30369 - 5.65.0.30369) < 7877BBF5-B31A-3CA9-9E8E-3FDFB174F261 >/Applications/Adobe InDesign CC / * / player for Quark

    0x11f719000 - 0x11f774ff7 + com.adobe.Reader for RTF (RTF 5.65.0.30369 Player - 5.65.0.30369) < 3ACB0F8E-0B51-3E5C-B924-A31D1D6606F6 >/Applications/Adobe InDesign CC / * / player for RTF

    0x11f78d000 - 0x11f7fbff7 + com.adobe.Reader for Word (for Word 5.65.0.30369 Reader - 5.65.0.30369) < 27531852-B602-3785-94C0-3B316DBEC69C >/Applications/Adobe InDesign CC / * / Word Reader

    0x11f810000 - 0x11f876fff + com.adobe.Reader for XLSX (XLSX 5.65.0.30369 Player - 5.65.0.30369) < D896568B-FB6A-3036-91FC-A1DF0FA820DF >/Applications/Adobe InDesign CC / * / player for XLSX

    0x11f890000 - 0x11f898ff7 + com.adobe.ZTextReader (ZTextReader 5.65.0.30369 - 5.65.0.30369) < 28B268EF-A3AD-3933-B4DC-247428D3A88D >/Applications/Adobe InDesign CC / * / ZTextReader

    0x11f91f000 - 0x11f945ff7 + com.adobe.ape (3.4.0.29366 - 3.4.0.29366) < 40A59819-7A57-0E9F-658D-1803B2A461AE >/Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore

    0x11f957000 - 0x11f963fff + com.extensis.fontplugins (16.0.5.3 - 16.0.5.3) < 38FCE56F-35F5-2C43-5B83-5D8EB15EF683 > Applications/Suitcase Fusion 5.app/Contents/Resources/PluginFiles/ExtensisPlugins.framework/ExtensisPlugins

    0x11fb10000 - 0x11fb6dfef + com.extensis.Mercury (16.0.5 - 603) < B03C234C-4CB6-3EF4-BDA7-1BFD07FC0362 >/Applications/Suitcase Fusion 5.app/Contents/Frameworks/Mercury.framework/Mercury

    0x11fb8d000 - 0x11fc70fff + IMSLib.dylib (7.0.0.116 - 7.0.0.116) < D0E2EA23-B1FA-3809-98B5-E6367D65050D >/Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/IMSLib.dylib

    0x11fc88000 - 0x11fcffff7 com.apple.xquery (1.3.1 - 30) < 2F2DC0D6-456F-33A0-8537-E0C651F6817C > /System/Library/PrivateFrameworks/XQuery.framework/XQuery

    0x11fe3f000 - 0x11fee2ff7 ColorSyncDeprecated.dylib (426) < 1EBD0729-A174-3EA5-B226-DE63C2E89D14 > System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib

    0x7fff6f65b000 - 0x7fff6f68e817 dyld (239,3) < D1DFCF3F-0B0C-332A-BCC0-87A851B570FF >/usr/lib/dyld

    0x7fff840bc000 - 0x7fff8438aff4 (9.0.54) com.apple.CoreImage < 74BB8685-69A9-3A45-8DED-EA26BD39D710 > /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage

    0x7fff843e2000 - 0x7fff84cfe05f com.apple.CoreGraphics (1.600.0 - 599.7) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics < 7D0FD5A7-A061-39BA-8E00-723825D2C4DD >

    0x7fff84d02000 - 0x7fff84d03ff7 com.apple.print.framework.Print (9.0 - 260) < EE00FAE1-DA03-3EC2-8571-562518C46994 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print

    0x7fff84d0d000 - 0x7fff84d5aff2 com.apple.print.framework.PrintCore /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore < 8D8253E3-302F-3DB2-9C5C-572CB974E8B3 > (9.0 - 428). framework/Versions/A/PrintCore

    0x7fff84da4000 - 0x7fff84ea9fff com.apple.ImageIO.framework (3.3.0 - 1038) < 2C058216-C6D8-3380-A7EA-92A3F04520C1 > /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

    0x7fff84f7c000 - 0x7fff85008ff7 (10, 9-207) com.apple.ink.framework < 8A50B893-AD03-3826-8555-A54FEAF08F47 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A / ink jet

    0x7fff85012000 - 0x7fff8501cff7 com.apple.bsd.ServiceManagement /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement < 2D27B498-BB9C-3D88-B05A-76908A8A26F3 > (2.0 - 2.0)

    0x7fff863a1000 - 0x7fff863c5fff (300.1.17) libxpc.dylib < 4554927A-9467-365C-91F1-5A116989DD7F > /usr/lib/system/libxpc.dylib

    0x7fff863c6000 - 0x7fff863c6ffd com.apple.audio.units.AudioUnit /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit < 6E89F3CB-CC41-3728-9F9A-FDFC151E8261 > (1, 9-1, 9)

    0x7fff86419000 - 0x7fff86448ff5 com.apple.GSS /System/Library/Frameworks/GSS.framework/Versions/A/GSS < ED98D992-CC14-39F3-9ABC-8D7F986487CC > (4.0 - 2.0)

    0x7fff86449000 - 0x7fff8644cfff com.apple.help (1.3.3 - 46) < AE763646-D07A-3F9A-ACD4-F5CBD734EE36 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/aide

    0x7fff8644d000 - 0x7fff86737fff com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) < B00BEB34-A9F5-381F-99FD-11E405768A9A > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore

    0x7fff86738000 - 0x7fff86829ff9 libiconv.2.dylib (41) < BB44B115-AC32-3877-A0ED-AEC6232A4563 > /usr/lib/libiconv.2.dylib

    0x7fff8682a000 - 0x7fff8683cff7 com.apple.MultitouchSupport.framework (245.13 - 245.13) < D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2 > /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t

    0x7fff8683d000 - 0x7fff86865ffb libxslt.1.dylib (13) < C9794936-633C-3F0C-9E71-30190B9B41C1 > /usr/lib/libxslt.1.dylib

    0x7fff868be000 - 0x7fff868c0fff (9.0.83) libCVMSPluginSupport.dylib < E2AED858-6EEB-36C6-8C06-C3CF649A3CD5 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib

    0x7fff8695d000 - 0x7fff8695efff liblangid.dylib (117) < 9546E641-F730-3AB0-B3CD-E0E2FDD173D9 > /usr/lib/liblangid.dylib

    0x7fff871a3000 - 0x7fff871d2fff com.apple.DebugSymbols /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols < E1BDED08-523A-36F4-B2DA-9D5C712F0AC7 > (106-106)

    0x7fff871d3000 - 0x7fff871ecff7 com.apple.Kerberos (< F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92 > /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 3.0 - 1).

    0x7fff871ed000 - 0x7fff87246fff libTIFF.dylib (1038) < 5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

    0x7fff87247000 - 0x7fff87277fff com.apple.IconServices (25 - 25.17) < 4751127E-FBD5-3ED5-8510-08D4E4166EFE > /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices

    0x7fff87278000 - 0x7fff87289ff7 libz.1.dylib (53) < 42E0C8C6-CA38-3CA4-8619-D24ED5DD492E > /usr/lib/libz.1.dylib

    0x7fff8728a000 - 0x7fff8728dfff libCoreVMClient.dylib (58.1) < EBC36C69-C896-3C3D-8589-3E9023E7E56F > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib

    0x7fff872cf000 - 0x7fff872dbff7 com.apple.OpenDirectory (10.9 - 173.1.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory < 6B78BD7B-5622-38E6-8FC6-86A117E3ACCA >

    0x7fff872dc000 - 0x7fff8732afff libcorecrypto.dylib (161.1) < F3973C28-14B6-3006-BB2B-00DD7F09ABC7 > /usr/lib/system/libcorecrypto.dylib

    0x7fff873a7000 - 0x7fff87f1bff7 com.apple.AppKit (6: 9-1265) < 0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01 > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x7fff87f46000 - 0x7fff87f6dff7 libsystem_network.dylib (241,3) < 8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364 > /usr/lib/system/libsystem_network.dylib

    0x7fff87f6e000 - 0x7fff87f7fff7 (217.1.4) libsystem_asl.dylib < 655FB343-52CF-3E2F-B14D-BEBF5AAEF94D > /usr/lib/system/libsystem_asl.dylib

    0x7fff87f80000 - 0x7fff87f82ff3 (596.12) libsystem_configuration.dylib < C4F633D9-94C8-35D9-BB2D-84C5122533C7 > /usr/lib/system/libsystem_configuration.dylib

    0x7fff87feb000 - 0x7fff88046ffb com.apple.AE (665, 5-665, 5) < BBA230F9-144C-3CAB-A77A-0621719244CD > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE

    0x7fff8815b000 - 0x7fff881acff3 com.apple.audio.CoreAudio (4.2.0 - 4.2.0) < BF4C2FE3-8BC8-30D1-8347-2A7221268794 > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0x7fff881ad000 - 0x7fff88294ff7 libxml2.2.dylib (26) < A1DADD11-89E5-3DE4-8802-07186225967F > /usr/lib/libxml2.2.dylib

    0x7fff8831f000 - 0x7fff88321ff7 com.apple.securityhi (9.0 - 55005) < 405E2BC6-2B6F-3B6B-B48E-2FD39214F052 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI

    0x7fff88361000 - 0x7fff88361fff com.apple.Cocoa /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa < E90E99D7-A425-3301-A025-D9E0CD11918E > (6: 8-20)

    0x7fff8864d000 - 0x7fff88686ff7 (3, 50-298) com.apple.QD < C1F20764-DEF0-34CF-B3AB-AB5480D64E66 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD

    0x7fff88687000 - 0x7fff88766fff libcrypto.0.9.8.dylib (50) < B95B9DBA-39D3-3EEF-AF43-44608B28894E > /usr/lib/libcrypto.0.9.8.dylib

    0x7fff88780000 - 0x7fff889c8fff com.apple.CoreData /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData < E5AFBA07-F73E-3B3F-9099-F51224EE8EAD > (107-481)

    0x7fff889c9000 - 0x7fff88daaffe libLAPACK.dylib (1094.5) < 7E7A9B8D-1638-3914-BAE0-663B69865986 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib

    0x7fff88dab000 - 0x7fff88de3ff7 com.apple.RemoteViewServices (2.0 - 94) < 3F34D630-3DDB-3411-BC28-A56A9B55EBDA > /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi CES

    0x7fff88f69000 - 0x7fff88f6bfff libRadiance.dylib (1038) < 55F99274-5074-3C73-BAC5-AF234E71CF38 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

    0x7fff8906e000 - 0x7fff890e5fff com.apple.CoreServices.OSServices (600.4 - 600.4) < 36B2B009-C35E-3F21-824E-E0D00E7808C7 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices

    0x7fff890e6000 - 0x7fff89390ffd com.apple.HIToolbox (2.1 - 696) < 1CFFF37B-C392-3088-B0A4-C08C55B2AF8F > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox

    0x7fff89391000 - 0x7fff893a3fff com.apple.ImageCapture (9, 0-9, 0) < BE0B65DA-3031-359B-8BBA-B9803D4ADBF4 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture

    0x7fff893c9000 - 0x7fff89492fff com.apple.LaunchServices (572.23 - 572.23) < 8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices

    0x7fff89493000 - 0x7fff8949fff3 (56 - 1.0) com.apple.AppleFSCompression < 5652B0D0-EB08-381F-B23A-6DCF96991FB5 > /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion

    0x7fff894a0000 - 0x7fff894e5ff6 com.apple.HIServices (1.22 - 466) < 21807AF8-3BC7-32BB-AB96-7C35CB59D7F6 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices

    0x7fff894e6000 - 0x7fff895a8ff1 com.apple.CoreText /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText < E5C70FC8-C861-39B8-A491-595E5B55CFC8 > (352.0 - 367.15)

    0x7fff89789000 - 0x7fff89799fff libbsm.0.dylib (33) < 2CAC00A2-1352-302A-88FA-C567D4D69179 > /usr/lib/libbsm.0.dylib

    0x7fff897c5000 - 0x7fff897cdff3 libCGCMS.A.dylib (599,7) < 92AA4E85-7633-36E2-BAD0-7B1A2E48E75C > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib

    0x7fff8982d000 - 0x7fff8982dfff com.apple.Accelerate.vecLib (vecLib - 3.9 3.9) < F8D0CC77-98AC-3B58-9FE6-0C25421827B6 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib

    0x7fff89869000 - 0x7fff89877fff com.apple.opengl (9.0.83 - 9.0.83) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL < AF467644-7B1D-327A-AC47-CECFCAF61990 >

    0x7fff89d7f000 - com.apple.DictionaryServices (1.2 - 208) < A539A058-BA57-35EE-AA08-D0B0E835127D > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices 0x7fff89da8fff

    0x7fff89da9000 - 0x7fff89ed9ff7 com.apple.desktopservices (1.8 - 1.8) < 09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE > /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv

    0x7fff89f7b000 - 0x7fff89f7ffff com.apple.CommonPanels (1.2.6 - 96) < 6B434AFD-50F8-37C7-9A56-162C17E375B3 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels

    0x7fff8a45e000 - 0x7fff8a4c2ff3 com.apple.datadetectorscore (5.0 - 354, 0) < 9ACF24B8-3268-3134-A5BC-D72C9371A195 > e /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor

    0x7fff8a4c3000 - 0x7fff8a4c3fff com.apple.Carbon /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon < 45A9A40A-78FF-3EA0-8FAB-A4F81052FA55 > (154 to 157)

    0x7fff8a4c4000 - 0x7fff8a537ffb com.apple.securityfoundation (6.0 - 55122) < 119D1C53-B292-3378-AEE1-A3B1FB02F43F > /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation

    0x7fff8a59d000 - 0x7fff8a5e4fff libFontRegistry.dylib (127) < A77A0480-AA5D-3CC8-8B68-69985CD546DC > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib

    0x7fff8a5e5000 - 0x7fff8a5edffc (9.0.83) libGFXShared.dylib < 11A621C3-37A0-39CE-A69B-8739021BD79D > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib

    0x7fff8a5ee000 - 0x7fff8a5f2fff (93.1.26) libsystem_stats.dylib < B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD > /usr/lib/system/libsystem_stats.dylib

    0x7fff8a5f3000 - 0x7fff8a7abff3 libicucore. A.dylib (511.27) < 003B6C21-CBD1-3486-9A1D-030ADF5FA061 >/usr/lib/libicucore. A.dylib

    0x7fff8ab35000 - 0x7fff8ab3efff com.apple.CommonAuth /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth < 1D263127-5F27-3128-996D-7397660D0C6E > (4.0 - 2.0)

    0x7fff8ab8b000 - 0x7fff8ab91ff7 libsystem_platform.dylib (24.1.4) < 331BA4A5-55CE-3B95-99EB-44E0C89D7FB8 > /usr/lib/system/libsystem_platform.dylib

    0x7fff8ae03000 - 0x7fff8ae10ff4 com.apple.Librarian (< F1A2744D-8536-32C7-8218-9972C6300DAE > /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 1.2 - 1).

    0x7fff8ae11000 - 0x7fff8ae5fff9 libstdc ++.6.dylib (60) < 0241E6A4-1368-33BE-950B-D0A175C41F54 > /usr/lib/libstdc++.6.dylib

    0x7fff8aef6000 - 0x7fff8af63fff com.apple.SearchKit (1.4.0 - 1.4.0) < B9B8D510-A27E-36B0-93E9-17146D9E9045 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit

    0x7fff8af78000 - 0x7fff8b3abffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) < F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5 > /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore

    0x7fff8b3ac000 - 0x7fff8b3b9fff com.apple.Sharing (132, 2 - 132.2) < F983394A-226D-3244-B511-FA51FDB6ADDA > /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing

    0x7fff8b400000 - 0x7fff8b407fff com.apple.NetFS /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS < 8E26C099-CE9D-3819-91A2-64EA929C6137 > (6.0 - 4.0)

    0x7fff8b421000 - 0x7fff8b574ff7 com.apple.audio.toolbox.AudioToolbox /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox < A0B7B007-9BD8-30E2-B644-47856DA29FEE > (1, 9-1, 9)

    0x7fff8b618000 - 0x7fff8b631ff7 com.apple.Ubiquity /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity < C7F1B734-CE81-334D-BE41-8B20D95A1F9B > (1.3 - 289)

    0x7fff8b7bc000 - 0x7fff8ba90fc7 com.apple.vImage (7.0 to 7.0) < D241DBFA-AC49-31E2-893D-EAAC31890C90 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage

    0x7fff8ba91000 - 0x7fff8ba92ffb libremovefile.dylib (33) < 3543F917-928E-3DB2-A2F4-7AB73B4970EF > /usr/lib/system/libremovefile.dylib

    0x7fff8bb12000 - 0x7fff8bb4cff3 com.apple.bom /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom < 989690DB-B9CC-3DB5-89AE-B5D33EDC474E > (12, 0-192)

    0x7fff8bb4d000 - 0x7fff8bb8bff7 libGLImage.dylib (9.0.83) < C08048A7-03CC-3E40-BCDC-7791D87AC8E4 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

    0x7fff8bb8c000 - 0x7fff8bd28ff7 com.apple.QuartzCore (1, 8-332, 0) < 994D1E0A-64B6-398C-B9A2-C362F02DE943 > /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

    0x7fff8bd29000 - 0x7fff8bd2cff7 libdyld.dylib (239,3) < 62F4D752-4089-31A8-8B73-B95A68893B3C > /usr/lib/system/libdyld.dylib

    0x7fff8bd4c000 - 0x7fff8bd4cfff com.apple.Accelerate (1.9-1.9 accelerate) < 509BB27A-AE62-366D-86D8-0B06D217CF56 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    0x7fff8bdd0000 - 0x7fff8bdd5fff libmacho.dylib (845) < 1D2910DF-C036-3A82-A3FD-44FF73B5FF9B > /usr/lib/system/libmacho.dylib

    0x7fff8c1b8000 - 0x7fff8c1c1fff com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) < 0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis

    0x7fff8c1cb000 - 0x7fff8c2b9fff libJP2.dylib (1038) < 6C8179F5-8063-3ED6-A7C2-D5603DECDF28 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

    0x7fff8c534000 - 0x7fff8c534fff com.apple.ApplicationServices /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices < 3E3F01A8-314D-378F-835E-9CC4F8820031 > (48-48)

    0x7fff8c60b000 - 0x7fff8c60cff7 libDiagnosticMessagesClient.dylib (100) < 4CDB0F7B-C0AF-3424-BC39-495696F0DB1E > /usr/lib/libDiagnosticMessagesClient.dylib

    0x7fff8c653000 - 0x7fff8c654fff com.apple.TrustEvaluationAgent (2.0 - 25) < 334A82F4-4AE4-3719-A511-86D0B0723E2B > /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent

    0x7fff8c660000 - 0x7fff8c80df27 libobjc. A.dylib (551.1) < AD7FD984-271E-30F4-A361-6B20319EC73B >/usr/lib/libobjc. A.dylib

    0x7fff8c831000 - 0x7fff8c84dfff libresolv.9.dylib (54) < 11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95 > /usr/lib/libresolv.9.dylib

    0x7fff8c86d000 - 0x7fff8c884fff com.apple.CFOpenDirectory (10.9 - 173.1.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory < 3FB4D5FE-860B-3BDE-BAE2-3531D919EF10 >. framework/Versions/A/CFOpenDirectory

    0x7fff8c9b2000 - 0x7fff8c9caff7 com.apple.openscripting (1.4 - 157) < B3B037D7-1019-31E6-9D17-08E699AF3701 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting

    0x7fff8c9cb000 - 0x7fff8c9e6ff7 libsystem_malloc.dylib (23.1.10) < FFE5C472-B23A-318A-85BF-77CDE61900D1 > /usr/lib/system/libsystem_malloc.dylib

    0x7fff8c9e7000 - 0x7fff8c9e9ff7 libquarantine.dylib (71) < 7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38 > /usr/lib/system/libquarantine.dylib

    0x7fff8ca34000 - 0x7fff8ca55ff7 libssl.0.9.7.dylib (106) < BBD44AF3-440F-34AB-A491-30975B53A18C > /usr/lib/libssl.0.9.7.dylib

    0x7fff8ca56000 - 0x7fff8cbc4ff7 libBLAS.dylib (1094.5) < DE93A590-5FA5-32A2-A16C-5D7D7361769F > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib

    0x7fff8cbc5000 - 0x7fff8cc06fff (1, 47-47) com.apple.PerformanceAnalysis < 784ED7B8-FAE4-36CE-8C76-B7D300316C9F > /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna Lysis

    0x7fff8cc07000 - 0x7fff8cc0cfff com.apple.DiskArbitration /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration < F8A47F61-83D1-3F92-B7A8-A169E0D187C0 > (2, 6 - 2.6)

    0x7fff8ccc6000 - 0x7fff8ccc9fff com.apple.TCC (< 32A075D9-47FD-3E71-95BC-BFB0D583F41C > /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 1.0 - 1.).

    0x7fff8ccca000 - 0x7fff8cccdffc com.apple.IOSurface /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface < 07CA8A59-1E32-3FB6-B506-18DAF58A8CE0 > (91-91)

    0x7fff8ccd5000 - 0x7fff8cce4ff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) < 8FE131B6-1180-3892-98F5-C9C9B79072D4 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis

    0x7fff8cdea000 - 0x7fff8ce13ff7 libc ++ abi.dylib (48) < 8C16158F-CBF8-3BD7-BEF4-022704B2A326 > /usr/lib/libc++abi.dylib

    0x7fff8ce3b000 - 0x7fff8ce3cff7 libsystem_blocks.dylib (63) < FB856CD1-2AEA-3907-8E9B-1E54B6827F82 > /usr/lib/system/libsystem_blocks.dylib

    0x7fff8ceb7000 - 0x7fff8ceb7fff com.apple.CoreServices /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices < 7A697B5E-F179-30DF-93F2-8B503CEEEFD5 > (59-59)

    0x7fff8cebb000 - 0x7fff8d113ff1 com.apple.security /System/Library/Frameworks/Security.framework/Versions/A/Security < 233831C5-C457-3AD5-AFE7-E3E2DE6929C9 > (7.0 - 55471)

    0x7fff8d18c000 - 0x7fff8d215fff com.apple.ColorSync (4.9.0 - 4.9.0) < B756B908-9AD1-3F5D-83F9-7A0B068387D2 > System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync

    0x7fff8d216000 - 0x7fff8d2c6ff7 libvMisc.dylib (423.32) < 049C0735-1808-39B9-943F-76CB8021744F > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib

    0x7fff8d5e2000 - 0x7fff8d621fff libGLU.dylib (9.0.83) < 8B457205-513B-3477-AE9C-3AD979D5FE11 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    0x7fff8d622000 - 0x7fff8d6a2fff com.apple.CoreSymbolication (3.0 - 141) < B018335C-698B-3F87-AF1C-6115C4FA8954 > /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n

    0x7fff8d9ff000 - 0x7fff8da24ff7 com.apple.ChunkingLibrary (2.0 - 155.1) < B845DC7A-D1EA-31E2-967C-D1FE0C628036 > /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary

    0x7fff8de11000 - 0x7fff8de5ffff com.apple.opencl (2.3.57 - 2.3.57) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL < FC03A80D-543A-3448-83FF-D399C3A240D9 >

    0x7fff8df97000 - 0x7fff8dfb2ff7 libPng.dylib (1038) < EF781AF8-C2E6-3179-B8A1-A584783070F1 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

    0x7fff8dfb3000 - 0x7fff8dfbbfff (522.1.11) libsystem_dnssd.dylib < 270DCF6C-502D-389A-AA9F-DE4624A36FF7 > /usr/lib/system/libsystem_dnssd.dylib

    0x7fff8dfbc000 - 0x7fff8e04bfff com.apple.Metadata (10.7.0 - 800.12.2) < A9F5D471-8732-3F95-A4A2-33864B92A181 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/metadata

    0x7fff8e1f2000 - 0x7fff8e1ffff7 libxar.1.dylib (202) < 5572AA71-E98D-3FE1-9402-BB4A84E0E71E > /usr/lib/libxar.1.dylib

    0x7fff8e203000 - 0x7fff8e204fff libunc.dylib (28) < 62682455-1862-36FE-8A04-7A6B91256438 > /usr/lib/system/libunc.dylib

    0x7fff8e955000 - 0x7fff8e960fff (2422.1.72) libkxld.dylib < C88EF3E6-B31F-3E12-BE9B-562D912BA733 > /usr/lib/system/libkxld.dylib

    0x7fff8e961000 - 0x7fff8e9c4ff7 com.apple.SystemConfiguration /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration < F05F4149-981B-380B-8F50-51CE804BBB89 > (1.13 - 1.13)

    0x7fff8ea5d000 - 0x7fff8ea68ff7 com.apple.NetAuth /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth < C811E662-9EC3-3B74-808A-A75D624F326B > (5.0 - 5.0)

    0x7fff8ec28000 - 0x7fff8ecebff7 com.apple.backup.framework (1.5.1 - 1.5.1) < FC4E949B-B41A-3F21-8AF8-AEDB13146FEA > /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

    0x7fff8ed08000 - 0x7fff8ed2cff7 libJPEG.dylib (1038) < 86F349A8-882D-3326-A0B0-63257F68B1A7 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

    0x7fff8f085000 - 0x7fff8f0b4fd2 (3047.16) libsystem_m.dylib < B7F0E2E4-2777-33FC-A787-D6430B630D54 > /usr/lib/system/libsystem_m.dylib

    0x7fff8f0b5000 - 0x7fff8f225ff6 com.apple.CFNetwork (673.0.3 - 673.0.3) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork < 42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF >

    0x7fff8f264000 - 0x7fff8f264ff7 libkeymgr.dylib (28) < 3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8 > /usr/lib/system/libkeymgr.dylib

    0x7fff8f269000 - 0x7fff8f44eff7 com.apple.CoreFoundation /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation < E22C6A1F-8996-349C-905E-96C3BBE07C2F > (6: 9 - 855.11)

    0x7fff8f735000 - 0x7fff8f761fff (184, 8-184, 8) com.apple.CoreServicesInternal < 707E05AE-DDA8-36FD-B0FF-7F15A061B46A > /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI internal

    0x7fff8f77a000 - 0x7fff8f7cdfff com.apple.ScalableUserInterface (1.0-1) < CF745298-7373-38D2-B3B1-727D5A569E48 > /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface

    0x7fff8f7ce000 - 0x7fff8f7d3ff7 libunwind.dylib (35.3) < 78DCC358-2FC1-302E-B395-0155B47CB547 > /usr/lib/system/libunwind.dylib

    0x7fff8f7d4000 - 0x7fff8f8c3fff libFontParser.dylib (111.1) < 835A8253-6AB9-3AAB-9CBF-171440DEC486 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib

    0x7fff8f8c4000 - 0x7fff8f8c4ffd libOpenScriptingUtil.dylib (157) < 19F0E769-0989-3062-9AFB-8976E90E9759 > /usr/lib/libOpenScriptingUtil.dylib

    0x7fff8f8cc000 - 0x7fff8f8d9ff0 libbz2.1.0.dylib (29) < 0B98AC35-B138-349C-8063-2B987A75D24C > /usr/lib/libbz2.1.0.dylib

    0x7fff8f958000 - 0x7fff8f9c7ff1 com.apple.ApplicationServices.ATS (360 - 363.1) < 88976B22-A9B8-3E7B-9AE6-0B8E09A968FC > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS

    0x7fff8fa0f000 - 0x7fff8fa13ff7 libcache.dylib (62) < BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B > /usr/lib/system/libcache.dylib

    0x7fff8fa14000 - 0x7fff8fa1dff3 libsystem_notify.dylib (121) < 52571EC3-6894-37E4-946E-064B021ED44E > /usr/lib/system/libsystem_notify.dylib

    0x7fff8fa1e000 - 0x7fff8fa22ff7 libGIF.dylib (1038) < C29B4323-1B9E-36B9-96C2-7CEDBAA124F0 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

    0x7fff8fa23000 - 0x7fff8fa4affb (449.1.3) libsystem_info.dylib < 7D41A156-D285-3849-A2C3-C04ADE797D98 > /usr/lib/system/libsystem_info.dylib

    0x7fff8fa4b000 - 0x7fff8fa65fff (339.1.9) libdispatch.dylib < 46878A5B-4248-3057-962C-6D4A235EEF31 > /usr/lib/system/libdispatch.dylib

    0x7fff8fa66000 - 0x7fff8fd65fff com.apple.Foundation (6: 9-1056) < D608EDFD-9634-3573-9B7E-081C7D085F7A > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x7fff8fe39000 - 0x7fff8fe3cffa libCGXType.A.dylib (599,7) < 2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib

    0x7fff8fea9000 - 0x7fff8feaaff7 libsystem_sandbox.dylib (278.10) < A47E7E11-3C76-318E-B67D-98972B86F094 > /usr/lib/system/libsystem_sandbox.dylib

    0x7fff8feab000 - 0x7fff8feb3ff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) < 98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61 > work/Versions/A/SpeechRecognition /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame

    0x7fff8feb4000 - 0x7fff8fed9ff7 com.apple.CoreVideo (1, 8 - 117.2) < 4674339E-26D0-35FA-9958-422832B39B12 > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0x7fff8feda000 - 0x7fff8fee4fff libcommonCrypto.dylib (60049) < 8C4F0CA0-389C-3EDC-B155-E62DD2187E1D > /usr/lib/system/libcommonCrypto.dylib

    0x7fff901d1000 - 0x7fff901d5fff libpam.2.dylib (20) < B93CE8F5-DAA8-30A1-B1F6-F890509513CB > /usr/lib/libpam.2.dylib

    0x7fff901e3000 - 0x7fff9020bffb libRIP.A.dylib (599,7) < 6F528EE3-99F8-3871-BD60-1306495C27D5 > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib

    0x7fff9020c000 - 0x7fff90213ff7 (842.1.4) liblaunch.dylib < FCBF0A02-0B06-3F97-9248-5062A9DEB32C > /usr/lib/system/liblaunch.dylib

    0x7fff90214000 - 0x7fff9021bfff libcompiler_rt.dylib (35) < 4CD916B2-1B17-362A-B403-EF24A1DAC141 > /usr/lib/system/libcompiler_rt.dylib

    0x7fff9021c000 - 0x7fff9025eff7 libauto.dylib (185,5) < F45C36E8-B606-3886-B5B1-B6745E757CA8 > /usr/lib/libauto.dylib

    0x7fff9025f000 - 0x7fff902b1fff libc ++.1.dylib (120) < 4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE > /usr/lib/libc++.1.dylib

    0x7fff902c7000 - 0x7fff902c8ff7 libSystem.B.dylib (1197.1.1) < BFC0DC97-46C6-3BE0-9983-54A98734897A > /usr/lib/libSystem.B.dylib

    0x7fff902c9000 - 0x7fff902d3ff7 (10: 9-538) com.apple.CrashReporterSupport < B487466B-3AA1-3854-A808-A61F049FA794 > /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support

    0x7fff902d4000 - 0x7fff902efff7 libCRFSuite.dylib (34) < FFAE75FA-C54E-398B-AA97-18164CD9789D > /usr/lib/libCRFSuite.dylib

    0x7fff902f0000 - 0x7fff90337ff7 libcups.2.dylib (372) < 348EED62-6C20-35D6-8EFB-E80943965100 > /usr/lib/libcups.2.dylib

    0x7fff9036d000 - 0x7fff90457fff libsqlite3.dylib (158) < 00269BF9-43BE-39E0-9C85-24585B9923C8 > /usr/lib/libsqlite3.dylib

    0x7fff90488000 - 0x7fff9056cfff com.apple.coreui /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI < 432DB40C-6B7E-39C8-9FB5-B95917930056 > (2.1 - 231)

    0x7fff905f6000 - 0x7fff906affff libcrypto.0.9.7.dylib (106) < BFE87BFA-7971-37DC-9B20-55F04E509A80 > /usr/lib/libcrypto.0.9.7.dylib

    0x7fff906b6000 - 0x7fff906ceff7 com.apple.GenerationalStorage (2.0 - 160, 2) < 79629AC7-896F-3302-8AC1-4939020F08C3 > /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt storm

    0x7fff90714000 - 0x7fff9076cff7 com.apple.Symbolication /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication < 16D42516-7B5E-357C-898A-FAA9EE7642B3 > (1.4 - 129)

    0x7fff91031000 - 0x7fff910baff7 (997.1.1) libsystem_c.dylib < 61833FAA-7281-3FF9-937F-686B6F20427C > /usr/lib/system/libsystem_c.dylib

    0x7fff910bb000 - 0x7fff910bfff7 libheimdal - asn1.dylib (323.12) < 063A01C2-E547-39D9-BB42-4CC8E64ADE70 > /usr/lib/libheimdal-asn1.dylib

    0x7fff915c1000 - 0x7fff9168cfff libvDSP.dylib (423.32) < 3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib

    0x7fff9168d000 - 0x7fff91698fff libGL.dylib (9.0.83) < 984A960A-C159-3AE5-8B40-E2B451F6C712 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0x7fff91699000 - 0x7fff916a0ff3 libcopyfile.dylib (103) < 5A881779-D0D6-3029-B371-E3021C2DDA5E > /usr/lib/system/libcopyfile.dylib

    0x7fff916a1000 - 0x7fff9170bff7 com.apple.framework.IOKit (2.0.1 - 907.1.13) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit < C1E95F5C-B79B-31BE-9F2A-1B25163C1F16 >

    0x7fff9170c000 - 0x7fff91770ff9 com.apple.Heimdal /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal < E7D20A4D-4674-37E1-A949-635FFF7C439A > (4.0 - 2.0)

    0x7fff91ca4000 - 0x7fff91cc0ff7 (2422.1.72) libsystem_kernel.dylib < D14913DB-47F1-3591-8DAF-D4B4EF5F8818 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff91cc7000 - 0x7fff91cceff7 libsystem_pthread.dylib (53.1.4) < AB498556-B555-310E-9041-F67EC9E00E2C > /usr/lib/system/libsystem_pthread.dylib

    Summary of the external change:

    Calls made by other processes for this process:

    task_for_pid: 1

    thread_create: 0

    thread_set_state: 0

    Calls made by this process:

    task_for_pid: 0

    thread_create: 0

    thread_set_state: 0

    Calls made by all processes on this machine:

    task_for_pid: 345

    thread_create: 1

    thread_set_state: 0

    Summary region VM:

    ReadOnly part of libraries: Total = 412.6 M resident=226.7M(55%) swapped_out_or_unallocated=185.8M(45%)

    Regions in writing: Total = 254.7 M written=83.8M(33%) resident=104.3M(41%) swapped_out = 0 K (0%) unallocated=150.4M(59%)

    VIRTUAL FIELD TYPE

    ===========                      =======

    ATS (font support) 32,0 M

    Address space reserved K-8 ATS (font support) VM (reserved) (not assigned)

    CG backup stores 7700K

    CG shared images 172K

    Image IO 7700K

    Once the kernel 8K Alloc

    MALLOC 170.1 M

    MALLOC (admin) 32K

    (Unassigned) (reserved) MALLOC_LARGE 7952K reserved VM address space

    242 12K memory tag

    BATTERY GUARD 56.0 M

    Battery of 12.7 M

    VM_ALLOCATE 3460K

    __DATA                             35.4M

    __IMAGE 528K

    __LINKEDIT 103.7 M

    __TEXT 308.9 M

    __UNICODE 544K

    file mapped 79.3 M

    shared memory 4K

    ===========                      =======

    TOTAL 825,5 M

    In TOTAL, less space reserved VM 817,8 M

    Model: MacBookPro10, 1, MBP101.00EE.B02 of BootROM, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, MSC 2.3f36

    Graphics card: Intel HD Graphics integrated 4000, 4000, Intel HD graphics card, 1024 MB

    Graphics card: NVIDIA GeForce GT 650 M, NVIDIA GeForce GT 650 M, PCIe, 1024 MB

    Memory module: DIMM0/0 BANK, 4 GB DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020

    Memory module: DIMM0/1 BANK, 4 GB DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020

    Airport: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.98.100.22)

    Bluetooth: Version 4.2.0f6 12982, 3 services, 15 devices, 1 incoming serial ports

    Network service: Wi - Fi, AirPort, en0

    Serial ATA Device: APPLE SM256E, 251 GB SSD

    USB device: Hub

    USB device: FaceTime HD camera (built-in)

    USB device: Hub

    USB device: Hub

    USB device: Hub BRCM20702

    USB Device: USB Bluetooth host controller

    USB device: Apple keyboard / Trackpad

    Bus crush: MacBook Pro, Apple Inc., 23.4

    Any body got an idea why the others work and it crashes at startup

    See replace your preferences for the paths to where ID must write preferences and check the permissions on those and the folders containing of course ID can write on it.

  • I get a dialog box with a copy of firefox is open and that only one copy of firefox can be opened simultaneously.

    I get a dialog box with the following: "a copy of firefox is open and that only one copy of firefox can be open at the same time."

    I don't see where firefox is open.

    How back in firefox so that I can read the links that are in my emails?

    Thank you.

    Sometimes when the FF closes, no not all stops correctly.
    On Windows, start the Task Manager (other systems may have
    different names and / or commands). Select the process.
    Look towards the bottom of the list for Firefox. Click right and then click end task.
    If this problem keeps coming, ask for help more.

  • Change the layer containing

    I want to change a layer containing for any given layer. More generally, the layers of N relative to a containing layer. How can I do this?

    Hi Nik Ska,

    do you mean something like this?

    // LayersToSublayers.jsx
    
    // https://forums.adobe.com/thread/1620567
    // quick&dirty (but only for the first top level layer)
    // use it on your own risk
    // regards pixxxelschubser
    var aDoc = app.activeDocument;
    var theLayers = aDoc.layers;
    var newTopLevel = aDoc.layers.add();
    newTopLevel.name = "Top level"
    
    var sublayer = newTopLevel.layers.add();
    sublayer.name = theLayers[1].name;
    theLayers[1].visible = true;
    theLayers[1].locked = false;
    
    pI = theLayers[1].pageItems;
    
    for (k=pI.length-1; k>=0;k--) {
    pI[k].visible = true;
    pI[k].locked = false;
    pI[k].move(sublayer, ElementPlacement.PLACEATBEGINNING);
    }
    
    // remove the empty layer
    theLayers[1].remove();
    

    Note: all page elements will be visible and unlocked

    Have fun

    (Otherwise the two screenshots of your palette layers please (before and after))

  • Looking for images related to jump while opening the indesign file is prossible?

    Hi all

    My indesign document have 250 images. While I moved the indesign document to the other server. All images now are the missing links. While I open the indesign document looking for image links, this process is more time consuming to open the document.

    I just want the linked file you are looking for and open the file. I have them then will be re-issued.

    Looking for images related to jump while opening the indesign file is prossible?

    Thanks in advance

    Concerning

    Arul

    Hi arul,.

    Preferences-> file manipulation->
    -Check links before opening Document
    -Find missing links before opening Document

    Gruss,

    Sergiy

  • When I click on the sign more to open a new tab. The tab opens with bing pg and I hate bing. How can I stop thiis doesn't happen.

    When I click on the sign more to open a new tab. The tab opens with bing pg and I hate bing. How can I stop thiis doesn't happen. I can find nothing to help even had a computer tech friend check.

    Looks like your pref browser.newtab.url has been changed.

    This extension will reset some prefs to the value default - browser.newtab.url - is covered. See "on this add-on" for more details.
    https://addons.Mozilla.org/en-us/Firefox/addon/SearchReset/

    It will run automatically and then disappear.

  • the sign "more" to open a new tab disappeared. That's happened?

    the sign "more" to open a new tab disappeared. That's happened? How can this be repaired?

    Try clicking on default settings in the palette to customize window.

    • Firefox '3-bar' menu button > customize
    • View > toolbars > customize
  • I get an error message that "a copy of Firefox is already open. Only one copy of Firefox can be open at a time"and I have no open copy.

    I get an error message that "a copy of Firefox is already open. Only one copy of Firefox can be open at a time"and I have no open copy. How can I fix this problem? I like firefox because it runs many technical programs on the web that do not work with safari. I have FireFox installed on my PowerBook MacPro OS X 10.7.5 32.0.1 version. My activity monitor shows all activity of FireFox, so don't know not what he sees

    Check out these links;
    http://www.bing.com/search?q=Firefox%20not%20Close%20mac

  • I tried to uninstall and reinstall Firefox several times. Whenever I try to open Firefox I get an error message saying "Close Firefox","a copy of Firefox is already open. Only one copy of Firefox can be open at a time. »

    I uninstall Firefox, and then reinstall Firefox, try to open Firefox and get an error message in a box indicating popup.

    "Closing of Firefox.

    "A copy of Firefox is already open. Only one copy of Firefox can be open at a time. »

    Create a new profile as a test to see if your profile is the source of the problems.

    See "basic troubleshooting: a new profile:

    If this new profile works then you can transfer files from the old profile to the new profile, but make sure not to copy corrupted files.

    See:

  • Error closing firefox message appears at the start of the application and indicates that the copy of firefox is already open. How can I find the copy open and close all the time?

    When I consider my daughter and you try to start Firefox (she was previously using Safari) an error message is displayed stating to "close Firefox: a copy of Firefox is already open." Only one copy of Firefox can be open at a time. "Except that I don't see a free application copy, unless it is somehow launched during the connection, a framework I am not either. Firefox works fine on other user accounts.

    Is there still a current default profile folder?

    • < User > /users//Library/Application Support / Firefox/Profiles/< profile >.

    If not, then delete the file profiles.ini

    Which will cause Firefox to create a new default profile.

  • When I have 2 or more tabs open in my browser I want to close Firefox and save the tabs so when I open it again the sites will return. Use to do this, but something needs to happen. begin to close, now it asks me if I want to save sites

    When I have 2 or more tabs open in my browser I want to close Firefox and save the tabs so when I open it again the sites will return. Use to do this, but something needs to happen. begin to close, now it asks me if I want to save sites

    If you still want to open the sites that you opened before, in the Options dialog box, go to the general Panel and make sure that the parameter 'When Firefox starts' is set to ' show my windows and tabs from last time '. You will not be asked to save the tabs because they are automatically registered.

    If it is set to one, but sites do not open when you start Firefox, open your profile folder and delete sessionstore.js and if there are sessionstore.bak. For more information on how to find your profile folder, see the article of profiles - where Firefox stores your bookmarks, passwords and other user data . Who can help if the file that stores the details of the session is corrupt.

  • When you try to start Firefox I get a message saying "a copy of Firefox is already open. Only one copy of Firefox can be open at a time. "I started a new profile, but the Profile Manager always tells me that by default it is still in use.

    When you try to start Firefox, even once, I got a message saying "close Firefox. A copy of Firefox is already open. Only one copy of Firefox can be open at a time. "This issue is addressed in Mozillazine but nothing I've tried there seems to work. I started a new profile in the profile manager that gets at least upwards and the functioning, but strangely enough the Manager also told me the old (default) profile is still underway, although I can't find a way to close it. Also, I can't find the default profile in my Profile Manager. can anyone help?

    This has happened

    Just once or twice

    == I thought that I had left Firefox and he was new.

    I get the same problem from time to time. It is not a solution but I go into Task Manager (select by right clicking on an empty area of the start bar) and under the research process and, invariably, there is a 'hidden' version to use the FF. I selects & close via Task Manager and then am able to restart FF.

Maybe you are looking for

  • MagicJack USB Dongle phone

    I use Windows 7 Home Premium does not sound my Magic Jack instead, it goes to voice mail, but if I call it will work for a little bit. Also if someone calls me after 15 minutes and 43 seconds, she cut us off and they try to recall, he fails and goes

  • HP pavilion g6: System off

    Deactivation of the system code 67531635 Please helo for me

  • How can I get rid of the Office 2007 trial and subsequent updates automatically downloaded Version

    Hi all.  I have a PC that came with the Trial Version of Office 2007.  I was very happy with Office 2003, so I loaded it up. Now, my PC automatically downloaded the service pack 2007 and whenever I go to open any document it asks for a product key. 

  • How can we change the way Media Player displays when minimize?

    Windows Media Player (9 Series) displays a Panel on the right side of the taskbar when minimized. How can I change that so it displays like most other programs - as just a tab in the taskbar?

  • PDF 3D on mobile drives

    Hello!We develop PDF documents, including 3D diagrams.Acrobat Reader on Windows can display these 3D diagramsand a user can explore (rotation, zoom,...). There is arich-API Javascript to display and manipulate 3D objects available.Are - this 3D featu