Subvi in the main program output data

Hello

I'm trying to export data from sub - VI for the main program in real time. But I found the value may be filed only when the Subvi is finished.

I'm doing some research and I think that using the queue is the best, but the global variable. You can all give me some tip on queue using to transfer data from sub - VI for the main program in real time?

Thank you!

No problem.

Tags: NI Software

Similar Questions

  • A generated within a loop in a subvi output data can be transferred to the main program for each iteration of the loop?

    Hi LV users,.

    I have a very basic question, I have not succeeded to asnwer using basic considerations.

    I made a sub - vi that performs a scan of current-voltage using a unit of measurement-source Keithley and a loop FOR.

    The subvi outputs 2 tables with my data (essentially an array of voltage and the corresponding current table). I also defined a Terminal at the exit of a group of these 2 tables in order to plot a graph XY - output. Specifically, I indexed this cluster to update after each iteration of the loop FOR, in my sub - vi (the indicator is placed outside the loop, of course).

    My problem is that I want my main program to display the XY-graph in real time, with an update after each iteration of the loop FOR which is in my sub - vi.

    I have a problem because my sub - vi output terminals are available for the main program concluded as soon as the sub - vi has completed its own execution (which is what we expect of sub - vi to do).

    How can I use a sub - vi (because it's handy) and get in the main program in the course of its performance data that are generated from the loops of sub - vi?

    Thanks in advance for your help,

    Yoyo87

    Elements of the queue in the Subvi them put your main VI where you want to display the data and the.

    It is similar to the architecture of producer/consumer. There are examples of it in LabVIEW. The examples work with 2 parallel loops, in your case a loop (the producer) will be in the Subvi.

  • Tutorial: how to stop a loop 'while' Subvi, which within the main program loop 'while '.

    Hi ppl,

    I searched through the forum on the topic above, but still don't know how to do this. Maybe one of you can post the solution of this important issue.

    I have attached a very simple program: I've done a few while loop as a main program and Subvi as a post-secondary program. Inside the Subvi also manages some while loop. All I want to do is to push the stop button in the main program that will stop the while loop in the second channel; to create a kind of judgment of reference in the main program which influence only the stop button on the Subvi. During this time the loop of the main program will still work.

    Thank you.

    I modified the code that you have joined. check.

  • Open a Subvi inside the main façade, not to burst

    Hello

    I am writing a program that contains several subvis. The option I have in the configuration of the node of the Subvi is to open the front panel, during the call. What I want to do is to open the front panel of the Subvi inside the main façade.

    For example, it is main and subvi1 and subvi2. In the main FP, there are Boolean start button. When he pressed it opens Subvi FP for the user to enter parameters, but this Subvi should be opened in the main PS and when the user presses the fact. It refers to the main FP.

    I tried searching online and inside on labview but I couldn't find anything. Also, I'm a newbie to labview, so I don't have a lot of experience.

    Thank you

    ERFAN

    Secondary use

  • opening Subvi so the main vi is active

    In the main program when executing when the user clicks the appropriate button Subvi with an image is called (chosen by the structure of the case). The rest of the program (front) is blocked until the closure of the window slot - VI - how I opened the Subvi with an image so that it remains open and the program goes further?

    Greetings,
    Michal


  • HOW TO PASS THE HEX OF THE MAIN PROGRAM VI ENUM, SUB VI ENUM VALUE

    HOW TO PASS THE HEX OF THE MAIN PROGRAM VI ENUM, SUB VI ENUM VALUE.

    HOW THEN IT WILL CHOOSE CORRECT ON SUB VI HEXAGONAL ENUM VALUES.

    Enum values are strings, you must first convert the hexadecimal value to a hexadecimal value chain represtation.

    Then that convert from the enum.

  • Issue linking subroutines VI by the main program

    Sir/Madam,

    I've done some subprogrammes VI of "Keithley 2400', but I'm having the problem by connecting them together with the main program.» In fact the subprogrammes of created VI do not display any button to activate when I connect the 'action.vi' file in the 'read.vi' file (attached).

    Please give suggestions.

    Concerning

    Yachika Manglik


  • If I have 64-bit and 32-bit on the same computer, do I have access to the same programs and data?

    Currently, my system is Windows 7 64 bit with 8 GB of RAM. I know that the 32-bit version can use only 2 GB but it runs on a computer that has more, right? Assuming I'm right about that, if I install both, should I rate the same programs and data?

    You can install the two operating systems on a player, but you must create a separate partition for one of them.
    You can share data, but not the programs that each application must be installed in each version.
    That said, I see no benefit in the same version of Windows, but with different pieces of dual-boot. Why would you do?

  • How to get the return values by a button on the main program.

    Hello

    I have a main program that has an Authenticate button. Click to authenticate open for auth form that has the USERNAME and PASSWORD FIELDS.
    If the input fields are true then enable editing of jtable in main program...

    Basically something like this:
    main program
    Authenticate.addActionListener (new ActionListener()
    {
    public void actionPerformed (ActionEvent ae)
    {
    Au UpdateAuth = new UpdateAuth(); / / Opens the form that has the username and pass for authentication
    ua.setVisible (true);

    need code for activation of table here
    if(s=="mactus")
    {
    enable editing of the table
    }
    table.repaint ();
    }

    });


    form opened for auth... (class UpdateAuth)

    private String SigninMouseClicked (java.awt.event.MouseEvent evt) {}
    String aname = Aname.getText ();
    String apass = Apassword.getText ();
    If (aname. Equals("") & & apass.equals(""))
    {
    JOptionPane.showMessageDialog (null, "enter the login name or password", "Error", JOptionPane.ERROR_MESSAGE);
    }
    If (!) (Aname.Equals("")) & & apass.equals("")))
    {
    If (aname. Equals("harshil") & & apass.equals ("harshil123"))
    {
    String s = "mactus"; If the user name and password is success enable editing in table in the main program
    return s;

    }
    else if (! aname.equals ("mactus") & &! apass.equals ("mactus123"))
    {
    Aname.setText("");
    Apassword.setText("");
    }
    }
    Returns a null value.
    }

    String.Equals (String)

    String.equalsIgnoreCase (String)

  • Operation Subvi don't update in the main program

    Hi all

    I'm having trouble with a VI I put together for laboratory research. I try to use two of the Subvi: one writes nine analog outputs through a PCI-6723, the other sends the commands M Code to a linear positioner through COM 4. Both work individually, but when I put in another VI, it seems that the outer loop only runs once. If I set a post and hit run, the track moves to this post but does not meet the additional entries. The tension control is doing absolutely nothing, predefined or not. The goal is that the two Subvi to run in real time. In other words, change the enum of the piece will automatically update the position and moving the sliders of tension with voltage indicators in real time and updated. I tried a few configurations without luck. Maybe it's because I'm trying to use a serial port and a data acquisition?

    I have attached the main VI and Subvi for review. All advice is appreciated.

    'Is it maybe because I'm trying to use a serial port and an acquisition of data?'

    No, that would be a silly limitation of the language

    There are a lot of problems with your application (on the other hand, you use a LabVIEW project to your hand and subVIs), like crazy in the Subvi DAQmx structures.

    The real bug you see, that's the reason why you do not understand how a shift register stores the data: using shift registers initialized to the two subVIs, so overwrite you the values stored in each iteration. You should learn about Global Variables functional and motor action, so you can understand the problem. If you need work on your subVIs (also), you will need to change their behavior. In their recent form, they are not able to do what you want... Do not have a state machine for the subVIs, use actions: Init, check, change, close. Therefore, it is very important that your subVIs only perform one action at a time. Finally, when you stop your hand while loop in your main VI, you call the two subVIs with action command 'Close' to close and delete tasks properly.

    Here's some reading more: http://forums.ni.com/t5/LabVIEW/Community-Nugget-4-08-2007-Action-Engines/td-p/503801

  • Run the main program simultaneous child concurrent program

    Hello

    I am trying to execute the concurrent program of child of the main competitor program as below, could you suggest me on below.

    Database: 10 g

    Main_Concurrent_Program
    =================

    1) will update the intermediate table XXID_PO_ITM = 1,2,3,4,5 Batch_id
    This staging table has 1000 rows, so each 200 lines will be updated with one of the above batch_id
    This logic works.

    Child_Concurrent_Program
    ================
    (2) above program main competitor has to call under Child_Concurrent_Program.
    This Child_Concurrent_Program will be setting batch_id (based on above batch_id)

    So, this Child_Concurrent_Program is expected to launch with batch_id = 1
    Simillarly, Child_Concurrent_Program should start with batch_id = 2
    Child_Concurrent_Program should start with batch_id = 3
    Child_Concurrent_Program should start with batch_id = 4
    Child_Concurrent_Program should start with batch_id = 5



    Could you give me some suggestions on this?

    Thank you.

    Check with FND_SUBMIT to submit a simultaneous work with dependencies of the child. Keep in mind that once you call the API... it creates its own thread and and becomes a standalone process. Control is no longer maintained in the calling package.

    procedure submit_interface_data(p_schedule_date in date,p_mm_header_id in number,p_req_id out number)
    is
      v_user_id            number;
      v_application_id     number;
      v_responsibility_id  number;
    begin
                select user_id
                into   v_user_id
                from   fnd_user
                where  user_name = 'USER123';
    
                select application_id,
                       responsibility_id
                into   v_application_id,
                       v_responsibility_id
                from   fnd_responsibility_tl
                where  responsibility_name = 'General Warehouse';
    
      fnd_global.apps_initialize(v_user_id,v_responsibility_id,v_application_id);
      p_req_id := fnd_request.submit_request ( application => 'XYZ',
                           program     => 'MOVE_CONC_SHORT_NAME',
                           description => null,
                           start_time  => p_schedule_date,
                           sub_request => false,
                     argument1   => p_mm_header_id);
    
      commit;
    exception
     when others
       then
         spl_log_pub.write_exception(transaction_id   => null,
                                     transaction_type => null,
                                     error_message    => '' ||
                                     'sqlcode: ' || sqlcode ||
                                     'sqlerrm: ' || sqlerrm);
    end submit_interface_data;
    

    Published by: sreese on May 18, 2012 15:16

  • .bat file changed in an .exe file that opens a file linked to the main program does not open after packed

    Here's what's happening.

    I have an add on package I wanted to pack with a main program.  The problem is that the add-on is not an .exe file so I had to make a .bat file to open it, which, unfortunately, is not recognized as a user entry point.   So I converted the file .bat to .exe file so that I could create a user to this file entry point.

    It is a situation similar to opening a word document and it will automatically open Microsoft word.  Only in my case I create a batch file for this word document and then convert it into a .exe file so I could create a user for this document entry point.

    So in my case after it's all packed to the top and I run the user entry point, I get an error could not open file.  Is that what I would call a linked file?  I'm packing up under copy writing/isolation mode and not in merged mode.

    Any ideas?

    Hi Christopher2222,

    In most cases, you won't need to run the application during the capture process. In some scenarios it will probably a solution to set some values "first round" for an application.

    In this case, you try to start a batch (bat) file. All Thinstall/ThinApp scenarios with a bat file to add this to your package.ini

    giveitaname.exe

    Source=%SystemSystem%\cmd.exe

    Shortcut = YourPackageContainer.dat

    CommandLine=%SystemSystem%\cmd.exe/k C:\PathToYourBatchFile\start.bat OptionalParameter1 OptionalParameter2

    The UNC path is not recommended.

    Best regards

    Christian Janssen

    CIS - Group.nl - VMware and Thinstall partner

  • The main program is seen as a separate thread?

    I tried to stop a GUI based program opening too fast because the splash screen has not been seen for a long time enough.

    So I tried to use the classes Thread and can be walked in the GUI Builder.
    Trying different things, I got it to do what I wanted: a delay of 10 seconds before the GUI of the program display.
    But I don't understand why main is not considered a separate thread and continue to get visible regardless of the status of delayThread.
    // Constructor:
    // ---------------
    public Hotel (int numberIn)
        {
             // Create the time delay thread so that users may enjoy the splash !
             delayThread = new Thread(this);
             delayThread.run();
             // Initialise the number of rooms and the GuestList :        
            noOfRooms =  numberIn;
            guests  = new GuestList(noOfRooms); 
            // Graphics settings:      
            setTitle("Hotel");     
            setLayout(new FlowLayout());
           // etc. etc.
           // etc. etc.
           setVisible(true);
       }
    
    
        // A run method to delay the program opening:
         
        public void run()
        {     
             try
             {
                  delayThread.sleep(10000);
             }
             catch(InterruptedException ie)
             {
                  ie.printStackTrace();
             }
           
        }
    Now, maybe a better way to do would be to go the setVisible of the manufacturer, the run method statement.
    Maybe there's something even better to produce a delay in the opening of the program.
    But I'm still curious why the main thread has been delayed by a delay in what is really a completely separate topic.
    Any ideas?

    Published by: KonTiki on February 16, 2013 13:10

    Published by: KonTiki on February 16, 2013 13:19

    Published by: KonTiki on February 16, 2013 13:20

    Published by: KonTiki on February 16, 2013 13:21

    Published by: KonTiki on February 17, 2013 09:16

    Are you sure that show you all the relevant code? I think that, as is the case, the thread in sleep does nothing.

  • crush the main program of 187 bytes

    Hello

    I have this crash log below it, this freezing happens when I just start the program and select file new document.

    Then the freezing that happens and I can't select anything in InDesign CS5 (7.0.4) on OS x 10.7.5...

    I have to open the activity monitor and then abandon the indesign process to get a log of crash.

    Thank you

    Process: Adobe InDesign CS5 [4310]

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

    ID: com.adobe.InDesign

    Version: 7.0.4.553 (7040)

    Code type: X 86 (native)

    Parent process: launchd [4195]

    Date/time: 14:19:22.899 2013-10-07 + 0100

    OS version: Mac OS X 10.7.5

    Report Version: 9

    Crashed thread: 0 dispatch queue: com.apple.main - wire

    Exception type: EXC_CRASH (SIGABRT)

    Exception codes: 0 x 0000000000000000, 0 x 0000000000000000

    Request for clarification:

    objc [4310]: garbage collection is OFF

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

    0 libsystem_kernel.dylib 0x99229b7a __sem_wait_nocancel + 10

    1 com.adobe.SINGCore 0x150eeb12 SINGLIB::SystemLock::Acquire() + 32

    2 com.adobe.SINGCore 0x150ee0cd SINGLIB::CatalogOperationContext:CatalogOperationContext(boost::shared_ptr<SINGLIB::Cont_ext>) + 155

    3 com.adobe.SINGCore 0 15105098 SINGDLLAccess_EnumerateLocations + 222 x

    4 com.adobe.SING 0x1535610c SINGDLLAccess_EnumerateLocations + 94

    5 com.adobe.InDesign.Font Manager 0x0fe6b1dd TIN_DisposeFont + 1580

    6 com.adobe.InDesign.Font Manager 0x0fe42b5f GetPlugIn + 356223

    7 com.adobe.InDesign.AppFramework 0x0e441f65 GetPlugIn + 242229

    8 com.adobe.InDesign.AppFramework 0x0e442e8c GetPlugIn + 246108

    com.adobe.InDesign.AppFramework 9 0x0e3e4d28 0xe3e2000 + 11560

    10 com.adobe.InDesign.AppFramework 0x0e40a4fa GetPlugIn + 14282

    11 main 0x0000288b com.adobe.InDesign + 187

    12 com.adobe.InDesign 0x000027a6 start + 54

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

    0 libsystem_kernel.dylib 0x9922a90a kevent + 10

    1 libdispatch.dylib 0x97333e10 _dispatch_mgr_invoke + 969

    2 libdispatch.dylib 0x9733285f _dispatch_mgr_thread + 53

    Thread 2:

    0 libsystem_kernel.dylib 0x9922983e __psynch_cvwait + 10

    1 libsystem_c.dylib 0x9c3fee78 _pthread_cond_wait + 914

    2 libsystem_c.dylib 0x9c3fef7b pthread_cond_timedwait_relative_np + 47

    3 com.apple.CoreServices.CarbonCore 0x949e73a7 TSWaitOnConditionTimedRelative + 178

    4 com.apple.CoreServices.CarbonCore 0x94a4967f MPWaitOnQueue + 200

    5 PMRuntime.dylib 0 x 00014130 MemUtils::GetAvailMem() + 288

    6 com.apple.CoreServices.CarbonCore 0x94a4a5e0 PrivateMPEntryPoint + 68

    7 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    8 libsystem_c.dylib 0x9c3fe6de thread_start + 34

    3 wire:

    0 libsystem_kernel.dylib 0x99227c22 mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x992271f6 mach_msg + 70

    2 com.apple.CoreServices.CarbonCore 0x94a740ec TS_exception_listener_thread + 90

    3 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    4 libsystem_c.dylib 0x9c3fe6de thread_start + 34

    Thread 4:

    0 libsystem_kernel.dylib 0x9922983e __psynch_cvwait + 10

    1 libsystem_c.dylib 0x9c3fee21 _pthread_cond_wait + 827

    pthread_cond_wait 2 libsystem_c.dylib 0x9c3af42c $UNIX2003 + 71

    3 com.apple.CoreServices.CarbonCore 0x94a75e62 TSWaitOnCondition + 124

    4 com.apple.CoreServices.CarbonCore 0x949e737d TSWaitOnConditionTimedRelative + 136

    5 com.apple.CoreServices.CarbonCore 0x94a4967f MPWaitOnQueue + 200

    6 AdobeACE 0x0005a6f1 0 x 20000 + 239345

    7 AdobeACE 0x0005a0ed 0 x 20000 + 237805

    8 com.apple.CoreServices.CarbonCore 0x94a4a5e0 PrivateMPEntryPoint + 68

    libsystem_c.dylib 9 0x9c3faed9 _pthread_start + 335

    10 libsystem_c.dylib 0x9c3fe6de thread_start + 34

    Wire 5:

    0 libsystem_kernel.dylib 0x9922983e __psynch_cvwait + 10

    1 libsystem_c.dylib 0x9c3fee21 _pthread_cond_wait + 827

    pthread_cond_wait 2 libsystem_c.dylib 0x9c3af42c $UNIX2003 + 71

    3 com.apple.CoreServices.CarbonCore 0x94a75e62 TSWaitOnCondition + 124

    4 com.apple.CoreServices.CarbonCore 0x949e737d TSWaitOnConditionTimedRelative + 136

    5 com.apple.CoreServices.CarbonCore 0x94a4967f MPWaitOnQueue + 200

    6 AdobeACE 0x0005a6f1 0 x 20000 + 239345

    7 AdobeACE 0x0005a0ed 0 x 20000 + 237805

    8 com.apple.CoreServices.CarbonCore 0x94a4a5e0 PrivateMPEntryPoint + 68

    libsystem_c.dylib 9 0x9c3faed9 _pthread_start + 335

    10 libsystem_c.dylib 0x9c3fe6de thread_start + 34

    Line 6:

    0 libsystem_kernel.dylib 0x9922983e __psynch_cvwait + 10

    1 libsystem_c.dylib 0x9c3fee21 _pthread_cond_wait + 827

    pthread_cond_wait 2 libsystem_c.dylib 0x9c3af42c $UNIX2003 + 71

    3 com.apple.CoreServices.CarbonCore 0x94a75e62 TSWaitOnCondition + 124

    4 com.apple.CoreServices.CarbonCore 0x949e737d TSWaitOnConditionTimedRelative + 136

    5 com.apple.CoreServices.CarbonCore 0x94a4967f MPWaitOnQueue + 200

    6 AdobeACE 0x0005a6f1 0 x 20000 + 239345

    7 AdobeACE 0x0005a0ed 0 x 20000 + 237805

    8 com.apple.CoreServices.CarbonCore 0x94a4a5e0 PrivateMPEntryPoint + 68

    libsystem_c.dylib 9 0x9c3faed9 _pthread_start + 335

    10 libsystem_c.dylib 0x9c3fe6de thread_start + 34

    Line 7:

    0 libsystem_kernel.dylib 0x9922983e __psynch_cvwait + 10

    1 libsystem_c.dylib 0x9c3fee78 _pthread_cond_wait + 914

    2 libsystem_c.dylib 0x9c3a682a pthread_cond_wait + 48

    3 com.adobe.amt.services 0x0ab32126 C_AMTUISwitchSuppressUpdates + 16768

    4 com.adobe.amt.services 0x0ab2adb0 C_EULA_SetState + 2164

    5 com.adobe.amt.services 0x0ab3218c C_AMTUISwitchSuppressUpdates + 16870

    6 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    7 libsystem_c.dylib 0x9c3fe6de thread_start + 34

    Thread 8:

    0 libsystem_kernel.dylib 0x9922983e __psynch_cvwait + 10

    1 libsystem_c.dylib 0x9c3fee78 _pthread_cond_wait + 914

    2 libsystem_c.dylib 0x9c3a682a pthread_cond_wait + 48

    3 TINthread.dylib 0x146e37a5 ThreadUtils::ThreadPool::Dispatcher() + 277

    4 TINthread.dylib 0x146e383f ThreadUtils::ThreadPool:ThreadProc(void*) + 17

    5 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    6 libsystem_c.dylib 0x9c3fe6de thread_start + 34

    Wire 9:

    0 libsystem_kernel.dylib 0x9922983e __psynch_cvwait + 10

    1 libsystem_c.dylib 0x9c3fee21 _pthread_cond_wait + 827

    pthread_cond_wait 2 libsystem_c.dylib 0x9c3af42c $UNIX2003 + 71

    3 com.adobe.InDesign.AppFramework 0x0e505fba GetPlugIn + 1045130

    4 com.adobe.InDesign.AppFramework 0x0e501e0f GetPlugIn + 1028319

    5 com.adobe.InDesign.AppFramework 0x0e50210c GetPlugIn + 1029084

    6 com.adobe.InDesign.AppFramework 0x0e505a86 GetPlugIn + 1043798

    7 boost_threads 0x01704fcd thread_proxy + 141

    8 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    libsystem_c.dylib 9 0x9c3fe6de thread_start + 34

    Thread 10:

    0 libsystem_kernel.dylib 0x9922983e __psynch_cvwait + 10

    1 libsystem_c.dylib 0x9c3fee21 _pthread_cond_wait + 827

    pthread_cond_wait 2 libsystem_c.dylib 0x9c3af42c $UNIX2003 + 71

    3 com.adobe.InDesign.AppFramework 0x0e505fba GetPlugIn + 1045130

    4 com.adobe.InDesign.AppFramework 0x0e501e0f GetPlugIn + 1028319

    5 com.adobe.InDesign.AppFramework 0x0e50210c GetPlugIn + 1029084

    6 com.adobe.InDesign.AppFramework 0x0e505a86 GetPlugIn + 1043798

    7 boost_threads 0x01704fcd thread_proxy + 141

    8 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    libsystem_c.dylib 9 0x9c3fe6de thread_start + 34

    Wire 11:

    0 libsystem_kernel.dylib 0x99229bb2 __semwait_signal + 10

    nanosleep 1 libsystem_c.dylib 0x9c3af7b9 $UNIX2003 + 187

    2 com.adobe.InDesign.Support for JavaScript 0x12fc6fab GetPlugIn + 344123

    3 com.adobe.InDesign.Support for JavaScript 0x12faa9c3 GetPlugIn + 227923

    4 com.adobe.InDesign.Support for JavaScript 0x12fc70b8 GetPlugIn + 344392

    5 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    6 libsystem_c.dylib 0x9c3fe6de thread_start + 34

    12 wire:

    0 libsystem_kernel.dylib 0x99229a9a __recvfrom + 10

    recv 1 libsystem_c.dylib 0x9c3af4a2 $UNIX2003 + 54

    2 ServiceManager - Launcher.dylib 0x16d7f6cf call + 54887

    3 ServiceManager - Launcher.dylib 0x16d7e76e call + 50950

    4 ServiceManager - Launcher.dylib 0x16d7d61f call + 46519

    5 ServiceManager - Launcher.dylib 0x16d7d671 call + 46601

    6 ServiceManager - Launcher.dylib 0x16d7d6fb call + 46739

    7 ServiceManager - Launcher.dylib 0x16d77afe call + 23190

    8 ServiceManager - Launcher.dylib 0x16d77ce7 call + 23679

    9 ServiceManager - Launcher.dylib 0x16d788c7 call + 26719

    Call 10 ServiceManager - Launcher.dylib 0x16d789c5 + 26973

    11 ServiceManager - Launcher.dylib 0x16d7bdb0 call + 40264

    12 ServiceManager - Launcher.dylib 0x16d7c059 call + 40945

    13 ServiceManager - Launcher.dylib 0x16d7c687 call + 42527

    14 ServiceManager - Launcher.dylib 0x16d7c884 call + 43036

    15 ServiceManager - Launcher.dylib 0x16d6e826 Login + 1654

    16 ServiceManager - Launcher.dylib 0x16d6fc71 Login + 6849

    17 ServiceManager - Launcher.dylib 0x16d7cdf3 call + 44427

    18 ServiceManager - Launcher.dylib 0x16d7f341 call + 53977

    19 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    20 libsystem_c.dylib 0x9c3fe6de thread_start + 34

    Line 13:

    0 libsystem_kernel.dylib 0x9922983e __psynch_cvwait + 10

    1 libsystem_c.dylib 0x9c3fee78 _pthread_cond_wait + 914

    2 libsystem_c.dylib 0x9c3a682a pthread_cond_wait + 48

    3 com.adobe.adobeswfl 0x1ef2ed5f APXGetHostAPI + 2567887

    4 com.adobe.adobeswfl 0x1ecd01ef APXGetHostAPI + 82783

    5 com.adobe.adobeswfl 0x1ef2ee4c APXGetHostAPI + 2568124

    6 com.adobe.adobeswfl 0x1ef2eeb7 APXGetHostAPI + 2568231

    7 com.adobe.adobeswfl 0x1ef2ef9b APXGetHostAPI + 2568459

    8 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    libsystem_c.dylib 9 0x9c3fe6de thread_start + 34

    Thread 14:

    0 libsystem_kernel.dylib 0x9922983e __psynch_cvwait + 10

    1 libsystem_c.dylib 0x9c3fee78 _pthread_cond_wait + 914

    2 libsystem_c.dylib 0x9c3a682a pthread_cond_wait + 48

    3 com.adobe.adobeswfl 0x1ef2ed5f APXGetHostAPI + 2567887

    4 com.adobe.adobeswfl 0x1ecd01ef APXGetHostAPI + 82783

    5 com.adobe.adobeswfl 0x1ef2ee4c APXGetHostAPI + 2568124

    6 com.adobe.adobeswfl 0x1ef2eeb7 APXGetHostAPI + 2568231

    7 com.adobe.adobeswfl 0x1ef2ef9b APXGetHostAPI + 2568459

    8 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    libsystem_c.dylib 9 0x9c3fe6de thread_start + 34

    Line 15:

    0 libsystem_kernel.dylib 0x9922983e __psynch_cvwait + 10

    1 libsystem_c.dylib 0x9c3fee78 _pthread_cond_wait + 914

    2 libsystem_c.dylib 0x9c3a682a pthread_cond_wait + 48

    3 com.adobe.adobeswfl 0x1ef2ed5f APXGetHostAPI + 2567887

    4 com.adobe.adobeswfl 0x1ecd01ef APXGetHostAPI + 82783

    5 com.adobe.adobeswfl 0x1ef2ee4c APXGetHostAPI + 2568124

    6 com.adobe.adobeswfl 0x1ef2eeb7 APXGetHostAPI + 2568231

    7 com.adobe.adobeswfl 0x1ef2ef9b APXGetHostAPI + 2568459

    8 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    libsystem_c.dylib 9 0x9c3fe6de thread_start + 34

    16 wire:

    0 libsystem_kernel.dylib 0x9922983e __psynch_cvwait + 10

    1 libsystem_c.dylib 0x9c3fee78 _pthread_cond_wait + 914

    2 libsystem_c.dylib 0x9c3a682a pthread_cond_wait + 48

    3 com.adobe.adobeswfl 0x1ef2ed5f APXGetHostAPI + 2567887

    4 com.adobe.adobeswfl 0x1ecd01ef APXGetHostAPI + 82783

    5 com.adobe.adobeswfl 0x1ef2ee4c APXGetHostAPI + 2568124

    6 com.adobe.adobeswfl 0x1ef2eeb7 APXGetHostAPI + 2568231

    7 com.adobe.adobeswfl 0x1ef2ef9b APXGetHostAPI + 2568459

    8 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    libsystem_c.dylib 9 0x9c3fe6de thread_start + 34

    Thread 17:

    0 libsystem_kernel.dylib 0x9922983e __psynch_cvwait + 10

    1 libsystem_c.dylib 0x9c3fee78 _pthread_cond_wait + 914

    2 libsystem_c.dylib 0x9c3fef7b pthread_cond_timedwait_relative_np + 47

    3 com.adobe.adobeswfl 0x1ef2ed27 APXGetHostAPI + 2567831

    4 com.adobe.adobeswfl 0x1f0a40d8 APXGetHostAPI + 4096584

    5 com.adobe.adobeswfl 0x1ef2ee4c APXGetHostAPI + 2568124

    6 com.adobe.adobeswfl 0x1ef2eeb7 APXGetHostAPI + 2568231

    7 com.adobe.adobeswfl 0x1ef2ef9b APXGetHostAPI + 2568459

    8 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    libsystem_c.dylib 9 0x9c3fe6de thread_start + 34

    18 wire:

    0 libsystem_kernel.dylib 0x99227c76 semaphore_timedwait_trap + 10

    1 com.apple.CoreServices.CarbonCore 0x94a49a96 MPWaitOnSemaphore + 104

    2 supported multiprocessor 0x1cdbe0f0 0x1cd84000 + 237808

    3 com.apple.CoreServices.CarbonCore 0x94a4a5e0 PrivateMPEntryPoint + 68

    4 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    5 libsystem_c.dylib 0x9c3fe6de thread_start + 34

    Line 19:

    0 libsystem_kernel.dylib 0x99227c76 semaphore_timedwait_trap + 10

    1 com.apple.CoreServices.CarbonCore 0x94a49a96 MPWaitOnSemaphore + 104

    2 supported multiprocessor 0x1cdbe0f0 0x1cd84000 + 237808

    3 com.apple.CoreServices.CarbonCore 0x94a4a5e0 PrivateMPEntryPoint + 68

    4 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    5 libsystem_c.dylib 0x9c3fe6de thread_start + 34

    Line 20:

    0 libsystem_kernel.dylib 0x99227c76 semaphore_timedwait_trap + 10

    1 com.apple.CoreServices.CarbonCore 0x94a49a96 MPWaitOnSemaphore + 104

    2 supported multiprocessor 0x1cdbe0f0 0x1cd84000 + 237808

    3 com.apple.CoreServices.CarbonCore 0x94a4a5e0 PrivateMPEntryPoint + 68

    4 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    5 libsystem_c.dylib 0x9c3fe6de thread_start + 34

    Line 21:

    0 libsystem_kernel.dylib 0x9922983e __psynch_cvwait + 10

    1 libsystem_c.dylib 0x9c3fee78 _pthread_cond_wait + 914

    2 libsystem_c.dylib 0x9c3fef7b pthread_cond_timedwait_relative_np + 47

    3 com.adobe.adobeswfl 0x1ef2ed27 APXGetHostAPI + 2567831

    4 com.adobe.adobeswfl 0x1f0a40d8 APXGetHostAPI + 4096584

    5 com.adobe.adobeswfl 0x1ef2ee4c APXGetHostAPI + 2568124

    6 com.adobe.adobeswfl 0x1ef2eeb7 APXGetHostAPI + 2568231

    7 com.adobe.adobeswfl 0x1ef2ef9b APXGetHostAPI + 2568459

    8 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    libsystem_c.dylib 9 0x9c3fe6de thread_start + 34

    Thread 22:

    0 libsystem_kernel.dylib 0x9922983e __psynch_cvwait + 10

    1 libsystem_c.dylib 0x9c3fee78 _pthread_cond_wait + 914

    2 libsystem_c.dylib 0x9c3fef7b pthread_cond_timedwait_relative_np + 47

    3 com.adobe.adobeswfl 0x1ef2ed27 APXGetHostAPI + 2567831

    4 com.adobe.adobeswfl 0x1ef496de APXGetHostAPI + 2676814

    5 com.adobe.adobeswfl 0x1ef2ee4c APXGetHostAPI + 2568124

    6 com.adobe.adobeswfl 0x1ef2eeb7 APXGetHostAPI + 2568231

    7 com.adobe.adobeswfl 0x1ef2ef9b APXGetHostAPI + 2568459

    8 libsystem_c.dylib 0x9c3faed9 _pthread_start + 335

    libsystem_c.dylib 9 0x9c3fe6de thread_start + 34

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

    EAX: 0 x 00000004 ebx: 0x150eeb00 ecx: 0xbfffee3c edx: 0x99229b7a

    EDI: 0x1518beb8 esi: 0x1518bea0 ebp: 0xbfffee88 esp: 0xbfffee3c

    SS: 0 x 00000023 efl: 0 x 00000207 eip: 0x99229b7a cs: 0x0000000b

    DS: 0 x 00000023 are: 0 x 00000023 fs: 0 x 00000000 gs: 0x0000000f

    CR2: 0x0d9ac000

    Logical CPU: 0

    Binary images:

    0x1000 - 0x4ff7 + com.adobe.InDesign (7.0.4.553 - 7040) < 495B1B76-6091-6009-EAAD-0F3DDD8D029B > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5

    0xA000 - 0xafff + InDesignModel (?) - ???) < D054C2C9-F070-A1E1-2D78-BACDC9DCC960 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel

    0xE000 - 0xefff + InDesignModelAndUI (?) - ???) < 770DFBFF-7C31-ECD4-88FE-BCFED53CFC33 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI

    0 x 12000 - 0x19ff3 + PMRuntime.dylib (?) - ???) < EC9AB7BF-B671-AE6F-5C9E-7A49F9C265BE >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PMRuntime.dylib

    0 x 20000 - 0x134fff + AdobeACE (?) - ???) < DD291A17-ECF4-FE20-5837-AC1F5BC76940 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE

    0 x 157000 - 0x67dfff + AdobeAGM (?) - ???) < 6F8EB120-6F01-38AE-8363-BC941B8AE12E >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM

    0x7be000 - 0x7fafff + AdobeARE (?) - ???) < EF398654-5384-F84A-8B62-DA1F64E2FAD1 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE

    0 x 803000 - 0x81efff + AdobeBIB (?) - ???) < CDFB3340-3A46-292A-121E-2820EC62D78E >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB

    0 x 828000 - 0x849ff7 + AdobeBIBUtils (?) - ???) < 482199DF-1251-ED75-4958-563C6E49CD6F >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils

    0 x 855000 - 0xb47ff7 + AdobeCoolType (?) - ???) < E688E020-77C0-9353-7DB6-A86E8C4F0D14 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType

    0xbcf000 - 0xfa7ff7 + AdobeMPS (?) - ???) < 42F2B26A-9D1D-06D9-6FB1-FDDB36B8D916 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS

    0 x 1038000 - 0x10a6ff7 + ObjectModelLib.dylib (?) - ???) < F9B6E987-1A09-6A01-96CA-C696022CDBF5 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/ObjectModelLib.dylib

    0x10c9000 - 0x1123fe7 + DataBaseLib.dylib (?) - ???) < 3FC5D05A-298D-654B-F235-C0579E0A347F >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/DataBaseLib.dylib

    0x113c000 - 0x1553fff + PublicLib.dylib (?) - ???) < B22C524D-7A5A-CE35-2DC8-49FD402908DD >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PublicLib.dylib

    0x16da000 - 0x16f1ff6 + AdobeAFL (?) - ???) < CFC0FF78-A748-AC45-2E62-8F20090D911C >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL

    0 x 1702000 - 0x170aff3 + boost_threads (?) - ???) < B00C0C9E-7175-B6D2-E58B-7278E0EB8863 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_threads.framework/Versions/1_37/boost_threads

    0 x 1714000 - 0x1719ffd + ASLSupportLib.dylib (?) - ???) < D4BEF46E-063B-696F-FE83-DD943ABA838A >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/ASLSupportLib.dylib

    0x171e000 - 0x171fff2 + libtbbmalloc.dylib (?) - ???) < A1EAB5E4-3F88-5E37-7068-7A35A3EC69DE >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/libtbbmalloc.dylib

    0 x 1723000 - 0x1731fe7 + libtbb.dylib (?) - ???) < FFA49B03-C516-D23D-B535-B64D7CD35ECE >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/libtbb.dylib

    0 x 1739000 - 0x1871fe7 + WRServices (?) - ???) < 9E3A36AD-71F1-B9C7-AC3F-30A7E63C8B57 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices

    0x18b3000 - 0x18b7ffc + com.adobe.AdobeCrashReporter (3.0 - 3.0.20100302) < E6437929-0E69-8A56-E69F-F64305E82DD9 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter

    0x18be000 - 0x226efff + libicudata.dylib.36.0 (36.0.0 - compatibility 36.0.0) < 02108DEA-3DD2-14BE-DAEB-BE522B619C1D > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0

    0 x 2271000 - 0x233eff3 + libicui18n.dylib.36.0 (36.0.0 - compatibility 36.0.0) < 08F15219-7F35-574E-7725-1ACAA1B18A00 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicui18n.dyl ib.36.0

    0x23a1000 - 0x247bfef + libicuuc.dylib.36.0 (36.0.0 - compatibility 36.0.0) < 5EE72009-40B3-7FB7-3A49-576AEDE0D400 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0

    0x24bb000 - 0x252bfeb + com.adobe.adobe_caps (adobe_caps 3.0.116.0 - 3.0.116.0) < 50675115-BEDC-72F9-C42D-374196E83EC2 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps

    0 x 2536000 - 0x259cffb + com.adobe.amtlib (amtlib 3.0.0.64 - 3.0.0.64) < DD471011-9120-1BC2-F1B5-D6FF09D0859F > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib

    0x25b2000 - 0x264bfef + boost_regex (?) - ???) < 462635B6-7AF0-B43D-74D6-4AC15ACBC66A >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_regex.framework/Versions/1_37/boost_regex

    0 x 2690000 - 0x26cdfff com.apple.vmutils (4.2.1 - 107) < 43B3BFA5-8362-3EBD-B44B-32DCE9885082 > /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils

    0x26e7000 - 0x2794ff7 libcrypto.0.9.7.dylib (0.9.7 - 0.9.7 compatibility) < 7B6DB792-C9E5-3772-8734-8D0052757B8C > /usr/lib/libcrypto.0.9.7.dylib

    0x27d9000 - 0x27dbffb + boost_system (?) - ???) < FBD2BBDA-A758-FFCE-ABBA-7FDAB09FAF0F >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_system.framework/Versions/1_37/boost_system

    0x27e0000 - 0x297cfff + WidgetBinLib.dylib (?) - ???) < 09B35AE1-8F5E-4F05-BEBA-2C9CF72C9CAA >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/WidgetBinLib.dylib

    0x2a5a000 - 0x2bf9fe7 + com.adobe.owl (AdobeOwl version 3.0.84 - 3.0.84) < 25884999-8A98-F8C9-699B-ED75261B6BFC > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl

    0x2c62000 - 0x2cdffff + AdobeOwlCanvas (?) - ???) < 65B2E680-4F43-BE46-2290-3500758D1BF7 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas

    0x2cfb000 - 0x2cfeff8 + com.adobe.ape.shim (adbeape version 3.1.65.7508 - 3.1.65.7508) < FFDDAB7A-220F-7344-F12B-010CA0C41DAB > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape

    0x2de8000 - 0x2df0fff + com.adobe.asneu.framework (stand version 1.7.0.1 - 1.7.0.1) < 80195B5C-2C67-D841-232C-74FCAB79D304 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/asneu.framework/Versions/A/asneu

    0xab0d000 - 0xab74fea + com.adobe.amt.services (AMTServices 3.0.0.64 [BuildVersion: 3.0;]) ([Mark: Tuesday, January 26, 2010 21:49]-3.0.0.64) < EE468E2C-A6BD-E2EE-7ABE-69168B143B44 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices

    0xac66000 - 0xac6affb com.apple.audio.AudioIPCPlugIn (1.2.2 - 1.2.2) < D4092467-5BBE-3ED6-A493-7DB1EE8E6686 > /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C Contents/MacOS/AudioIPCPlugIn

    0xac70000 - 0xaca9ffb + com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 1.0.0.64 - 1.0.0.64) < C64CCBDC-B8E9-45E8-53E7-8577CFE9F2F0 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotification s

    0xb27d000 - 0xb282ff1 + com.adobe.InDesign.Data interface services user (7.0.0.355?) - < 85782AE8-BCF3-0AB4-6AEF-445B7A7E762E >/Applications/Adobe InDesign CS5 / * / Data Services user interface

    0xb288000 - 0xb28fffc + com.adobe.InDesign.Data services (7.0.0.355?) - < 3CF976FD-E9C0-46B5-4F3E-9907456210C8 >/Applications/Adobe InDesign CS5 / * / Data Services

    0xb295000 - 0xb2a1ff9 + com.adobe.InDesign.DTTransform (7.0.0.355?) - < 6955E68F-367C-2BA2-34A6-A83F957FDC04 >/Applications/Adobe InDesign CS5 / * / DTTransform

    0xb2a9000 - 0xb2d9fff + com.adobe.InDesign.Dictionary dialog box editor (7.0.0.355?) - < C2684EAE-503F-BD50-5F74-35258860FE8D >/Applications/Adobe InDesign CS5 / * / Dictionary Editor Dialog

    0xb2f8000 - 0xb2fbfff + com.adobe.InDesign.PNG import Filter UI (7.0.0.355?) - < A1D2B2F7-09A2-F22B-5C0C-D812205CEC40 >/Applications/Adobe InDesign CS5 / * / PNG import filter UI

    0xb560000 - 0xb58fff0 + TextPanelLib.dylib (?) - ???) < F7BEA3B0-B264-4ECA-C7C1-E161D2CDCE4F >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/TextPanelLib.dylib

    0xb5ab000 - 0xb5ccff3 + com.adobe.InDesign.LILO (7.0.4.553?) - < 37DDBF19-31B7-8B93-E958-ED094E50793F >/Applications/Adobe InDesign CS5 / * / LILO

    0xb5db000 - 0xb69dfe7 + com.adobe.linguistic.LinguisticManager (5.0.0 - 11696) < 968AEC66-0A7D-0556-7AF8-F9556B2092DE > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic

    0xb6c7000 - 0xb71eff7 + com.adobe.InDesign.Media import Filter (7.0.0.355?) - < 43FF7304-FC36-DDEF-BA27-CA094389A50E >/Applications/Adobe InDesign CS5 / * / Media Import Filter

    0xb73a000 - 0xb75bffb + com.adobe.InDesign.Sangam preferences UI (7.0.0.355?) - < 302FAF9E-15D3-4D3E-C229-96BA5175C49A >/Applications/Adobe InDesign CS5 / * / Sangam UI preferences

    0xb770000 - 0xb7d9ffb + AdobeSangam (3.0.0 - compatibility 3.0.0) < 4FF2270C-9417-1059-527B-68C99BF43EA9 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam

    0xb823000 - 0xb873ff3 + com.adobe.InDesign.SangamExport (7.0.0.355?) - < E73EA3D8-498E-C597-BB23-6CAEEA5C0AA3 >/Applications/Adobe InDesign CS5 / * / SangamExport

    0xb893000 - 0xb9a3ff3 + com.adobe.InDesign.SangamServicer - map (7.0.0.355 -?) < 932ACD2D-2394-61AC-D400-83D28700283D >/Applications/Adobe InDesign CS5 / * / SangamServicer-map

    0xb9ee000 - 0xba00fff + com.adobe.InDesign.SaveBack (7.0.0.355?) - < 6EC7D91A-6360-09E3-6488-27159FE3B95D >/Applications/Adobe InDesign CS5 / * / SaveBack

    0xba0c000 - 0xba0efff + com.adobe.InDesign.SimpleTextImportFilter (7.0.0.355?) - < CCE5A524-7B2E-FED1-C328-3B1D0F24DFBA >/Applications/Adobe InDesign CS5 / * / SimpleTextImportFilter

    0xba12000 - 0xbad3fff + com.adobe.InDesign.Tagged (7.0.0.355?) text attributes - < 71A7A664-EE9C-2C9B-54C7-2C95200EDDA3 >/Applications/Adobe InDesign CS5 / * / text attributes containing the tag

    0xbb20000 - 0xbb2dfed + com.adobe.InDesign.Tagged text filters UI (7.0.0.355?) - < E012A998-0698-1E89-1ECF-B38019417D31 >/Applications/Adobe InDesign CS5 / * / filters text UI Tags

    0xbb34000 - 0xbbe7feb + com.adobe.InDesign.Tagged filters text (7.0.4.553?) - < 968F54B0-3857-5317-12AA-911FC49703EE >/Applications/Adobe InDesign CS5 / * / filters of text containing the tag

    0xbc0d000 - 0xbc16ff3 + com.adobe.InDesign.Clipping dialogue of railways (7.0.0.355?) - < AB110EC2-9F7D-2A23-E18D-69BC22ED2EC9 >/Applications/Adobe InDesign CS5 / * / clipping path dialog box

    0xbc21000 - 0xbc54ff7 + com.adobe.InDesign.Color (7.0.0.355?) Management Interface - < 3CC153FD-7CD5-427C-0AD2-1D8303011D1E >/Applications/Adobe InDesign CS5 / * / color management Interface

    0xbc68000 - 0xbccbff0 + com.adobe.InDesign.Color picker Panel (7.0.0.355?) - < F312F57F-9627-B487-9AE2-78F4EEE4548E >/Applications/Adobe InDesign CS5 / * / Color Picker Panel

    0xbcf7000 - 0xbd23fef + com.adobe.InDesign.CS review support (7.0.0.355?) - < 34AE47F8-3486-D597-3081-E1B49C5C2E41 >/Applications/Adobe InDesign CS5 / * / CS Review Support

    0xbd39000 - 0xbd9fff0 + com.adobe.InDesign.DynamicDocumentsUI (7.0.4.553?) - < E9DDB305-A4B8-47C0-0E14-5F81EA3AD610 >/Applications/Adobe InDesign CS5 / * / DynamicDocumentsUI

    0xbdcd000 - 0xbdd6fff + com.adobe.InDesign.EPS UI (7.0.0.355?) - < ED45C884-B8DF-A5A9-102D-AD61C85266F7 >/Applications/Adobe InDesign CS5 / * / EPS UI

    0xbddf000 - 0xbde7ff7 + com.adobe.InDesign.Generic style Editor (7.0.0.355?) - < 6AC91CE1-CFDC-973A-13EF-E0B7F057EE2C >/Applications/Adobe InDesign CS5 / * / generic Style Editor

    0xbdf2000 - 0xbe1dff3 + com.adobe.InDesign.Gradient panel (7.0.0.355?) - < EA933872-A548-67F3-42AE-F0D2E30DE522 >/Applications/Adobe InDesign CS5 / * / Gradient panel

    0xbe33000 - 0xbe92fff + com.adobe.InDesign.Graphic panels (7.0.0.355?) - < B4C5A5D0-B0B5-E845-6779-94155D1BD072 >/Applications/Adobe InDesign CS5 / * / graphic panels

    0xbebd000 - 0xbec2ff8 + com.adobe.InDesign.JPEG export UI (7.0.0.355?) - < 3E847C08-6DEF-FB2F-E324-22E355949280 >/Applications/Adobe InDesign CS5 / * / JPEG Export UI

    0xbec9000 - 0xbee0fff + com.adobe.InDesign.JPEG export (7.0.0.355?) - < 51B47CE6-CCE6-5DC1-6308-6D2F1B7FE59E >/Applications/Adobe InDesign CS5 / * / Export JPEG

    0xbeef000 - 0xbf33ff7 + com.adobe.InDesign.Output preview (7.0.0.355?) - < F9B49624-445D-C68E-9F79-827F427F8FF1 >/Applications/Adobe InDesign CS5 / * / output Preview

    0xbf50000 - 0xbf62ffc + com.adobe.InDesign.OutputMiscUI (7.0.0.355?) - < 3DF40045-E72F-04A3-A22F-208DBDA660D8 >/Applications/Adobe InDesign CS5 / * / OutputMiscUI

    0xbf71000 - 0xbfe0fe3 + com.adobe.InDesign.PDF UI (7.0.0.355?) - < E1B95B73-03DB-3920-61BF-01583910437D >/Applications/Adobe InDesign CS5 / * / interface user PDF

    0xc00c000 - 0xc064ff7 + AdobeXMP (?) - ???) < 73329999-C364-2451-6574-4D0277057D19 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP

    0xc073000 - 0xc086ff7 + com.adobe.InDesign.Printer styles (7.0.0.355?) - < 4F3B1382-6ADB-9387-50AA-280EEB3B21FC >/Applications/Adobe InDesign CS5 / * / Printer Styles

    0xc093000 - 0xc149fef + com.adobe.InDesign.PrintUI (7.0.0.355?) - < D9B408FA-2FC6-2CF0-3985-D4DC0B97C5CA >/Applications/Adobe InDesign CS5 / * / PrintUI

    0xc182000 - 0xc18fff0 + com.adobe.InDesign.PS import UI (7.0.0.355?) - < C23DDE3F-A747-0EE7-A022-264E95F17ACF >/Applications/Adobe InDesign CS5 / * / PS Import UI

    0xc19b000 - library panel of + 0xc1b4fff (7.0.4.553?) com.adobe.InDesign.Swatch - < D51D1831-9F50-7C82-8745-D4243D7247D2 >/Applications/Adobe InDesign CS5 / * / Swatch Library panel

    0xc1c2000 - 0xc255ff0 + com.adobe.InDesign.Swatches panel (7.0.0.355?) - < 03D6A3CE-263D-1EC5-CF79-46C89371E9DA >/Applications/Adobe InDesign CS5 / * / Swatches Panel

    0xc295000 - 0xc329ff8 + com.adobe.InDesign.Transparency UI (7.0.0.355?) - < E7961C20-0F04-A7E7-9D27-12662275B9EF >/Applications/Adobe InDesign CS5 / * / UI transparency

    0xc366000 - 0xc3b7fff + com.adobe.InDesign.Assignment UI (7.0.0.355?) - < 68E8A061-DC76-683D-474F-73B130A96910 >/Applications/Adobe InDesign CS5 / * / assignment UI

    0xc3de000 - 0xc3f7fe8 + com.adobe.InDesign.InCopy bridge UI (7.0.0.355?) - < 15AF9B70-96E3-5AF1-C23E-ACD683E4635D >/Applications/Adobe InDesign CS5 / * / InCopy Bridge UI

    0xc404000 - 0xc437ffb + com.adobe.InDesign.InCopy bridge (7.0.0.355?) - < F17AC175-6EDE-B9BF-2D97-8C244B37FF4B >/Applications/Adobe InDesign CS5 / * / InCopy Bridge

    0xc44c000 - 0xc452ff0 + com.adobe.InDesign.InCopyExport (7.0.0.355?) - < 5487C2CD-11DE-2CF7-5900-5536F0A976CA >/Applications/Adobe InDesign CS5 / * / InCopyExport

    0xc459000 - 0xc45dff3 + com.adobe.InDesign.InCopyExportUI (7.0.0.355?) - < A1A145E5-8F29-9AD0-7957-8A82CC60D440 >/Applications/Adobe InDesign CS5 / * / InCopyExportUI

    0xc463000 - 0xc468fff + com.adobe.InDesign.InCopyImport (7.0.0.355?) - < 3D65253B-A744-2ECD-497C-D1718C83CAEB >/Applications/Adobe InDesign CS5 / * / InCopyImport

    0xc46e000 - 0xc473ff7 + com.adobe.InDesign.InCopyWorkflow UI (7.0.0.355?) - < 2876EEC1-3E44-25CD-7F8E-09D68574C0A3 >/Applications/Adobe InDesign CS5 / * / InCopyWorkflow UI

    0xc47a000 - 0xc4c1ff7 + com.adobe.InDesign.Note (7.0.0.355?) - < 37279281-F00F-B241-9F74-9C1212BA41A6 >/Applications/Adobe InDesign CS5 / * / Note

    0xc4e3000 - 0xc4ecfff + com.adobe.InDesign.NotePref (7.0.0.355?) - < 8E6B6D6A-3E5A-4586-E870-CF81708CF293 >/Applications/Adobe InDesign CS5 / * / NotePref

    0xc4f8000 - 0xc4fbff3 + com.adobe.InDesign.Username UI (7.0.0.355?) - < 3514A459-610A-EDE6-7509-927DB9C72BD8 >/Applications/Adobe InDesign CS5 / * / username user interface

    0xc501000 - 0xc584ff7 + com.adobe.InDesign.ButtonUI (7.0.0.355?) - < C14894D9-84A8-65B4-04BD-DB42FCCA9ADA >/Applications/Adobe InDesign CS5 / * / ButtonUI

    0xc5c0000 - 0xc5d9fff + com.adobe.InDesign.MediaUI (7.0.0.355?) - < AB2CF690-DE65-3EFE-E77D-6B8A54366A44 >/Applications/Adobe InDesign CS5 / * / MediaUI

    0xc5ea000 - 0xc5f6fff + com.adobe.InDesign.Alignment panel (7.0.0.355?) - < 0F05821E-3992-DB42-C38B-A45AE2BB8B66 >/Applications/Adobe InDesign CS5 / * / Panel alignment

    0xc600000 - library panel of + 0xc638ff6 (7.0.0.355?) com.adobe.InDesign.Asset - < D84FFB9D-DF4A-AA2A-46FF-706F701A6A96 >/Applications/Adobe InDesign CS5 / * / Panel library Asset

    0xc65a000 - 0xc6b4fff + com.adobe.InDesign.Asset PubLibrary (7.0.0.355?) - < 19B25A88-E10E-0870-FC5C-CD6BB714DBE0 >/Applications/Adobe InDesign CS5 / * / Asset PubLibrary

    0xc6dc000 - 0xc71aff5 + com.adobe.InDesign.Book panel (7.0.0.355?) - < FDA8F072-64B8-5F96-120F-B4C0F072A62F >/Applications/Adobe InDesign CS5 / * / book panel

    0xc73d000 - 0xc753ffb + com.adobe.InDesign.Bookmark panel (7.0.0.355?) - < C76A1A09-83E8-B539-CE25-02A689DABAA0 >/Applications/Adobe InDesign CS5 / * / favorite Panel

    0xc764000 - 0xc79affd + com.adobe.InDesign.Control panel (7.0.0.355?) - < D89A65CF-DE0C-7121-8FE8-F3F9E35BC64C >/Applications/Adobe InDesign CS5 / * / Control Panel

    0xc7b6000 - 0xc7bcfff + com.adobe.InDesign.Create guides dialogue (7.0.0.355?) - < 46D55BA1-16A3-9508-AC91-D43359EB8950 >/Applications/Adobe InDesign CS5 / * Create Guides dialogue

    0xc7c3000 - tool to + 0xc7f5fff (7.0.0.355?) com.adobe.InDesign.Eyedropper - < 4C2B3351-5BDA-8A29-C4AD-FD8FCA130CD4 >/Applications/Adobe InDesign CS5 / * / of the eyedropper tool

    0xc808000 - 0xc874ff8 + com.adobe.InDesign.Hyperlinks panel (7.0.0.355?) - < 7DA181EC-3AB9-4B9B-3066-51BFB1DD6A36 >/Applications/Adobe InDesign CS5 / * / hyperlinks

    0xc8a1000 - 0xc915ff1 + com.adobe.InDesign.Index panel (7.0.0.355?) - < 242B3354-F869-77CB-E5B8-190E19FD2150 >/Applications/Adobe InDesign CS5 / * / Index panel

    0xc93e000 - 0xc94bfff + Kangxi (?) - ???) < 21D02D03-821D-1E92-C99E-919CD21883A0 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/unihan.framework/Versions/A/unihan

    0xc956000 - 0xc9a5fff + com.adobe.InDesign.Info panel (7.0.0.355?) - < 92DF0684-9C32-D4C2-4D09-8EFF4B9D558A >/Applications/Adobe InDesign CS5 / * / information panel

    0xc9c6000 - base of + 0xcab2fff (7.0.0.355?) com.adobe.InDesign.Knowledge - < F28544D6-4836-E99B-9AF0-8C205FB83D6B >/Applications/Adobe InDesign CS5 / * / Knowledge Base

    0xcab8000 - 0xcaf5fff + com.adobe.InDesign.Layers panel (7.0.0.355?) - < 54CEC2F9-8DE7-687D-23DE-52EE13AE299B >/Applications/Adobe InDesign CS5 / * / layers panel

    0xcb16000 - adjustment Panel to + 0xcb18ff7 (7.0.0.355?) com.adobe.InDesign.Layout - < 9F50B241-88F7-06D2-28EB-BD55F67645CE >/Applications/Adobe InDesign CS5 / * / adjustment of layout Panel

    0xcb1d000 - 0xcb38fff + com.adobe.InDesign.Layout adjustment (7.0.4.553?) - < 8E21E2C6-8381-5B61-5060-27D03B63FF13 >/Applications/Adobe InDesign CS5 / * / the page layout setting

    0xcb45000 - 0xcb7ffff + com.adobe.InDesign.Links UI (7.0.4.553?) - < B9CE79EF-DF9E-181B-7A2B-186CEA86C33A >/Applications/Adobe InDesign CS5 / * / UI links

    0xcb9f000 - 0xcc25ffc + com.adobe.InDesign.ObjectStylesUI (7.0.0.355?) - < AB925026-A7EF-0E0B-265F-CA671F6BB1C0 >/Applications/Adobe InDesign CS5 / * / ObjectStylesUI

    0xcc60000 - 0xcc7affb + com.adobe.InDesign.Page Configure dialog (7.0.0.355?) - < 8DAD7DD1-709A-5411-62C8-425666A2FF9F >/Applications/Adobe InDesign CS5 / * / Page-Layout dialog box

    0xcc85000 - 0xcd11fec + com.adobe.InDesign.Pages panel (7.0.0.355?) - < 738734CC-9DDC-901C-C3CC-085919A2D091 >/Applications/Adobe InDesign CS5 / * / Pages panel

    0xcd4a000 - 0xcd55ff8 + com.adobe.InDesign.Sections UI (7.0.0.355?) - < 03CC83C4-3642-7D33-4578-812796388DE8 >/Applications/Adobe InDesign CS5 / * / Sections UI

    0xcd5d000 - 0xcd64ffc + com.adobe.InDesign.StepRepeat (7.0.0.355?) - < 10F09DA9-5EC1-37A2-853E-1A2474D4F865 >/Applications/Adobe InDesign CS5 / * / StepRepeat

    0xcd6c000 - 0xcda1ff7 + com.adobe.InDesign.Text wrap Panel (7.0.0.355?) - < 9EED4BC1-D58E-021A-3C51-3574D08672AF >/Applications/Adobe InDesign CS5 / * / panel text wrapping

    0xcdba000 - 0xcdedff0 + com.adobe.InDesign.TOC UI dialog (7.0.0.355?) - < F4F33165-5526-14D3-A67F-0930DB1A9BD7 >/Applications/Adobe InDesign CS5 / * / TOC UI Dialog

    0xce06000 - 0xce32ff4 + com.adobe.InDesign.Transform panel (7.0.0.355?) - < FE711509-818D-ED28-E592-F31E8DD53838 >/Applications/Adobe InDesign CS5 / * / transform Panel

    0xce47000 - 0xce5eff3 + com.adobe.InDesign.Image import UI (7.0.0.355?) - < EC696635-FAC6-CA59-AA74-388639C0BC6A >/Applications/Adobe InDesign CS5 / * / Image Import UI

    0xce6d000 - 0xce7ffff + com.adobe.InDesign.Scotch rules (7.0.0.355?) - < F24C95FC-1649-146B-A97C-6CDBC3F66CB8 >/Applications/Adobe InDesign CS5 / * / rules of Scotch

    0xce89000 - 0xced5fff + com.adobe.InDesign.BNUI (7.0.0.355?) - < 67C96B50-D0FC-71F9-211A-2E502B90E901 >/Applications/Adobe InDesign CS5 / * / BNUI

    0xcef9000 - 0xcf7ffff + com.adobe.InDesign.DataMerge (7.0.4.553?) - < EC402DEA-FF41-FFB0-AE2B-A67C10A0D6A2 >/Applications/Adobe InDesign CS5 / * / DataMerge

    0xcfaf000 - 0xcfd9ff7 + com.adobe.InDesign.DataMergeUI (7.0.0.355?) - < 8C04AFAC-C8AC-63E9-168B-96D2D8AC45CC >/Applications/Adobe InDesign CS5 / * / DataMergeUI

    0xcff2000 - 0xd004fff + com.adobe.InDesign.PMWelcomeScreen (7.0.0.355?) - < F44E336F-6BD7-8E03-53AA-FB8DFDAB709B >/Applications/Adobe InDesign CS5 / * / PMWelcomeScreen

    0xd014000 - 0xd023ff8 + com.adobe.ahclientframework (1.5.0.30 - 1.5.0.30) < 24B39C2F-79B0-BDE3-C6D0-1F0E943070C7 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient

    0xd02c000 - 0xd0fbffb + com.adobe.InDesign.Package and UI controls upstream (7.0.0.355?) - < 47F747B7-F9AE-229F-E766-BCC8962E1C1C >/Applications/Adobe InDesign CS5 / * / UI package and preflight

    0xd152000 - 0xd333fff + com.adobe.InDesign.Package and preflight (7.0.4.553?) - < D8A3497D-BED2-C18C-A49F-7AA6804BC439 >/Applications/Adobe InDesign CS5 / * / Package and control upstream

    0xd3c1000 - 0xd3e7ff6 + AdobeAXE8SharedExpat (?) - ???) < 5848BBCE-3A3E-66EE-5527-97A96F0CA4CC >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t

    0xd3ef000 - 0xd4d6ff7 + com.adobe.InDesign.JBX (7.0.0.355?) - < FF769DFF-D91D-0D78-5A59-082E05926FD6 >/Applications/Adobe InDesign CS5 / * / "JBX"

    0xd51f000 - 0xd523fff + com.adobe.InDesign.Script label Panel (7.0.0.355?) - < 21F5F903-03B6-2F3E-53FF-65EFF4614542 >/Applications/Adobe InDesign CS5 / * / Script label

    0xd52a000 - 0xd534fff + com.adobe.InDesign.Scripts panel (7.0.0.355?) - < 3001A55F-CD98-EE1C-A267-96623574E6DD >/Applications/Adobe InDesign CS5 / * / Scripts Panel

    0xd53f000 - 0xd5fdff4 + com.adobe.InDesign.Tables UI (7.0.0.355?) - < 008FE984-1EDD-4649-3732-DF17E2521DAD >/Applications/Adobe InDesign CS5 / * / table UI

    0xd643000 - 0xd6c9fff + com.adobe.InDesign.TableStylesUI (7.0.0.355?) - < CB203C79-693C-0095-234D-2BF1DD21EE5F >/Applications/Adobe InDesign CS5 / * / TableStylesUI

    0xd702000 - 0xd75bff7 + com.adobe.InDesign.Character panel (7.0.0.355?) - < 079F7FD5-31A8-6B52-3503-45562B899EC5 >/Applications/Adobe InDesign CS5 / * / Character Panel

    0xd789000 - 0xd7affff + com.adobe.InDesign.Conditional text UI (7.0.0.355?) - < 13E2464A-AF9F-5DF5-276A-9548C9517993 >/Applications/Adobe InDesign CS5 / * / conditional text UI

    0xd7c7000 - 0xd7dffff + com.adobe.InDesign.Create contours (7.0.0.355?) - < AD0604FA-77DC-AA5D-7CFA-A781E387F116 >/Applications/Adobe InDesign CS5 / * / vectorize

    0xd7ec000 - 0xd8f2fff + com.adobe.InDesign.Find and change (7.0.4.553?) Panel - < CE234FD4-11B2-3E53-522F-6D46C198DD89 >/Applications/Adobe InDesign CS5 / * / find and change the Panel

    0xd950000 - 0xd971ff7 + com.adobe.InDesign.Find change Format Panel (7.0.0.355?) - < 21973D01-A4FE-1D9E-F42E-498386782813 >/Applications/Adobe InDesign CS5 / * / Find Change Format Panel

    0xd983000 - + com.adobe.InDesign.Font 0xd9a4ff4 dialogue to use (7.0.0.355?) - < BD0B4E17-9BC4-4EA7-A8CC-6DE599FFDDB1 >/Applications/Adobe InDesign CS5 / * / use fonts of dialogue

    0xd9b6000 - 0xda3dfff + com.adobe.InDesign.Glyphs panel (7.0.0.355?) - < 1547B00F-3A30-FCDD-B0EE-64574E2286A5 >/Applications/Adobe InDesign CS5 / * / glyph Panel

    0xda65000 - 0xda6dfff + com.adobe.InDesign.Hyphenation panel (7.0.0.355?) - < D374E9F0-B5E3-B6FA-1E05-45FE2E4BE1D6 >/Applications/Adobe InDesign CS5 / * / Panel of hyphenation

    0xda77000 - 0xda85ffd + com.adobe.InDesign.Indents and tabs (7.0.0.355?) - < C0D2FEBF-8287-F1FB-908E-E734ABDDB296 >/Applications/Adobe InDesign CS5 / * / tabs and withdrawals

    0xda90000 - 0xda97fff + com.adobe.InDesign.Justification panel (7.0.0.355?) - < B0219BBF-D0FA-8727-F6D9-0797296FC186 >/Applications/Adobe InDesign CS5 / * / Justification Panel

    0xda9e000 - 0xdaa3fff + com.adobe.InDesign.Keeps panel (7.0.0.355?) - < 0628CAD2-8C0A-B37B-C6CE-76C7F68D465F >/Applications/Adobe InDesign CS5 / * / protection Panel

    0xdaa9000 - 0xdac9fff + com.adobe.InDesign.Optical kerning (7.0.0.355?) - < A790945A-AEF8-034C-B3E7-5068E7C796CB >/Applications/Adobe InDesign CS5 / * / optical kerning

    0xdad5000 - 0xdafdfff + com.adobe.InDesign.Paragraph panel (7.0.0.355?) - < 87F4AA8A-9C21-5B76-9980-B45602D485F7 >/Applications/Adobe InDesign CS5 / * / paragraph Panel

    0xdb12000 - 0xdb1fff3 + com.adobe.InDesign.Paragraph rules Panel (7.0.0.355?) - < 526469BC-AD7F-7995-6839-6BF110D06B09 >/Applications/Adobe InDesign CS5 / * / paragraph rules Panel

    0xdb28000 - 0xdb3affb + com.adobe.InDesign.Path type UI (7.0.0.355?) - < 4FDF381A-201A-D4F8-7E0C-63A82504F3A8 >/Applications/Adobe InDesign CS5 / * / path Type UI

    0xdb47000 - 0xdb4fff3 + PathTypeLib.dylib (?) - ???) < F753ACE3-9AB5-76D6-8F55-CEF5E19401AF >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PathTypeLib.dylib

    0xdb55000 - 0xdb79ff5 + com.adobe.InDesign.RunIn styles Panel (7.0.0.355?) - < D213EDED-E1D1-9487-9AD6-270CDA4B41D4 >/Applications/Adobe InDesign CS5 / * / RunIn Styles Panel

    0xdb8c000 - 0xdba1fff + com.adobe.InDesign.SING (7.0.0.355?) - < B054E119-FBE6-5805-DC63-7FB0DA64E307 >/Applications/Adobe InDesign CS5 / * / SING

    0xdbae000 - 0xdbb6ff7 + com.adobe.InDesign.Span Panel columns (7.0.0.355?) - < 1FE07F66-7B5A-A3BA-029A-760C0E1A5BB9 >/Applications/Adobe InDesign CS5 / * / Span columns Panel

    0xdbbd000 - 0xdbfdffc + com.adobe.InDesign.Spelling panel (7.0.0.355?) - < 96DE3DF1-C22F-AF2F-4278-FDAAE598E3D6 >/Applications/Adobe InDesign CS5 / * / spelling Panel

    0xdc1d000 - 0xdc2bff8 + com.adobe.InDesign.Story panel (7.0.4.553?) - < CBF480CD-A4D4-05D8-56C2-5A684556C194 >/Applications/Adobe InDesign CS5 / * / history of Panel

    0xdc36000 - 0xdc8aff7 + com.adobe.InDesign.Style panel (7.0.0.355?) - < 26F90B93-2C75-7128-6B87-0B90AB5995AC >/Applications/Adobe InDesign CS5 / * / Style Panel

    0xdcb6000 - 0xdcbfff1 + com.adobe.InDesign.Text color Panel (7.0.0.355?) - < 8C1F39E1-E2D3-8134-13E4-F811D9B452D0 >/Applications/Adobe InDesign CS5 / * / text color Panel

    0xdcc7000 - block Options to + 0xdce2ff1 (7.0.0.355?) com.adobe.InDesign.Text - < 1089EFE3-C64D-40AF-4787-970F4332BE2E >/Applications/Adobe InDesign CS5 / * / block of text Options

    0xdcf0000 - 0xdd3efff + com.adobe.InDesign.Text panel (7.0.0.355?) - < B7A2C124-8C5A-F83F-10C1-1D092A258703 >/Applications/Adobe InDesign CS5 / * / text panel

    0xdd5e000 - 0xdd77fff + com.adobe.InDesign.Text preferences (7.0.0.355?) - < 889C74DB-74F5-730D-D91D-C4C4898018F6 >/Applications/Adobe InDesign CS5 / * / text preferences

    0xdd84000 - 0xdda0ff4 + com.adobe.InDesign.Text sovereign (7.0.0.355?) - < 3B6AA7F6-AB38-39CC-2EDC-EE243958BDC8 >/Applications/Adobe InDesign CS5 / * / sovereign text

    0xddae000 - 0xddc2ff7 + com.adobe.InDesign.Text style Panel (7.0.0.355?) - < 14827AD2-028A-60A2-483A-A4A7EBF4E0F8 >/Applications/Adobe InDesign CS5 / * / Text Style Panel

    0xddcf000 - 0xddf9ff7 + com.adobe.InDesign.CSXS (7.0.4.553?) - < 7CF3B7C0-723E-D472-FA41-284D3F5F17DD >/Applications/Adobe InDesign CS5 / * / CSXS

    0xde10000 - 0xdf88ffb + com.adobe.PlugPlug (2.0.0.746 - 2.0.0.746) < 08AD22E3-34C0-6749-E497-616C66A246AD > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug

    0xdfe2000 - 0xe00bff4 + com.adobe.InDesign.Galley preferences (7.0.0.355?) - < 51838E2D-0260-3A36-B182-D9BB586DA95A >/Applications/Adobe InDesign CS5 / * / preferences of galley

    0xe024000 - 0xe03fffb + com.adobe.InDesign.GapTool (7.0.0.355?) - < F29D454E-0B8E-AE6F-3DB7-FD7456C8F421 >/Applications/Adobe InDesign CS5 / * / GapTool

    0xe04c000 - Panel preferences + com.adobe.InDesign.General 0xe053ffa (7.0.0.355?) - < 8A6E86C8-9983-3D3B-5825-56702E51A738 >/Applications/Adobe InDesign CS5 / * / general preferences panel

    0xe05b000 - 0xe05cfff + com.adobe.InDesign.Help (7.0.0.355?) - < 6E875143-BA05-093F-B1AE-385ADE146CC5 >/Applications/Adobe InDesign CS5 / * / help

    0xe060000 - 0xe074ff8 + com.adobe.InDesign.Performance UI (7.0.0.355?) - < 5932EC9D-B8A4-7916-9F10-FBBD98BBA52F >/Applications/Adobe InDesign CS5 / * / UI Performance

    0xe083000 - 0xe09ffff + com.adobe.InDesign.Shortcut dialog box editor (7.0.0.355?) - < BD72563F-DDDC-F988-5060-3B0F201BD015 >/Applications/Adobe InDesign CS5 / * / editor Shortcuts dialog box

    0xe0af000 - 0xe0c0ff3 + com.adobe.InDesign.Tool box (7.0.0.355?) - < 8EB4E951-1F84-6992-6544-9364DA7EDE64 >/Applications/Adobe InDesign CS5 / * / tooling

    0xe0cf000 - 0xe0d9fff + com.adobe.InDesign.Tool tips (7.0.0.355?) - < A31625D2-C7E6-40EC-5A20-3C1553803A18 >/Applications/Adobe InDesign CS5 / * / tool tips

    0xe0e4000 - 0xe0e9fff + com.adobe.InDesign.Track Exchange Preferences (7.0.0.355?) - < AA0D3336-B7B2-68EA-23E5-30C4D8E95EEE >/Applications/Adobe InDesign CS5 / * / Track Changes preferences

    0xe0f0000 - 0xe100fff + com.adobe.InDesign.Track change user interface (7.0.0.355?) - < F7ACACB2-E602-EB6B-89EA-D1866058481B >/Applications/Adobe InDesign CS5 / * / track changes in the user interface

    0xe109000 - 0xe110fff + com.adobe.InDesign.PerformanceMetrics (7.0.0.355?) - < 2AB9D4A0-E984-C5EF-FABF-D2671F116033 >/Applications/Adobe InDesign CS5 / * / PerformanceMetrics

    0xe117000 - 0xe124ff1 + com.adobe.InDesign.Metadata UI (7.0.0.355?) - < F45F1B21-A3FE-975C-029D-73FC59B68669 >/Applications/Adobe InDesign CS5 / * / Metadata UI

    0xe12c000 - 0xe199fef + FileInfo (?) - ???) < 4A4C74F9-CA83-B174-F56D-F7671DC61389 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo

    0xe1b4000 - 0xe1bbff5 + com.adobe.InDesign.Workgroup UI (7.0.0.355?) - < E959A787-CD65-A25D-3B8C-B75303108E1B >/Applications/Adobe InDesign CS5 / * / Workgroup UI

    0xe1c1000 - 0xe202fff + com.adobe.InDesign.Snippet (7.0.0.355?) - < CB31C87A-FEE9-1573-5921-B356CDA2926E >/Applications/Adobe InDesign CS5 / * / extract

    0xe21f000 - 0xe317ff7 + com.adobe.InDesign.XMedia UI (7.0.0.355?) - < 6667D552-A793-62CB-175E-4970F19BCF8B >/Applications/Adobe InDesign CS5 / * / XMedia UI

    0xe37f000 - 0xe3c7ff3 + com.adobe.InDesign.Actions (7.0.0.355?) - < 0BCCFF8A-54D9-2FAB-A8C9-B74915CBA1F4 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Actions.InDesignPlugin/Actions

    0xe3e2000 - 0xe571ff7 + com.adobe.InDesign.AppFramework (7.0.4.553?) - < ADE9C5BE-D2D6-93AF-8049-D8588F97AE71 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/AppFramework.InDesignPlugin/AppFramework

    0xe5f6000 - 0xe857feb + com.adobe.InDesign.Application UI (7.0.4.553?) - < C5A274C3-05F1-295A-037E-9682190A0584 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Application UI. InDesignPlugin/Application UI

    0xe958000 - 0xe9f0fff + com.adobe.AdobeExtendScript (ExtendScript 4.12.2 - 4.12.2.11617) < 4694C0F6-0CDC-3616-3AF5-33DD11BB00A0 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript

    0xea2e000 - 0xeabbff7 + com.adobe.AdobeScCore (ScCore 4.1.23 - 4.1.23.7519) < AF48351A-8019-EC04-BF85-CE117D1146E3 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore

    0xeaed000 - 0xeb40ffb + com.adobe.headlights.LogSessionFramework (?) -2.0.1.011) < 4F2BFF03-01D2-A07D-E5E2-7F88D4C2DEC4 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession

    0xeb7d000 - 0xebfefe7 + com.adobe.InDesign.Assignments (7.0.4.553?) - < 16FD9876-BF94-FFF0-C539-1872590C6F3D > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Assignments.InDesignPlugin/Assignments

    0xec2f000 - 0xecbbfef + AdobeXMPFiles (?) - ???) < A72BD678-CAD0-0C2A-0989-11E87B154AB5 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles

    0xecf2000 - 0xed2dffb + com.adobe.InDesign.AWS (7.0.0.355?) - < FFD50798-4E0C-9D85-FF0A-E0D89B7A8050 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/AWS. InDesignPlugin/AWS

    0xed49000 - 0xed71ff7 + com.adobe.InDesign.AWSUI (7.0.0.355?) - < 5EDF3B1A-28BA-38F9-6A65-F8519A243C79 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/AWSUI. InDesignPlugin/AWSUI

    0xed88000 - 0xedb9ffb + com.adobe.InDesign.Basic tools (7.0.0.355?) - < C918728E-56AA-3921-07F1-420F5F4CF117 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Basic Tools.InDesignPlugin/Basic tools

    0xedd4000 - 0xee25ff7 + com.adobe.InDesign.Behavior (7.0.0.355?) - < 1DB314F9-B4CB-0B14-0D92-D72CDC9E1D26 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Behavior.InDesignPlugin/Behavior

    0xee4d000 - 0xeef1fe1 + com.adobe.InDesign.BNCore (7.0.0.355?) - < 199825AD-29B7-2D34-F4BF-286755C34F22 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/BNCore.InDesignPlugin/BNCore

    0xef25000 - 0xef78ff3 + com.adobe.InDesign.Book (7.0.0.355?) - < CF89E43A-02A5-8A0A-2AF8-B85117122C18 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Book.InDesignPlugin/Book

    0xef9b000 - 0xefa9fff + com.adobe.InDesign.Buzzword access (7.0.0.355?) - < 37D12BD4-D9A1-4407-127E-512D2166D8B5 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Buzzword Access.InDesignPlugin/Buzzword to access

    0xefb3000 - 0xefe4fff + com.adobe.InDesign.CellStyles.rpln (7.0.0.355?) - < E7F1E5A8-AD80-8448-1F5D-4E9645D7ABD8 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/CellStyles.rpln.InDesignPlugin/CellStyles.rpln

    0xeffa000 - 0xf082ffb + com.adobe.InDesign.CJK (7.0.4.553?) text attributes - < 630F49D4-FD1E-77DF-5756-80E11BFFDEBF > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/CJK text Attributes.InDesignPlugin/CJK text attributes

    0xf0b6000 - 0xf128ffa + com.adobe.InDesign.CJKGrid (7.0.0.355?) - < 952E53B5-47A3-3F31-0AF4-632E7EE0E99A > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/CJKGrid.InDesignPlugin/CJKGrid

    0xf152000 - 0xf228fef + com.adobe.InDesign.Color management (7.0.4.553?) - < 3EDF52C7-CA5B-2C19-CAA0-D870C8089623 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Color Management.InDesignPlugin/Color Management

    0xf26f000 - 0xf2c5ff7 + com.adobe.InDesign.CompFontMgr (7.0.4.553?) - < ADA1FAF8-25EF-CE79-D19F-986204C4C270 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/CompFontMgr.InDesignPlugin/CompFontMgr

    0xf2e5000 - 0xf32eff7 + com.adobe.InDesign.Conditional text (7.0.0.355?) - < 092A939F-1479-ADD0-1884-AB0BAB881604 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Conditional Text.InDesignPlugin / Conditional text

    0xf34e000 - 0xf36aff3 + com.adobe.InDesign.Dialog layout (7.0.0.355?) - < C39BA2D7-EA14-E85A-2B2D-724A0271B14F > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Dialog Layout.InDesignPlugin/Dialog Layout

    0xf37a000 - 0xf398ffe + com.adobe.InDesign.Document shares (7.0.0.355?) - < C17E4523-A86F-CE6B-BECD-FD614F9D9C5C > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Document Actions.InDesignPlugin/Document Actions

    0xf3a9000 - 0xf536ffb setting of + com.adobe.InDesign.Document (7.0.4.553?) - < 46C8E285-4DC2-00F4-7AFA-B72CFA6AF40B > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Document Framework.InDesignPlugin/Document framework

    0xf5ac000 - 0xf5b2fff + com.adobe.InDesign.Document UI (7.0.0.355?) - < 6E172D7E-63B0-4372-E6DC-813199369E21 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Document UI. InDesignPlugin/Document UI

    0xf5b9000 - 0xf8cfffd + com.adobe.InDesign.Dynamic (7.0.4.553?) - < 85B5AE5A-F392-9CB8-107A-98706A93DFDF > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Dynamic Documents.InDesignPlugin/Dynamic Documents

    0xf9aa000 - 0xfa8bff4 + ADBE_AGMFL (?) - ???) < 254CC454-1C89-DA76-E96D-ADF5FCD808AB >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ADBE_AGMFL.framework/Versions/A/ADBE_AGMFL

    0xfabe000 - 0xfc4fff3 + aflamingo (?) - ???) < C4136948-FE16-15C4-F1B9-040E014AF2CA >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/aflamingo.framework/Versions/A/aflamingo

    0xfc9a000 - 0xfd7efef + com.adobe.InDesign.EPS point page (7.0.4.553?) - < 7A4D306D-460E-37BF-3C0E-CF54278BB703 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/EPS Page Item.InDesignPlugin/EPS Page item

    0xfdc4000 - 0xfec1ff7 + com.adobe.InDesign.Font manager (7.0.4.553 -?) < 876DFA9E-5772-EB04-F802-EDD848B1590B >/Applications/Adobe InDesign CS5 / Adobe InDesign CS5.app/Contents/MacOS/Required/Font Manager.InDesignPlugin / Font Manager

    0xfefc000 - 0xff7bfff + com.adobe.InDesign.FormField (7.0.0.355?) - < BCC9DC16-7F02-138A-2848-80F9066A7A13 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/FormField.InDesignPlugin/FormField

    0xffad000 - 0xffffffb + com.adobe.InDesign.Galley (7.0.0.355?) - < C71587A1-B603-E818-8497-ED257F8DB348 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Galley.InDesignPlugin/Galley

    0x1001b000 - 0x10129fff + com.adobe.InDesign.GalleyUI (7.0.4.553?) - < 2A70B0B3-B0D5-1821-4574-946F07E4AFF7 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/GalleyUI.InDesignPlugin/GalleyUI

    0 x 10170000 - 0x1031fff3 + com.adobe.InDesign.Generic point page (7.0.4.553?) - < 286B23F2-AD81-6D54-D6C1-46B03407A988 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Generic Page Item.InDesignPlugin/Generic Page item

    0x103ab000 - 0x103b5ff7 + com.adobe.InDesign.GenericSettings (7.0.0.355?) - < 7D3CD6DE-9481-BC92-4087-5E540161C515 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/GenericSettings.InDesignPlugin/GenericSettings

    0x103bd000 - Panel preferences + com.adobe.InDesign.Global 0x103beff1 (7.0.0.355?) - < DF2380A0-A851-5529-7A36-1A3973B89200 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Global Panel.InDesignPlugin / Global preferences preferences panel

    0x103c2000 - 0x1041fffb + com.adobe.InDesign.Gradient (7.0.0.355?) - < 455F20A2-8706-A597-3074-386679BA5244 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Gradient Fill.InDesignPlugin/Gradient full the

    0 x 10444000 - 0x10513fe7 + com.adobe.InDesign.Graphics (7.0.4.553?) - < 81AFD776-0C43-CCAA-4588-FB5117BC0469 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Graphics.InDesignPlugin/Graphics

    0x1055c000 - 0x10565ffb + com.adobe.InDesign.Group (7.0.0.355?) - < DCC2D180-2385-BED5-873A-FE87139634AF > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Group.InDesignPlugin/Group

    0x1056e000 - 0x10584fff + com.adobe.InDesign.Guides (7.0.0.355?) - < FE5850EC-EA2C-5ACF-11BA-486C40359AB0 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Guides.InDesignPlugin/Guides

    0 x 10593000 - 0x10665ff7 + com.adobe.InDesign.Hyperlinks (7.0.4.553?) - < 0B96682B-B6B0-9375-EC94-4DAE6C1935B0 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Hyperlinks.InDesignPlugin/Hyperlinks

    0x106ae000 - filters < AE6418DD-ACCA-DDFB-6CF0-ABBFAE2161C6 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Image Filters.InDesignPlugin/Image 0x10707fef + com.adobe.InDesign.Image filters (7.0.0.355 -?)

    0 x 10715000 - 0x1080afe7 + com.adobe.InDesign.Image (7.0.4.553?) - < 2F06D279-F9FA-8DAB-1585-2DE3D9829923 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Image.InDesignPlugin/Image

    0 x 10858000 - 0x10873ffb + com.adobe.InDesign.IME (7.0.0.355?) - < 3510053A-A752-0311-B35B-14EBEAC6D18D > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/IME. InDesignPlugin/EMI

    0 x 10883000 - 0x108bdff7 + com.adobe.InDesign.Import export of IU (7.0.0.355?) - < 9B259867-0C2E-6976-E3A3-431F92EC255A > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Import Export UI. InDesignPlugin/Import Export UI

    0x108de000 - 0x109bdfe7 + com.adobe.InDesign.InCopyShared (7.0.0.355?) - < 239CCEA7-4A06-9B91-6C85-EF21FD036FEB > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/InCopyShared.InDesignPlugin/InCopyShared

    0x10a0c000 - 0x10a16ff3 + com.adobe.InDesign.InCopySharedUI (7.0.0.355?) - < 675CBA9B-C45D-D0FE-653F-491D5007B3D3 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/InCopySharedUI.InDesignPlugin/InCopySharedUI

    0x10a21000 - 0x10a9fff3 + com.adobe.InDesign.InCopyWorkflow (7.0.0.355?) - < 030DA376-E5A7-4B26-CE74-028927EF0A01 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/InCopyWorkflow.InDesignPlugin/InCopyWorkflow

    0x10ada000 - 0x10bbcff7 + com.adobe.InDesign.Indexing (7.0.0.355?) - < F225EE99-CFB6-6716-3B52-491DE35D7680 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Indexing.InDesignPlugin/Indexing

    0x10bf8000 - 0x10cb3fff + com.adobe.InDesign.INXCore (7.0.4.553?) - < 1D396402-4D4B-3ED5-69F7-FD1CE079F092 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/INXCore.InDesignPlugin/INXCore

    0x10cf3000 - 0x10d17fff + com.adobe.InDesign.Layer (7.0.0.355?) - < F2C9FAF7-2D6F-653E-4596-3759D27E7034 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Layer.InDesignPlugin/Layer

    0x10d2b000 - 0x10ea6ff7 + com.adobe.InDesign.Layout UI (7.0.0.355?) - < 37BB6E3D-6E3C-05D7-1EDB-F8D5D8171EA4 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Layout UI. InDesignPlugin/layout UI

    0x10f2c000 - 0x10f4dff3 + com.adobe.InDesign.Layout (7.0.4.553?) - < B1C290CA-B1B1-3813-A2BB-FC78F9855030 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Layout.InDesignPlugin/Layout

    0x10f5d000 - 0x10fa0ff7 + com.adobe.InDesign.Linguistics (7.0.4.553?) - < 2AE819B1-F173-DE95-0F9E-B2CFE2C0649A > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Linguistics.InDesignPlugin/Linguistics

    0x10fc0000 - 0x110fbfff + com.adobe.InDesign.Links (7.0.0.355?) - < DA8D69A9-77B5-12E0-99E9-7BA2FF99772E > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Links.InDesignPlugin/Links

    0x1115d000 - 0x111c7ff7 + com.adobe.InDesign.Master (7.0.4.553?) - to page < 50F027DD-4B20-508C-A0CC-F80E9528479A > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Master Page.InDesignPlugin/Master Page

    0x111ed000 - 0x1123cff7 + com.adobe.InDesign.Media (7.0.0.355?) - < 007C8522-EF86-AA23-56EC-99F318647ACC > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Media.InDesignPlugin/Media

    0x1125a000 - 0x1125bff3 + com.adobe.InDesign.Metadata filter (7.0.0.355?) - < 8153D24F-2DB5-B2AB-9717-70E7532E8B02 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Metadata filter Filter.InDesignPlugin/Metadata database database database

    0x1125f000 - 0x112dcff7 + com.adobe.InDesign.Metadata (7.0.0.355?) - < 86187B9A-E072-BEB4-4E49-BF4A33FE6327 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Metadata.InDesignPlugin/Metadata

    0x1130b000 - 0x11320fff + com.adobe.InDesign.Movie (7.0.0.355?) - < 77F87F68-A6E9-05B6-C892-6FAFABF645C6 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Movie.InDesignPlugin/Movie

    0x1132e000 - 0x11362fff + com.adobe.InDesign.Open Place (7.0.0.355?) - < 604DFE0C-0815-33D3-2087-C85D73F1961D > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Open Place.InDesignPlugin/Open space

    0x1137b000 - 0x1143efff + com.adobe.InDesign.Paragraph (7.0.4.553?) composer - < 23C59EB2-2437-5ACA-0FBF-07AB8E6CB2ED > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Paragraph Composer.InDesignPlugin/Paragraph composer

    0x1145c000 - 0x11495ffb + com.adobe.InDesign.Path type (7.0.0.355?) - < 7867A3AB-4925-CBF7-1877-7924AD7A732D > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Path Type.InDesignPlugin/Path Type

    0x114b0000 - 0x11685fff + com.adobe.InDesign.PDF (7.0.4.553?) - < 00F54CF1-DEC1-96A2-628F-06E1364EA3D6 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/PDF. InDesignPlugin/PDF

    0x1170f000 - 0x117f2fef + AdobePDFPort (?) - ???) < EF11DDF0-A05A-CE8A-9CBA-4B01222DC240 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort

    0 x 11827000 - 0x11842ff9 + AdobePDFSettings (?) - ???) / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings

    0x1185c000 - 0x1188fff7 + com.adobe.InDesign.Photoshop import Filter (7.0.4.553?) - < 6510CCFA-118B-F3E3-4CD3-49F09294AA21 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Photoshop Filter.InDesignPlugin/Photoshop import filter import

    0x118a5000 - 0x125e8fff + com.adobe.psl (AdobePSL 12.0.0.7524 - 12.0.0.7524) < CFBCB19A-03F7-D095-1F48-8D68F05A25C5 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL

    0 x 12927000 - 0x12928ff1 (2, 4 - 2.4) com.apple.textencoding.unicode < 4E55D4B9-4E67-3FC9-9407-3E99D1D50F15 > system/library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode encodings

    0x1292d000 - 0x1295fff7 + com.adobe.InDesign.PNG import Filter (7.0.0.355?) - < 2C6DDB20-C560-14DD-84DC-A2AB8B6C0793 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/PNG Filter.InDesignPlugin/PNG import filter import

    0 x 12968000 - 0x12ab3fff + com.adobe.InDesign.Print (7.0.0.355?) - < F6B4CCEF-06B9-5E17-9102-2B29A6713D6A > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Print.InDesignPlugin/Print

    0x12b12000 - 0x12b2cfff + com.adobe.InDesign.Rulers (7.0.0.355?) - < 2546DE05-52F1-033E-90D0-03ED797D585C > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Rulers.InDesignPlugin/Rulers

    0x12b3b000 - 0x12bd5fff + com.adobe.InDesign.Scripting (7.0.4.553?) - < 2B0C0F26-F999-7C2E-FBDA-1168F1C291C8 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Scripting.InDesignPlugin/Scripting

    0x12c06000 - 0x12c20ff2 + com.adobe.InDesign.Sections (7.0.0.355?) - < 5AFD740D-904C-2F9B-DE71-375B2B948BCF > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Sections.InDesignPlugin/Sections

    0x12c2f000 - 0x12c3cfff + com.adobe.InDesign.Sound (7.0.0.355?) - < 15A968FB-7F7D-1022-9E99-70A3818AC346 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Sound.InDesignPlugin/Sound

    0x12c47000 - 0x12c55fff + com.adobe.InDesign.Spelling Service (7.0.0.355?) - < DBB0C9F7-934B-15B5-5CF5-FBEEE83ACC99 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spelling Service.InDesignPlugin/Spelling Service

    0x12c61000 - 0x12c9afff + com.adobe.InDesign.Spline UI (7.0.0.355?) - < B40249D1-919F-FFC8-8E6F-344A29CF063B > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spline UI. InDesignPlugin/Spline UI

    0x12cb8000 - 0x12cf4fff + com.adobe.InDesign.Spline (7.0.0.355?) - < 55F1F2F2-0BB7-96C1-726C-6D3E47351086 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spline.InDesignPlugin/Spline

    0x12d10000 - 0x12d55ff0 + com.adobe.InDesign.Spread UI (7.0.0.355?) - < 6B9E2DAE-304A-1E95-E46E-D37CC49BEEA1 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spread UI. InDesignPlugin/spread UI

    0x12d6f000 - 0x12e52ffb + com.adobe.InDesign.Spread (7.0.4.553?) - < 47BD8BC7-B221-E51E-4503-E2B64E23742E > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spread.InDesignPlugin/Spread

    0x12e9e000 - 0x12eedffb + com.adobe.InDesign.Stroke and fill (7.0.0.355?) - < 42B4A176-B4DA-C638-A59F-94F3A3FFB416 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Stroke and Fill.InDesignPlugin/Stroke and fill

    0x12f09000 - 0x12f4dfff + com.adobe.InDesign.Support for AppleScript (7.0.0.355?) - < DEC65072-2AB5-9901-9CBC-6FED676B2B04 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Support for AppleScript.InDesignPlugin/Support for AppleScript

    0x12f66000 - 0x12ff0ff7 + com.adobe.InDesign.Support for JavaScript (7.0.0.355?) - < 196259C9-B203-DD5B-0733-8D146FC78723 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Support for JavaScript.InDesignPlugin/Support for JavaScript

    0 x 13029000 - 0x13222fff + model com.adobe.InDesign.Table (7.0.4.553?) - < 1E7AB533-6B85-88D9-9060-084D13DB1352 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Table Model.InDesignPlugin/Table model

    0x132af000 - 0x132f6fff + com.adobe.InDesign.TableStyles (7.0.0.355?) - < 59E0C1A1-4044-C145-6414-61CF041E9968 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/TableStyles.InDesignPlugin/TableStyles

    0x1330d000 - attributes of < 07B49878-E35A-C031-205F-A25256640FCA > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Attributes.InDesignPlugin/Text 0x13356fff + com.adobe.InDesign.Text attributes (7.0.0.355?) -

    0x1337b000 - 0x1338afff + com.adobe.InDesign.Text Model Editor (7.0.0.355?) - < 8E01C18E-4947-93AB-71CA-E017C80FB09C > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Editor model Model.InDesignPlugin/Text Editor

    0 x 13394000 - editor of + 0x1343cfff (7.0.0.355?) com.adobe.InDesign.Text - < 93D5B8A9-827E-4E67-BD48-5F00BA9D4760 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Editor.InDesignPlugin/Text Editor

    0 x 13478000 - 0x13609feb + com.adobe.InDesign.Text Walker (7.0.0.355?) - < 6FF2466F-5761-CB4D-1CBA-B79F8AFFEED7 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Walker.InDesignPlugin/Text Walker

    0x136a9000 - 0x136d3fff + com.adobe.InDesign.Text wrap Path (7.0.0.355?) - < 9BFEF65A-3909-03F2-0501-CC32FAAABF5A > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Wrap Path.InDesignPlugin/Text Wrap Path

    0x136dd000 - 0x13742fff + com.adobe.InDesign.Text wrap (7.0.0.355?) - < 557851E0-6260-DE31-3AFA-8008B49FBCE2 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Wrap.InDesignPlugin/Text wrap

    0 x 13766000 - 0x13c5bfe7 + com.adobe.InDesign.Text (7.0.4.553?) - < E56CC34A-ECC7-C00E-ACD1-1A097425ABB6 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text.InDesignPlugin/Text

    0x13dc7000 - 0x13e19ff1 + com.adobe.InDesign.TOC (7.0.0.355?) - < 9EDF02F0-E9A9-58F8-5E3E-7C9C1ADA9849 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/TOC. InDesignPlugin/table of contents

    0x13e37000 - 0x13f45fef + com.adobe.InDesign.Transparency (7.0.4.553?) - < 9741412F-7851-C51B-D6D6-5CD089F17792 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Transparency.InDesignPlugin/Transparency

    0x13f90000 - 0x13fb4fef + com.adobe.InDesign.Utilities (7.0.0.355?) - < AD54DEC4-0286-5511-D508-43356FD1E899 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Utilities.InDesignPlugin/Utilities

    0x13fcc000 - 0x140e0feb + com.adobe.InDesign.Widgets (7.0.0.355?) - < AE4D2421-4E04-1153-615A-78CEEC745C3E > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Widgets.InDesignPlugin/Widgets

    0 x 14163000 - 0x1416bffc + com.adobe.InDesign.Workgroup customer UI (7.0.0.355?) - < 282ADA7E-C3D6-ADF8-6FB8-466B5F074934 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Workgroup the Client user interface. Interface user customer InDesignPlugin/working group

    0 x 14171000 - 0x1418cfff + com.adobe.InDesign.Workgroup client (7.0.0.355?) - < 193F094B-02D9-988A-47E6-C7E502E9F716 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Workgroup Client.InDesignPlugin/Workgroup Client

    0x1419b000 - 0x141cfffb + com.adobe.InDesign.Workgroup (7.0.0.355?) - < 724EA9BC-EFD4-9710-E20E-4B1C74304C7D > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Workgroup.InDesignPlugin/Workgroup

    0x141e4000 - 0x14208fff + com.adobe.InDesign.WorldReady (7.0.0.355?) - < 0B2B29B2-1DF5-BA1C-3F0D-01E8B3988813 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/WorldReady.InDesignPlugin/WorldReady

    0x1421a000 - 0x143e2fef + com.adobe.InDesign.XML (7.0.4.553?) - < 972190DB-A883-32FC-BF6B-FF1A4F91E2DE > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/XML. InDesignPlugin/XML

    0x1447b000 - 0x14548fe7 + AdobeAXEDOMCore (?) - ???) < F76D74DC-FD5A-9783-C447-2E58773DA7E1 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore

    0 x 14575000 - 0x145d9ff7 + com.adobe.InDesign.XMLParser (7.0.0.355?) - < 16D1BE18-BDC0-598D-3DD6-933CE96E818D > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/XMLParser.InDesignPlugin/XMLParser

    0x145ff000 - 0x146b8fff + AdobeAXSLE (?) - ???) < A8C8ECD6-9098-8EA6-EA22-3BCCCB81A29B >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE

    0x146e2000 - 0x146e5fff + TINthread.dylib (?) - ???) / Library/Application Support/Adobe/*/TINthread.dylib

    0 x 15083000 - 0x150a4fef + com.adobe.SING (12.0.4 - 12.0.4) < 440244FD-6A2F-4128-B9BF-F1C804B1CB6F >/Library/Application Support/Adobe/*/SING.bundle/Contents/MacOS/SING

    0x150ba000 - 0x15183ff1 + com.adobe.SINGCore (12.0.11 - 12.0.11) < 87B1D0A5-E4F3-4239-A81E-BB5FA0B242D8 >/Library/Application Support/Adobe/*/SINGCore.bundle/Contents/MacOS/SINGCore

    0 x 15352000 - 0x15373fef + com.adobe.SING (12.0.4 - 12.0.4) < 440244FD-6A2F-4128-B9BF-F1C804B1CB6F >/Library/Application Support/Adobe/*/SING.bundle/Contents/MacOS/SING

    0 x 15389000 - 0x1564ffd3 + com.adobe.TIN (TIN 2.0.17 - 2.0.17) / Library/Application Support/Adobe/*/TIN.bundle/Contents/MacOS/TIN

    0x159a5000 - 0x159d3ff2 + com.adobe.Reader for DOCX (Reader for DOCX 5.5.0.7351 - 5.5.0.7351) < DB73F46F-0AF2-85C4-7890-0607F6949AF8 >/Applications/Adobe InDesign CS5 / * / player for DOCX

    0x159e3000 - 0x159f7fff + AdobeSFL (?) - ???) < 83D25893-376A-89D9-BA9B-078913B8D34F >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeSFL.framework/Versions/A/AdobeSFL

    0x15de4000 - 0x15e67ff2 + AdobeSangamML (?) - ???) < B0029614-553A-BEAB-21E1-0664E5481F68 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeSangamML.framework/Versions/A/AdobeSangamML

    0x15e98000 - 0x15efdff3 + com.adobe.Reader for Excel (Reader for Excel 5.5.0.7351 - 5.5.0.7351) < 13A79647-FDEE-DA76-4D9D-AD328F170941 >/Applications/Adobe InDesign CS5 / * / Reader for Excel

    0x15f16000 - 0x15f9efff + com.adobe.Reader for PageMaker (Reader for PageMaker 5.5.0.7351 - 5.5.0.7351) < CB3DC121-77F5-1289-537F-D979E601407F >/Applications/Adobe InDesign CS5 / * / reader for PageMaker

    0x15fc0000 - 0x15fe4ffb + PMFileReader.dylib (?) - ???) < 5C6DA068-A794-2099-9E3B-7F51E5FC478E >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PMFileReader.dylib

    0x15fe9000 - 0x160e9fff + com.adobe.Reader for Quark (Reader for Quark 5.5.0.7351 - 5.5.0.7351) < A525EFDE-6074-8CA1-6145-76B57CB0F448 >/Applications/Adobe InDesign CS5 / * / player for Quark

    0x1610e000 - 0x16174ff4 + com.adobe.Reader for RTF (RTF 5.5.0.7351 Player - 5.5.0.7351) < 735AD3FF-36DE-C1B9-7EEA-ECCF3E929D1A >/Applications/Adobe InDesign CS5 / * / player for RTF

    0 x 16192000 - 0x16206ff4 + com.adobe.Reader for Word (for Word 5.5.0.7351 Reader - 5.5.0.7351) < 6E36D3D4-6EB7-8C51-9021-3C9301A089E4 >/Applications/Adobe InDesign CS5 / * / Word Reader

    0 x 16223000 - 0x16298fe2 + com.adobe.Reader for XLSX (XLSX 5.5.0.7351 Player - 5.5.0.7351) < 4020D646-03F7-B2A1-D3D3-4EFB98472E1B >/Applications/Adobe InDesign CS5 / * / player for XLSX

    0x162bf000 - 0x162c7ff7 + com.adobe.ZTextReader (ZTextReader 5.5.0.7351 - 5.5.0.7351) < 851A0B77-2110-B419-A8EB-B051C6CB7653 >/Applications/Adobe InDesign CS5 / * / ZTextReader

    0x1634c000 - 0x16375feb + com.adobe.ape (adbeapecore version 3.1.65.7508 - 3.1.65.7508) < E0F7666B-921D-C4D6-63B3-E8B445D26892 >/Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore

    0x168e7000 - 0x168e7ff7 + DTraceSupport.dylib (?) - ???) < 3B2D713B-751B-BD11-5DEA-7B7F6017CB58 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/DTraceSupport.dylib

    0x168ec000 - 0x168edffc ATSHI.dylib (?) - ???) < 15AA6595-2581-37BF-9237-85AECE8FDAD9 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib

    0x16d6c000 - 0x16d8ffe7 + ServiceManager - Launcher.dylib (?) - ???) < 12CEC4C0-8682-A5FD-BAD4-A3E4A4F6218A >/Library/Application Support/Adobe/*/ServiceManager-Launcher.dylib

    0x16d9d000 - 0x16d9dfff com.apple.applescript.component (2.2.1 - 2.2.1) < E7C937D3-5623-32EB-AA4F-B5D0D1EE27B9 > /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript

    0x16da9000 - 0x16dabfff libCoreFSCache.dylib (?) - ???) < 5B141DE1-6FC9-3155-833B-23A447A598AB > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib

    0x16dd5000 - 0x16ddafff com.apple.audio.AppleHDAHALPlugIn (2.2.0 - 2.2.0f3) < BAD1E0E6-10E6-342C-BEB8-B1706F0CE2CF > /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn

    0x16df7000 - 0x16df7fff libmx. A.dylib (2026.0.0 - 1.0.0 compatibility) < 859B5BCC-B5D9-370F-8B6C-1E2B242D5DCD >/usr/lib/libmx. A.dylib

    0x16dfd000 - 0x16dfdff3 + cl_kernels (?) - ???) < 33B2869C-F199-4E50-89F7-26B69A2C8F25 > cl_kernels

    0 x 17100000 - 0x17448fe7 + com.adobe.dvaadameve.framework (dvaadameve version 5.0.0 - 5.0.0.0) < 3D6B5526-68C6-AB1B-B98F-326F18EA44F0 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/dvaadameve.framework/dvaadameve

    0x1756b000 - 0x176e7fe7 + com.adobe.dvacore.framework (dvacore version 5.0.0 - 5.0.0.0) < 4BC4AD81-2341-CCA5-6972-F9C2B8C7B097 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore

    0x1777a000 - 0x17a60fff + com.adobe.dvaui.framework (dvaui version 5.0.0 - 5.0.0.0) < 3F61310E-8DF6-5E42-878E-E6A696BDD0AF > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui

    0x1a6df000 - 0x1a6edffb libSimplifiedChineseConverter.dylib (54.0.0 - 1.0.0 compatibility) < 4378B89F-0BDA-3072-9C67-DE1A371DD816 > /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib

    0x1a6f1000 - 0x1a6f6fe2 libcldcpuengine.dylib (1.50.69 - 1.0.0 compatibility) < 864BA467-5F11-3B41-B261-894067B8209E > /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib

    0x1b7cb000 - 0x1b7ddfff libTraditionalChineseConverter.dylib (54.0.0 - 1.0.0 compatibility) < F7D2A96C-D03F-3C0B-83FC-1016BB787B59 > /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib

    0x1b7f1000 - 0x1b7faff7 + FastCore (?) - ???) < 3E376339-D845-9C96-0790-B44D1CA52B43 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePSL.framework/PlugIns/FastCore.plugin/Contents/MacOS/Fas tCore

    0x1ca00000 - 0x1ca93fff com.apple.applescript (2.2.1 - 2.2.1) < 54C84231-54F4-3C4C-B3BE-78F337752D19 > /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript

    0x1cac2000 - 0x1caefff8 GLRendererFloat (?) - ???) oats /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl < 70ADE58D-B399-3279-9774-2D5929D5FCB1 >

    0x1cd84000 - 0x1cde8ff4 + multiprocessor support (?) - ???) < F3CB7402-2B6F-8FB2-603D-FF918BD40E55 >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePSL.framework/PlugIns/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support

    0x1cf00000 - 0x1cfa1ff7 unorm8_bgra.dylib (1.50.69 - 1.0.0 compatibility) < 7A0427BD-4FB5-3F4E-A7F8-F760AD944283 > /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib

    0x1def2000 - 0x1df52ff6 + MMXCore (?) - ???) < 3DD1241D-AC54-5E7B-5D01-74115C8E8343 > / Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePSL.framework/PlugIns/MMXCore.plugin/Contents/MacOS/MMXC ore

    0x1ec8c000 - 0x1faa5fc3 + com.adobe.adobeswfl (?) -2.0.0.7489) < C954CA64-9B28-A7FA-E391-C1C6524F1639 >/Library/Application Support/Adobe/*/adbeapecore.framework/Resources/AdobeSWFL.bundle/Contents/MacOS/AdobeSWFL

    0x20000000 - 0x2016dffb GLEngine (?) - ???) < D73F1031-6DD3-38EB-966B-7A2C9F17F023 > /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine

    0x201a1000 - 0x20298ffb libGLProgrammability.dylib (?) - ???) /System/Library/frameworks/OpenGL.Framework/versions/A/libraries/libGLProgrammability.dyl < FA509930-D201-372B-B787-18CBD8477D06 > ib

    0x202bc000 - 0x2055dfe7 com.apple.ATIRadeonX3000GLDriver (7.18.18 - 7.1.8) River /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLD < 2CA55B8F-F4A4-3421-B92C-BB5FE4413850 >

    0x40000000 - 0x400d1fe7 + AdobeJP2K (?) - ???) < EF392886-5A95-6A96-C95D-43DA0322925C >/Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K

    0x8fead000 - 0x8fedfaa7 dyld (195.6 -?) < 60FD3471-A1D7-342E-99A7-3EDECDAEC6EC >/usr/lib/dyld

    0 x 90005000 - 0x90005fff com.apple.Cocoa (6.6 -?) < 5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB > /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

    0 x 90006000 - 0x900c9fff com.apple.CoreServices.OSServices (478.46 - 478.46) < F2063FC8-2BE1-3B97-98AF-8796B0D4BE58 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices

    0x9040b000 - 0x90435ff1 com.apple.CoreServicesInternal (113.17 - 113.17) < 41979516-2F26-3707-A6CA-7A95A1B0D963 > /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI internal

    0x904ed000 - 0x9052eff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) < 9FD420FB-7984-3A07-8914-BB19E687D38B > /usr/lib/libcurl.4.dylib

    0x9057b000 - 0x9057fffd IOSurface (?) - ???) < EDDBEE65-1EB8-33A7-9972-E361A3508234 > /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

    0 x 90580000 - 0x90616ff7 com.apple.LaunchServices (480.33 - 480.33) < 5A4BF529-391E-3987-940E-287ACE56078A > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices

    0 x 90651000 - 0x90676ff9 libJPEG.dylib (?) - ???) < 743578F6-8C0C-39CC-9F15-3A01E1616EAE > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib

    0 x 90728000 - 0x90731ffc com.apple.DisplayServicesFW (2.5.4 - 323,3) < 820C4B45-814A-3101-A1FA-044CA6D2FBC8 > /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices

    0 x 90732000 - 0x90734ff9 com.apple.securityhi (4.0-1) < 39157216-5E43-392A-AE3F-716726D8C8BF > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI

    0 x 90735000 - 0x90735ff0 com.apple.ApplicationServices /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices < C48EF6B2-ABF9-35BD-A07A-A38EC0008294 > (41-41)

    0 x 90736000 - 0x90817ff7 com.apple.DiscRecording (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording < 08BADDAD-FA79-3872-9387-EEE2A9FAA2F0 >

    0 x 90818000 - 0x90a32ff7 com.apple.imageKit (2.1.2 - 1.0) < 0A14D083-5217-3180-A354-A5FDC754E3FC > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit

    0x90a39000 - 0x90d43ff3 com.apple.Foundation (6.7.2 - 833.25) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation < 4C52ED74-A1FD-3087-A2E1-035AB3CF9610 >

    0x90d44000 - 0x91146ff6 libLAPACK.dylib (?) - ???) < 00BE0221-8564-3F87-9F6B-8A910CF2F141 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib

    0x911b4000 - 0x9122cff8 com.apple.CorePDF /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF < 0074267B-F74A-30FC-8508-A14C821F0771 > (3.1 - 3.1)

    0x9124b000 - 0x9125cfff libbsm.0.dylib (?) - ???) < 54ACF696-87C6-3652-808A-17BE7275C230 > /usr/lib/libbsm.0.dylib

    0x912ba000 - 0x91344ffb com.apple.SearchKit (1.4.0 - 1.4.0) < CF074082-64AB-3A1F-831E-582DF1667827 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit

    0 x 91345000 - 0x9134dfff com.apple.DiskArbitration (2.4.1 - 2.4.1) < 28D5D8B5-14E8-3DA1-9085-B9BC96835ACF > /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

    0x9134f000 - 0x91371ffe com.apple.framework.familycontrols /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls < 5BCCDDC2-AFAC-3290-AEEF-23B2664CA11F > (3.0 - 300)

    0 x 91372000 - 0x91387ff7 com.apple.ImageCapture (7.0.1 - 7.0.1) < 1C8933A9-C7C6-36E9-9D8B-0EF08ACA3315 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture

    0x9138a000 - 0x9138cff7 libdyld.dylib (195.5.0 - 1.0.0 compatibility) < 52F7B44C-1B43-3B7B-9C9E-6410D8682935 > /usr/lib/system/libdyld.dylib

    0x9138d000 - 0x913c1ff8 libssl.0.9.8.dylib (44.0.0 - 0.9.8 compatibility) < 567E922C-E64F-321B-9A47-6B18BF481625 > /usr/lib/libssl.0.9.8.dylib

    0x913c2000 - 0x913cdfff libkxld.dylib (?) - ???) < D8ED88D0-7153-3514-9927-AF15A12261A5 > /usr/lib/system/libkxld.dylib

    0x913ce000 - 0x91520fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) < E369AC9E-F548-3DF6-B320-9D09E486070E > /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

    0 x 91521000 - 0x9157ffff com.apple.coreui (1.2.2 - 165,10) < C6B099D6-7F02-3971-99B9-E415308959CF > /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

    0 91580000 - 0x915c2ff7 com.apple.CoreMedia /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia < D88AC852-8844-3B73-81C8-DF605F00AB40 > x (1.0 - 705.78)

    0x915c3000 - 0x915c3fff com.apple.Accelerate.vecLib (vecLib - 3.7 3.7) < 22997C20-BEB7-301D-86C5-5BFB3B06D212 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib

    0x915c4000 - 0x91625ffb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) < AA6EAFB8-1C27-3D42-B1CD-3A1258C198D9 > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0 x 91626000 - 0x9171eff7 libFontParser.dylib (?) - ???) < 1A0DA421-62B2-3AA7-9F62-0E01C1887D09 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib

    0x9171f000 - 0x91748fff com.apple.shortcut /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut < D56F5E5E-A41F-36D1-ACD5-42EA7910B20F > (2.1 - 2.1)

    0 x 91749000 - 0x91dc4fe5 com.apple.CoreAUC (6.16.11 - 6.16.11) < E52E2D54-138B-3F44-AA2C-309FB876DF6A > /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC

    0x91dc5000 - 0x92038ffb com.apple.CoreImage (7.98 - 1.0.1) < EDC91BA1-673D-3B47-BFD5-BBF11C36EE6A > /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage

    0 x 92039000 - 0x92040ff8 libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) < 3E1A07C0-AC27-3070-945D-A9C2A71DEADB > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXCoreImage.A.dylib

    0 x 92054000 - 0x920dbfff com.apple.print.framework.PrintCore /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore < EEC03CAB-7F79-3931-87FE-4DF0B767BF47 > (7.1 - 366, 3). framework/Versions/A/PrintCore

    0x920dc000 - 0x921acffb com.apple.ImageIO.framework (3.1.2 - 3.1.2) < 94798A2B-4C7A-30EA-9920-283451BDB9FA > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO

    0x921ad000 - 0x922cbfec com.apple.vImage (5.1 - 5.1) < 7757F253-B281-3612-89D4-F2B04061CBE1 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage

    0 x 92409000 - 0x925bdff3 libicucore. A.dylib (46.1.0 - 1.0.0 compatibility) < 6AD14A51-AEA8-3732-B07B-DEA37577E13A >/usr/lib/libicucore. A.dylib

    0x925be000 - 0x925c9ffc com.apple.NetAuth /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth < CD89526E-4FF6-3BB3-A94E-832D4504AB1C > (3.1 - 3.1)

    0x925ca000 - 0x9262fff7 libvDSP.dylib (325.4.0 - 1.0.0 compatibility) < 4B4B32D2-4F66-3B0D-BD61-FA8429FF8507 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib

    0 x 92670000 - 0x92676ffb com.apple.print.framework.Print (7, 4 - 247.3) < CB075EEE-FA1F-345C-A1B5-1AB266FC73A1 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print

    0 x 92677000 - 0x92679ffb libRadiance.dylib (?) - ???) < 4721057E-5A1F-3083-911B-200ED1CE7678 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib

    0x9267a000 - 0x926cbff9 com.apple.QuickLookFramework /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook < 725FAE01-1597-38C7-841D-D9D83358921E > (3.2 - 500.16)

    0x926cc000 - 0x926e9fff libresolv.9.dylib (46.1.0 - 1.0.0 compatibility) < 2870320A-28DA-3B44-9D82-D56E0036F6BB > /usr/lib/libresolv.9.dylib

    0x92d8c000 - 0x92e49ff3 ColorSyncDeprecated.dylib (4.6.0 - 1.0.0 compatibility) < 726898F5-E718-3F27-B415-D6FDCDE09174 > /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib

    0x92e5c000 - 0x92e8ffef libtidy. A.dylib (?) - ???) < E962D8EC-6B9D-35B7-B586-F07D92302ADD >/usr/lib/libtidy. A.dylib

    0x9312e000 - 0x93133ff7 libmacho.dylib (800.0.0 - 1.0.0 compatibility) < 943213F3-CC9B-328E-8A6F-16D85C4274C7 > /usr/lib/system/libmacho.dylib

    0 x 93134000 - 0x9318fff3 com.apple.Symbolication /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication < B5A9433A-0915-343A-90FF-5C469D4DC508 > (1.3 - 91)

    0x9319c000 - 0x9319fff7 libmathCommon.A.dylib (2026.0.0 - 1.0.0 compatibility) < 69357047-7BE0-3360-A36D-000F55E39336 > /usr/lib/system/libmathCommon.A.dylib

    0x931a0000 - 0x931a3fff com.apple.AppleSystemInfo (< 0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8 > /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 1.0 - 1.).

    0x931a4000 - 0x931cffff com.apple.GSS /System/Library/Frameworks/GSS.framework/Versions/A/GSS < 2C468B23-FA87-30B5-B9A6-8C5D1373AA30 > (2.2 - 2.0)

    0 x 93333000 - 0x93395ff3 libstdc ++.6.dylib (52.0.0 - compatibility 7.0.0) < 266CE9B3-526A-3C41-BA58-7AE66A3B15FD > /usr/lib/libstdc++.6.dylib

    0x933a2000 - 0x933f1ffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) < 7FF10781-5418-37BB-A6B3-1606DA82CBFF > /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA

    0x933f2000 - 0x93496fff com.apple.QD (3.40 -?) < 3881BEC6-0908-3073-BA44-346356E1CDF9 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD

    0 x 93497000 - 0x9349fff3 libunwind.dylib (30.0.0 - 1.0.0 compatibility) < E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5 > /usr/lib/system/libunwind.dylib

    0x9421a000 - 0x9422aff7 libCRFSuite.dylib (?) - ???) < 94E040D2-2769-359A-A21B-DB85FCB73BDC > /usr/lib/libCRFSuite.dylib

    0x942a5000 - 0x942adff3 liblaunch.dylib (392.38.0 - 1.0.0 compatibility) < D7F6E875-263A-37B5-B403-53F76710538C > /usr/lib/system/liblaunch.dylib

    0 x 94308000 - 0x94345ff7 libcups.2.dylib (2.9.0 - 2.0.0 compatibility) < 1C757924-4E54-3522-A885-99795EA10228 > /usr/lib/libcups.2.dylib

    0x943c4000 - 0x94415ff9 com.apple.ScalableUserInterface (1.0-1) < 3C39DF4D-5CAE-373A-BE08-8CD16E514337 > /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface

    0 x 94416000 - 0x94417ff0 libunc.dylib (24.0.0 - 1.0.0 compatibility) < 2F4B35B2-706C-3383-AA86-DABA409FAE45 > /usr/lib/system/libunc.dylib

    0x9444c000 - 0x944a5fff com.apple.HIServices (1.21 -?) < 5F4D3797-32E2-3709-85F4-4B56515A17D7 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices

    0x944a6000 - 0x94753ff3 com.apple.JavaScriptCore (7534.56 - 7534.56.6) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore < 94C4DC32-FE6B-3D5C-93B5-75753F38A0C0 >

    0 x 94857000 - 0x948a9ff3 com.apple.ImageCaptureCore (3.0.3 - 3.0.3) < 9C6A4134-0D1D-323F-BD07-1D88D258A7B4 > /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore

    0x948aa000 - 0x948aefff com.apple.CommonPanels (1.2.5 - 94) < EA47550D-7DAF-30D9-91DB-1FB594CC8522 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels

    0x949a9000 - 0x94cabfff com.apple.CoreServices.CarbonCore (960.24 - 960.24) < 9692D838-85A5-32C1-B7FB-7C141FFC2557 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore

    0x94d04000 - 0x94d91fe7 libvMisc.dylib (325.4.0 - 1.0.0 compatibility) < F2A8BBA3-6431-3CED-8CD3-0953410B6F96 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib

    0 x 95102000 - 0x9517dffb com.apple.ApplicationServices.ATS (317.11.0?) - < 42238C8B-C93F-3369-A500-EC0F10EB2C80 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS

    0 x 95180000 - 0x951aaff0 libpcre.0.dylib (1.1.0 - 1.0.0 compatibility) < 5CAA1478-97E0-31EA-8F50-BF09D665DD84 > /usr/lib/libpcre.0.dylib

    0x951b8000 - 0x951b9ffe libScreenReader.dylib (?) - ???) < 97D8D8C9-4578-3887-8A64-95270DD1F23A > /usr/lib/libScreenReader.dylib

    0x951ba000 - 0x952e6ff9 com.apple.CFNetwork (520.4.3 - 520.4.3) < E9E315D4-CE22-3715-BED2-BB95AD5E10E8 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk, Versions, A, CFNetwork

    0x952e7000 - 0x95c1159b com.apple.CoreGraphics (1.600.0?) - < 62026E0C-E30F-3FF0-B0F6-6A2D270B20BF > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics

    0x95c12000 - 0x95c12ff2 com.apple.CoreServices /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices < 7CB7AA95-D5A7-366A-BB8A-035AA9E582F8 > (53-53)

    0x95c13000 - 0x95c20fff libGL.dylib (?) - ???) < 30E6DED6-0213-3A3B-B2B3-310E33301CCB > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0x95c21000 - 0x95c22fff libsystem_blocks.dylib (53.0.0 - 1.0.0 compatibility) < B04592B1-0924-3422-82FF-976B339DF567 > /usr/lib/system/libsystem_blocks.dylib

    0x95d6b000 - 0x95dcdffb com.apple.datadetectorscore (3.0 - 179, 4) < 3A418498-C189-37A1-9B86-F0ECB33AD91C > e /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor

    0x95dce000 - 0x95deaffc libPng.dylib (?) - ???) < 75F41C08-E187-354C-8115-79387F57FC2C > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib

    0x9681d000 - 0x96824fff com.apple.agl (3.2.0 - AGL - 3.2.0) < ED5A5B8A-0014-3897-951F-628391333256 > /System/Library/Frameworks/AGL.framework/Versions/A/AGL

    0 x 96825000 - 0x96875ff8 libTIFF.dylib (?) - ???) < 4DC2025D-15E7-35CA-B7C5-9F73B26C8B53 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib

    0 x 96876000 - 0x9730bff6 com.apple.AppKit (6.7.3 - 1138.47) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit < D8CD06D7-F18C-39BE-BC68-B343F87F0469 >

    0x9730c000 - 0x9730dfff liblangid.dylib (?) - ???) < C8C204E9-1785-3785-BBD7-22D59493B98B > /usr/lib/liblangid.dylib

    0x9730e000 - 0x97330ff8 com.apple.PerformanceAnalysis (1.11 - 11) < 453463FF-7C42-3526-8C96-A9971EE07154 > /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna Lysis

    0 x 97331000 - 0x9733ffff libdispatch.dylib (187.9.0 - 1.0.0 compatibility) < 2F918480-12C8-3F22-9B1A-9B2D76F6F4F5 > /usr/lib/system/libdispatch.dylib

    0 x 97340000 - 0x97341ff7 libsystem_sandbox.dylib (?) - ???) < EBC6ED6B-7D94-32A9-A718-BB9EDA1732C9 > /usr/lib/system/libsystem_sandbox.dylib

    0 x 97342000 - 0x97378ff7 com.apple.AE (527, 7-527, 7) < 7BAFBF18-3997-3656-9823-FD3B455056A4 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE

    0 x 97379000 - 0x97384ffb com.apple.speech.recognition.framework (4.0.21 - 4.0.21) < A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E > work/Versions/A/SpeechRecognition /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame

    0 x 97385000 - 0x97388ffb com.apple.help (1.3.2 - 42) < B1E6701C-7473-30B2-AB5A-AFC9A4823694 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/aide

    0 x 97409000 - 0x9741dfff com.apple.CFOpenDirectory /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory < 58050170-D74E-3670-945D-D8501F67835F > (10-7-146). framework/Versions/A/CFOpenDirectory

    0x9741e000 - 0x9751dffb com.apple.DiskImagesFramework (10.7.4 - 331.6) < 8CC0C204-1069-3CC3-9CE1-3CDF92757E5B > /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

    0x9751e000 - 0x9751efff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) < 2E71E880-25D1-3210-8D26-21EC47ED810C > /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit

    0x9751f000 - 0x97571ff7 libFontRegistry.dylib (?) - ???) < 96E9602C-DFD3-3021-8090-60228CC80D26 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib

    0 x 97572000 - 0x97575ff7 libcompiler_rt.dylib (6.0.0 - 1.0.0 compatibility) < 7F6C14CC-0169-3F1B-B89C-372F67F1F3B5 > /usr/lib/system/libcompiler_rt.dylib

    0x97c34000 - libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) < 1211BEEB-31C9-3A5D-9E71-10FC4A541D1E > 0x97c37ff9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib

    0x97c38000 - 0x97d0eaab libobjc. A.dylib (228.0.0 - 1.0.0 compatibility) < 2E272DCA-38A0-3530-BBF4-47AE678D20D4 >/usr/lib/libobjc. A.dylib

    0x97d0f000 - 0x97d8cffe com.apple.PDFKit (2.6.3 - 2.6.3) < 780A5EE1-48CB-3B80-BBDF-1081512BA0DC > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit

    0x97d8d000 - 0x97dc4fef com.apple.DebugSymbols /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols < EB951B78-31A5-379F-AFA1-B5C9A7BB3D23 > (2.1 - 87)

    0x97dc5000 - 0x97ddafff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) hesis.framework/Versions/A/SpeechSynthesis /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt < 92AADDB0-BADF-3B00-8941-B8390EDC931B >

    0x97f26000 - 0x9814fffb com.apple.QuartzComposer (5.0 - 236, 7) < 1504F5A4-FF1A-365E-9E01-30410C561C2C > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer

    0 x 98150000 - 0x98240ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) < 9E5F86A3-8405-3774-9E0C-3A074273C96D > /usr/lib/libiconv.2.dylib

    0 x 98241000 - 0x98242ff4 libremovefile.dylib (21.1.0 - 1.0.0 compatibility) < 6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8 > /usr/lib/system/libremovefile.dylib

    0 x 98243000 - 0x9825dfff com.apple.Kerberos (< D7920A1C-FEC4-3460-8DD0-D02491578CBB > /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 1.0 - 1.).

    0x9825e000 - 0x986d3ff7 FaceCoreLight (1.4.7 - 1.0.0 compatibility) < 3E2BF587-5168-3FC5-9D8D-183A9C7C1DED > /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight

    0x986d4000 - 0x986eaffe libxpc.dylib (77.19.0 - 1.0.0 compatibility) < 0585AA94-F4FD-32C1-B586-22E7184B781A > /usr/lib/system/libxpc.dylib

    0x986f3000 - 0x989b6fff com.apple.security /System/Library/Frameworks/Security.framework/Versions/A/Security < 77754898-4FCD-3CA3-9339-F1058C852806 > (7.0 - 55148.1)

    0x989ca000 - 0x98a00ff4 com.apple.LDAPFramework (3.2 - 120.2) < 39DF72E3-CDAF-33CC-B2DA-67B8891A5CFF > /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

    0x98a01000 - 0x98a53ffb com.apple.CoreMediaIO (212,0 - 3199.1.1) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO < BBC14F4C-2748-3583-85E3-EF3A1F249370 >

    0x98a5f000 - 0x98b42ff7 libcrypto.0.9.8.dylib (44.0.0 - 0.9.8 compatibility) < BD913D3B-388D-33AE-AA5E-4810C743C28F > /usr/lib/libcrypto.0.9.8.dylib

    0x98b5d000 - 0x98ba1fff com.apple.MediaKit /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit < 6E429DD7-8829-37DE-94AF-940FB70F2FB9 > (12-602)

    0x98ba2000 - 0x98cb2fe7 libsqlite3.dylib (9.6.0 - compatibility version 9.0.0) < 34E1E3CC-7B6A-3B37-8D07-1258D11E16CB > /usr/lib/libsqlite3.dylib

    0x98cb3000 - 0x98cd3ff7 com.apple.RemoteViewServices (1.4 - 44.1) < 1F831750-1E77-3013-B1A6-0DF528623790 > /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi CES

    0x98ce3000 - 0x98d47fff com.apple.framework.IOKit (2.0?) - < 88D60E59-430D-35B8-B1E9-F5138301AEF9 > /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

    0x98d48000 - 0x98e1fff3 com.apple.avfoundation (2.0 - 180.40) < B906D052-D92D-3D35-BF59-F6D0AE692EC2 > /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation

    0x98e20000 - 0x98e25ffd libGFXShared.dylib (?) - ???) < 1CA9B41B-2C61-38F8-ABAC-1D5511478F5C > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib

    0x98e26000 - 0x98e8eff7 libc ++.1.dylib (28.1.0 - 1.0.0 compatibility) < FE3304C5-C000-3DA0-9E53-0E4CA074B73B > /usr/lib/libc++.1.dylib

    0x98e8f000 - 0x98e96ff7 libsystem_notify.dylib (80.1.0 - 1.0.0 compatibility) < 47DB9E1B-A7D1-3818-A747-382B2C5D9E1B > /usr/lib/system/libsystem_notify.dylib

    0x98e9e000 - 0x991e4ff3 com.apple.HIToolbox (1.9 -?) < 409E6397-0DCB-3431-9CCC-368317C62545 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox

    0 x 99211000 - 0x9922fff7 libsystem_kernel.dylib (1699.26.8 - 1.0.0 compatibility) < 3705DE40-E00F-3E37-ADB0-D4AE5F9950F5 > /usr/lib/system/libsystem_kernel.dylib

    0 x 99246000 - 0x9924dffd com.apple.NetFS /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS < AE731CFE-1B2E-3E46-8759-843F5FB8C24F > (4.0 - 4.0)

    0x9924e000 - 0x9926aff5 com.apple.GenerationalStorage (1.0 - 126, 1) < E622F823-7D98-3D13-9C3D-7EA482567394 > /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt storm

    0x9926b000 - 0x993cdffb com.apple.QuartzCore /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore < 6BC84C60-1003-3008-ABE4-779EF7B4F524 > (1, 7 - 270.4)

    0x993ce000 - 0x993d4ffd com.apple.CommerceCore (1.0 - 17) < E59CD307-58E2-35FD-9131-B38978799910 > /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore

    0x993d5000 - 0x993d5fff com.apple.Accelerate (1.7 - speed up 1.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate < 4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386 >

    0x993d6000 - 0x993d6fff libdnsinfo.dylib (395.11.0 - 1.0.0 compatibility) < 7EFAD88C-AFBC-3D48-BE14-60B8EACC68D7 > /usr/lib/system/libdnsinfo.dylib

    0x996e6000 - 0x99a2cfff com.apple.MediaToolbox /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox < E6990E4A-B562-3051-86A6-B39E040BF766 > (1.0 - 705.78)

    0x99a2d000 - 0x99a2eff7 libquarantine.dylib (36.6.0 - 1.0.0 compatibility) < 600909D9-BD75-386E-8D3E-7CBD29079DF3 > /usr/lib/system/libquarantine.dylib

    0x99b9e000 - 0x99bb1ff8 com.apple.MultitouchSupport.framework (231, 4 - 231.4) < 083F7787-4C3B-31DA-B5BB-1993D9A9723D > /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t

    0x99bb2000 - 0x99bb6fff libGIF.dylib (?) - ???) < A6F1ACAE-7B9B-3B3F-A54A-ED4004EA1D85 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib

    0x99bb7000 - 0x99be5ff7 com.apple.DictionaryServices (1.2.1 - 158,2) < DA16A8B2-F359-345A-BAF7-8E6A5A0741A1 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices

    0x99be6000 - 0x99be6fff com.apple.quartzframework /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz < 49B5CA00-083A-3D4A-9A68-4759A5CC35A6 > (1, 5-1, 5)

    0x99be7000 - 0x99cf6fff com.apple.DesktopServices (1.6.3 - 1.6.3) < 18CAAA9E-7065-3FF7-ACFE-CDB60E5426A2 > /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv

    0x99cf8000 - 0x99e5afff com.apple.QTKit (7.7.1 - 2330) < DD58823D-D3E7-31CB-9DF9-ACB981F5A744 > /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit

    0x99e5b000 - 0x99eb8ffb com.apple.htmlrendering (76 - 1.1.4) < 409EF0CB-2997-369A-9326-BE12436B9EE1 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering

    0x99eb9000 - 0x99ec4ffe libbz2.1.0.dylib (1.0.5 - 1.0.0 compatibility) < B63F5D07-93B3-3F02-BFB7-472B4ED3521F > /usr/lib/libbz2.1.0.dylib

    0x9a0c7000 - 0x9a13bfff com.apple.CoreSymbolication (2.2 - 73, 2) < FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1 > n /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio

    0x9a13c000 - 0x9a162ffb com.apple.quartzfilters (1.7.0 - 1.7.0) < 64AB163E-7E91-3028-8730-BE11BC1F5237 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters

    0x9a1d2000 - 0x9a1dffff com.apple.HelpData (2.1.2 - 72.2) < 330C6B7F-2512-37B7-B2FF-24E1804E9426 > /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData

    0x9a1e0000 - 0x9a1f0fff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) < D6F728DA-990A-32A3-86FA-4A3F4D88E309 > /usr/lib/libsasl2.2.dylib

    0x9a1f1000 - 0x9a1f1fff com.apple.vecLib (vecLib - 3.7 3.7) < 8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A > /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib

    0x9a22f000 - 0x9a278ff7 libGLU.dylib (?) - ???) < 5EE0B644-FAD6-3E3C-A380-9B0CDA0B6432 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    0x9a279000 - 0x9a27cffd libCoreVMClient.dylib (?) - ???) < 361CCFAF-8565-383F-915F-0B059C793E42 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib

    0x9a27d000 - 0x9a759ff6 libBLAS.dylib (?) - ???) < 134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib

    0x9a75a000 - 0x9ab14ffb com.apple.SceneKit (125, 3-125, 4) < 48806882-FE04-36A5-83A1-A0D2F2FA03F9 > /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit

    0x9ab15000 - 0x9ab43fe7 libSystem.B.dylib (159.1.0 - 1.0.0 compatibility) < 0D8984D3-BFCF-35A7-AA71-BEDC92126B7E > /usr/lib/libSystem.B.dylib

    0x9ab45000 - 0x9ab45ffe libkeymgr.dylib (23.0.0 - 1.0.0 compatibility) < 7F0E8EE2-9E8F-366F-9988-E2F119DB9A82 > /usr/lib/system/libkeymgr.dylib

    0x9ab46000 - 0x9ab7aff3 libTrueTypeScaler.dylib (?) - ???) < 93B9316F-95F1-3C56-AF12-EE8EEAA3CAC8 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib

    0x9ab7b000 - 0x9abbbff7 libauto.dylib (?) - ???) < 984C81BE-FA1C-3228-8F7E-2965E7E5EB85 > /usr/lib/libauto.dylib

    0x9abbc000 - 0x9abdffff com.apple.CoreVideo (1, 7 - 70.3) < 4234C11C-E8E9-309A-9465-27D6D7458895 > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0x9b072000 - 0x9b073ffd libCVMSPluginSupport.dylib (?) - ???) /System/Library/frameworks/OpenGL.Framework/versions/A/libraries/libCVMSPluginSupport.dyl < 22B85645-AA98-372B-BB55-55DCCF0EC716 > ib

    0x9b077000 - 0x9b078fff libDiagnosticMessagesClient.dylib (?) - ???) < DB3889C2-2FC2-3087-A2A2-4C319455E35C > /usr/lib/libDiagnosticMessagesClient.dylib

    0x9b079000 - 0x9b096ff3 com.apple.openscripting (1.3.3?) - < 33713C0B-B7D5-37AA-87DB-2727FDCC8007 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting

    0x9b097000 - 0x9b0d7ff7 (3: 7-193) com.apple.NavigationServices < 16A8BCC8-7343-3A90-88B3-AAA334DF615F > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices

    0x9b0d8000 - 0x9b4ccffb com.apple.VideoToolbox /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox < BE955448-F79F-3136-A4AF-6EDBAFEDD9C2 > (1.0 - 705.78)

    0x9b4cd000 - 0x9b543fff com.apple.Metadata (10.7.0 - 627.32) < 650EE880-1488-3DC6-963B-F3D6E043FFDC > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/metadata

    0x9b5a0000 - 0x9b5a0fff com.apple.Carbon /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon < F996332A-390E-3337-A09E-A1E54004B567 > (153-153)

    0x9b5a1000 - 0x9b5a8ff9 libsystem_dnssd.dylib (?) - ???) < D3A766FC-C409-3A57-ADE4-94B7688E1C7E > /usr/lib/system/libsystem_dnssd.dylib

    0x9b5a9000 - 0x9b669ffb com.apple.ColorSync (4.7.4 - 4.7.4) < 0A68AF35-15DF-3A0A-9B17-70CE2A106A6C > System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync

    0x9b66a000 - 0x9b66eff3 libsystem_network.dylib (?) - ???) < 62EBADDA-FC72-3275-AAB3-5EDD949FEFAF > /usr/lib/system/libsystem_network.dylib

    0x9b66f000 - 0x9b6abffa libGLImage.dylib (?) - ???) < 504E7865-571E-38B4-A84A-D7B513AC84F5 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

    0x9b6b7000 - 0x9b6c7fff com.apple.LangAnalysis (1.7.0 - 1.7.0) < 6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis

    0x9b6c8000 - 0x9b6d0ff5 libcopyfile.dylib (85.1.0 - 1.0.0 compatibility) < BB0C7B49-600F-3551-A460-B7E36CA4C4A4 > /usr/lib/system/libcopyfile.dylib

    0x9b6d1000 - 0x9b6dffff libz.1.dylib (1.2.5 - 1.0.0 compatibility) < E73A4025-835C-3F73-9853-B08606E892DB > /usr/lib/libz.1.dylib

    0x9b6e0000 - 0x9b728ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) < 68B92FEA-F754-3E7E-B5E6-D512E26144E7 > /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration

    0x9b729000 - 0x9b758ff7 libsystem_info.dylib (?) - ???) < 37640811-445B-3BB7-9934-A7C99848250D > /usr/lib/system/libsystem_info.dylib

    0x9b789000 - 0x9b89aff7 libJP2.dylib (?) - ???) < 845C74F4-1074-3983-945F-EB669538CAA9 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJP2.dylib

    0x9b89b000 - 0x9b8a5ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) < 2A089CE8-9760-3F0F-B77D-29A78940EA17 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound

    0x9bb59000 - 0x9bb81ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) < AB530FB2-8BD1-3328-95E8-CF449F0429CA > /usr/lib/libxslt.1.dylib

    0x9bba6000 - 0x9bc7eff6 com.apple.QuickLookUIFramework (3.2 - 500.16) < 1598FDEB-8F90-3D42-AAA1-CD227F3C16BF > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI

    0x9bc7f000 - 0x9bc82ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) < 6FFDBD60-5EC6-3EFA-996B-EE030443C16C > /usr/lib/libpam.2.dylib

    0x9bc83000 - 0x9bcc1fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) < 19174EC0-DE0F-38EA-B5F3-7580E84677DD > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib

    0x9bcc2000 - 0x9bcc3fff com.apple.TrustEvaluationAgent (2.0-1) < 4BB39578-2F5E-3A50-AD59-9C0AB99472EB > /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent

    0x9c039000 - 0x9c0b5ff3 libType1Scaler.dylib (?) - ???) < C931AA06-5086-3A0E-873B-47459AD3CDD3 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib

    0x9c0c1000 - 0x9c130fff com.apple.Heimdal /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal < 2E1B8779-36D4-3C62-A67E-0034D77D7707 > (2.2 - 2.0)

    0x9c131000 - 0x9c13ffff com.apple.opengl (1.7.7 - 1.7.7) < 2D362F15-5EA6-37B6-9BCB-58F2C599ACDA > /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    0x9c140000 - 0x9c144ffa libcache.dylib (47.0.0 - 1.0.0 compatibility) < 56256537-6538-3522-BCB6-2C79DA6AC8CD > /usr/lib/system/libcache.dylib

    0x9c145000 - 0x9c31cfe7 com.apple.CoreFoundation (6.7.2 - 635.21) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation < 4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB >

    0x9c342000 - 0x9c385ffd libcommonCrypto.dylib (55010.0.0 - 1.0.0 compatibility) < 6B35F203-5D72-335A-A4BC-CC89FEC0E14F > /usr/lib/system/libcommonCrypto.dylib

    0x9c39e000 - 0x9c469fff libsystem_c.dylib (763.13.0 - 1.0.0 compatibility) < 52421B00-79C8-3727-94DE-62F6820B9C31 > /usr/lib/system/libsystem_c.dylib

    0x9c4a1000 - 0x9c4caffe com.apple.opencl (1.50.69 - 1.50.69) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL < 2601993F-F3B3-3737-91AE-4A5795C52CD5 >

    0x9c4cb000 - 0x9c4d4fff libc ++ abi.dylib (14.0.0 - 1.0.0 compatibility) < FEB5330E-AD5D-37A0-8AB2-0820F311A2C8 > /usr/lib/libc++abi.dylib

    0x9c4d5000 - com.apple.CoreText (220.20.0?) - < 0C3EDD4F-6112-353A-8A3A-8D630182C22A > 0x9c562ff7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f EPI/Versions/A/CoreText

    0x9c69b000 - 0x9c732ff3 com.apple.securityfoundation (5.0 - 55116) < EB53CEF7-4836-39FD-B012-6BC122ED4CE9 > /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation

    0x9c733000 - 0x9c73cff3 com.apple.CommonAuth /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth < C3FD6EC2-8EB3-38FB-BBB7-05009CA49024 > (2.2 - 2.0)

    0x9c73d000 - 0x9c748ff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) < EDA0F56F-CB2C-30BB-940D-C6A25B73C717 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib

    0x9c749000 - 0x9c776ff9 com.apple.securityinterface /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface < B59D9B2A-7FB8-32EC-B8D9-6D4DE76508F7 > (5.0 - 55022.4)

    0x9c777000 - 0x9c813fef com.apple.ink.framework (1.4 - 110) < 1A3E2916-60C1-3AC1-86BF-202F6567B228 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A / ink jet

    0x9c866000 - 0x9c87dff8 com.apple.CoreMediaAuthoring (2.0 - 891) < 69D569FD-670C-3BD0-94BF-7A8954AA2953 > /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing

    0x9c87e000 - 0x9c882ff7 com.apple.OpenDirectory /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory < CFBA4CCF-65D4-3879-BC6A-8888C13E3345 > (10, 7-146)

    0x9c888000 - 0x9c896ff7 libxar - nossl.dylib (?) - ???) < 5BF4DA8E-C319-354A-967E-A0C725DC8BA3 > /usr/lib/libxar-nossl.dylib

    0x9c8a1000 - 0x9cb26fe3 com.apple.QuickTime (7.7.1 - 2330) < 060B6A47-FC15-3D38-8EFB-FCF38680510B > /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime

    0x9cb27000 - 0x9cd1fff7 com.apple.CoreData /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData < C1730963-F75D-3338-B65F-D50235538B28 > (104.1 - 358, 14)

    0x9cd65000 - 0x9ce4dfff libxml2.2.dylib (10.3.0 - 10.0.0 compatibility) < 1841196F-68B5-309F-8ED1-6714B1DFEC83 > /usr/lib/libxml2.2.dylib

    0xba300000 - 0xba301ffb libCyrillicConverter.dylib (54.0.0 - 1.0.0 compatibility) < 88EC6E5D-EB35-325E-B3F9-6C1ED39E05C9 > /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib

    0xba900000 - 0xba91bffd libJapaneseConverter.dylib (54.0.0 - 1.0.0 compatibility) < 473499F3-8CB8-3372-98B0-8E3BCC1A3D80 > /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib

    0xbab00000 - 0xbab21ff6 libKoreanConverter.dylib (54.0.0 - 1.0.0 compatibility) < B5E80EAA-78D8-3243-A735-A6ECED09A8AC > /System/Library/CoreServices/Encodings/libKoreanConverter.dylib

    Summary of the external change:

    Calls made by other processes for this process:

    task_for_pid: 6

    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: 2993

    thread_create: 0

    thread_set_state: 0

    Summary region VM:

    ReadOnly part of libraries: Total = 376.1 M resident=305.9M(81%) swapped_out_or_unallocated=70.3M(19%)

    Regions in writing: Total = 369.9 M written=116.0M(31%) resident=220.8M(60%) swapped_out = 0 K (0%) unallocated=149.1M(40%)

    VIRTUAL FIELD TYPE

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

    ATS (font support) 32.8 M

    CG backup stores 108.8 M

    CG 236 K raster data

    Images shared CG 3440K

    CoreGraphics 8K

    CoreImage 4K

    CoreServices 2296K

    MALLOC 164,7 M

    Flyleaf MALLOC 48 K

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

    Tag memory = 240 14.0 M

    Tag memory = 242 12K

    Tag memory = 243 4K

    Tag memory = 249 156 K

    OpenCL                                8K

    Battery 75.2 M

    VM_ALLOCATE 16.6 M

    __CI_BITMAP 80K

    __DATA                             40.2M

    __DATA/__OBJC 140K

    __IMAGE 528K

    __IMPORT 1288K

    __LINKEDIT 65.0 M

    __OBJC 2484K

    __OBJC/__DATA 4K

    __PAGEZERO 4K

    __TEXT 311.2 M

    __UNICODE 544K

    mapped file 428,9 M

    2372K shared memory

    shared PMAP 8372K

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

    TOTAL                               1.3G

    In TOTAL, less space reserved VM 1.2 G

    See SING Removal

  • Will be my changes Lightroom RAW and usable by the Adobe programs no data collections?

    Hello.  I have a few questions that I was not able to specify, so I hope someone out there can help me out.  I learned about Adobe Lightroom 3, and I have a few questions.  Basically, I understand how the program works, but I need to know the following.

    -First question: my montages (in Lightroom) to my images (changes of wb, color, contrast, etc) on my files DNG or NAVE & XMP can be opened and edited by programs that are not by Adobe?  I know that I can export the RAW files to JPEG, TIFF or PNG, but the RAW of Lightroom edited files can be used later by a non Adobe like Bibble software?

    -Second issue: my Lightroom database (matadata, keywords, rankings, catalogue, collections, etc.) can be used by programs other than those by Adobe, such as Bibble?

    The reason why I ask is to clarify if my Lightroom RAW file edits and data collections will be nothing outside the universe of Adobe?

    Thanks for any help you might be able to shine on the question.  I appreciate it.

    Will,

    1 n ° If another program can read the changes in lightroom and apply them exactly like lightroom, this program will be lightroom. There is no canonical target for a raw file rendering. Each rendition is based on what some thought better developers and is purely a matter of opinion. And no no adobe program attempts even to read data from change in lightroom.

    2 No. kind of. I think metadata, such as keywords, IPTC and rankings stuff are standardized and can be read by most of the things. Collections, such as virtual copies are held only in the catalog.

    That said, Lightroom does as good raw files work rendered as anything out there, and personally, I don't see any reason I would like the answer to any of these questions to be Yes.

    HAL

Maybe you are looking for

  • r036tu HP 15: power on password bios

    Please tell me how to remove the power over passsword (bios) I was reading power on password, so I tried but it is very annoying, I still know the password. SOM please tell me how to remove it.

  • HP Solution Center does not see scanner (HP Photosmart C8180 All in one)

    Solutions of HP on my L:aptop will not see the scanner HP Photosmart C8180 printer. I can print from the laptop and my desktop computer sees the thin printer using HP solutions (same printer same router/network). It is a problem that has occurred bef

  • HP desktop using 8.1

    I got an HP Support Assistant alert my network firewall and the disabled Virus protection.  They need to be turned on, because I have Norton?

  • CAN OPEN & EDIT FILES, BUT CANNOT BE SAVED ON THE NETWORK PC (WIN7 - WINXP)

    Hello. 1. I can open and edit a file in the main pc (Win7) pc (WinXP) another, but I couldn't save it. When I try to save an alert box pop up saying that the file I want to save is read-only. "" file.xls"is read-only. To save a copy, click OK, and gi

  • Latitude E6410 - Add Bluetooth

    I have a user who wants to add bluetooth to his E6410. I can't find the accessories on the Dell site that will add this feature. I see that the E6400 model supports the module card/370 BT (on the Dell site) and there is only a slot marked WPAN (near