<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dynamic probes no longer working? in VProbes Discussions</title>
    <link>https://communities.vmware.com/t5/VProbes-Discussions/Dynamic-probes-no-longer-working/m-p/2188358#M120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a new User Guide for Vprobes available?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Sep 2014 16:29:34 GMT</pubDate>
    <dc:creator>avshein</dc:creator>
    <dc:date>2014-09-13T16:29:34Z</dc:date>
    <item>
      <title>Dynamic probes no longer working?</title>
      <link>https://communities.vmware.com/t5/VProbes-Discussions/Dynamic-probes-no-longer-working/m-p/2188352#M114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using vprobes in VMware Workstation (10.0.1 build-1379776).&lt;/P&gt;&lt;P&gt;I am using a dynamic probe to monitor for a guest write on a specific memory address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script is taken from the example:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(vprobe GUEST_WRITE:0xb8000&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt; (printf "Write to VGA text RAM.\n"))&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;However, the problem is that I have an error when I try to vprobeLoadFile the script.&lt;/P&gt;&lt;P&gt;vprobeLoadFile: error: Unrecognized characters ':0xb8000' in probe 'GUEST_WRITE:0xb8000'&lt;/P&gt;&lt;P&gt;vprobeLoadFile: 0 warnings, 1 errors&lt;/P&gt;&lt;P&gt;Error: Unknown error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried many different addresses after GUEST_WRITE, but I always get the same error: "Unrecognized characters".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also why is there only a Guest_CR3Write and not Guest_OtherRegister here? Like rax, ldtr, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Mar 2014 06:21:58 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VProbes-Discussions/Dynamic-probes-no-longer-working/m-p/2188352#M114</guid>
      <dc:creator>ddebug</dc:creator>
      <dc:date>2014-03-22T06:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic probes no longer working?</title>
      <link>https://communities.vmware.com/t5/VProbes-Discussions/Dynamic-probes-no-longer-working/m-p/2188353#M115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for using VProbes! &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The "VProbes Programming Reference" is a bit outdated, and we are currently working on a new, updated version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Basically, the syntax for guest probes has changed. If you r&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;eplace GUEST_WRITE with GUEST:WRITE, your script should load.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regarding your second question, the CPU provides facilities to intercept CR3 writes made by the guest, but the same is not true for general-purpose registers, making it hard to implement what you suggest.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just out of curiosity, what are you using VProbes for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 20:25:32 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VProbes-Discussions/Dynamic-probes-no-longer-working/m-p/2188353#M115</guid>
      <dc:creator>mcarbone</dc:creator>
      <dc:date>2014-03-25T20:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic probes no longer working?</title>
      <link>https://communities.vmware.com/t5/VProbes-Discussions/Dynamic-probes-no-longer-working/m-p/2188354#M116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mcarbone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When will the "vProbes Programming Reference" be updated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does vProbes works on ESXi 5.5 as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 03:30:26 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VProbes-Discussions/Dynamic-probes-no-longer-working/m-p/2188354#M116</guid>
      <dc:creator>msheep</dc:creator>
      <dc:date>2014-05-09T03:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic probes no longer working?</title>
      <link>https://communities.vmware.com/t5/VProbes-Discussions/Dynamic-probes-no-longer-working/m-p/2188355#M117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our expectation is to have the new User Guide uploaded to the community forum webpage in approximately 2 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VProbes is not supported on ESXi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 03:30:10 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VProbes-Discussions/Dynamic-probes-no-longer-working/m-p/2188355#M117</guid>
      <dc:creator>mcarbone</dc:creator>
      <dc:date>2014-05-12T03:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic probes no longer working?</title>
      <link>https://communities.vmware.com/t5/VProbes-Discussions/Dynamic-probes-no-longer-working/m-p/2188356#M118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.vmware.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any plans to extend VProbes to ESXi? Or are there any alternatives to monitor the behavior of processes in VMs running in ESXi servers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like VMware only allow vshield partners to have access to APIs for vm introspection in ESXi...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this true?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 06:40:01 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VProbes-Discussions/Dynamic-probes-no-longer-working/m-p/2188356#M118</guid>
      <dc:creator>msheep</dc:creator>
      <dc:date>2014-05-12T06:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic probes no longer working?</title>
      <link>https://communities.vmware.com/t5/VProbes-Discussions/Dynamic-probes-no-longer-working/m-p/2188357#M119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look forward to the new guide!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 00:43:12 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VProbes-Discussions/Dynamic-probes-no-longer-working/m-p/2188357#M119</guid>
      <dc:creator>virtualirfan</dc:creator>
      <dc:date>2014-05-29T00:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic probes no longer working?</title>
      <link>https://communities.vmware.com/t5/VProbes-Discussions/Dynamic-probes-no-longer-working/m-p/2188358#M120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a new User Guide for Vprobes available?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Sep 2014 16:29:34 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VProbes-Discussions/Dynamic-probes-no-longer-working/m-p/2188358#M120</guid>
      <dc:creator>avshein</dc:creator>
      <dc:date>2014-09-13T16:29:34Z</dc:date>
    </item>
  </channel>
</rss>

