<?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: Need ArchiCAD file type signatures (Magic Numbers) for *.pln, *.pla, *.bpn in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276294#M3279</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I understand the need  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Please ask techsup as well, they may have some experience in this. They can also add this as a development request with more weight than myself.&lt;BR /&gt;
&lt;BR /&gt;
Best, Akos</description>
    <pubDate>Tue, 03 Dec 2019 13:37:37 GMT</pubDate>
    <dc:creator>Akos Somorjai</dc:creator>
    <dc:date>2019-12-03T13:37:37Z</dc:date>
    <item>
      <title>Need Archicad file type signatures (Magic Numbers) for *.pln, *.pla, *.bpn</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276289#M3274</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi everyone!&lt;BR /&gt;I recently managed to somehow mess up drive letters and overwrite my external hdd full of 15+ years of my life.&lt;BR /&gt;I managed to recover pretty much everything, except for Archicad files, as the software that I'm using (R-Studio) doesn't recognize Archicad's file types. However, I can add one manually if I will know header / footer hex strings.&lt;BR /&gt;I searched everywhere but couldn't find it. I tried digging into hex data to find header / footer strings but couldn't really identify them.&lt;BR /&gt;&lt;BR /&gt;I would really appreciate if you guys could help me.&lt;BR /&gt;Thanks!&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2022 07:54:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276289#M3274</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-29T07:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need ArchiCAD file type signatures (Magic Numbers) for *.pln, *.pla, *.bpn</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276290#M3275</link>
      <description>Uhh, that's pretty bad.&lt;BR /&gt;
&lt;BR /&gt;
ARCHICAD 17 and newer files usually start with 'ROF FDB '. Older files use 'MM', 'WW', or 'mm'.&lt;BR /&gt;
&lt;BR /&gt;
Good luck, Akos</description>
      <pubDate>Mon, 02 Dec 2019 12:31:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276290#M3275</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2019-12-02T12:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need ArchiCAD file type signatures (Magic Numbers) for *.pln, *.pla, *.bpn</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276291#M3276</link>
      <description>Hi Akos, thanks for reply!&lt;BR /&gt;
&lt;BR /&gt;
I did some digging and turns out older versions had both, header and footer, which made recovery much easier.&lt;BR /&gt;
New versions only have a header  'ROF FDB', but don't have a footer. When this happens, usually the best way to recover these files is to follow header + max file size method. Meaning that the file originally could have been, let's say 100 mb. During recovery we indicate that the file could have been no more than 200mb. After that the recovery software starts pulling the data from hdd sectors beginning from the header and going until it reaches 200mb (100+100).&lt;BR /&gt;
Now we get a file that is 200mb. Some programs can handle the extra data, but as far as I tested, ArchiCAD cannot. I'm getting an error that the file is corrupted.&lt;BR /&gt;
&lt;BR /&gt;
Graphisoft, why you do this?</description>
      <pubDate>Mon, 02 Dec 2019 18:20:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276291#M3276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-02T18:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need ArchiCAD file type signatures (Magic Numbers) for *.pln, *.pla, *.bpn</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276292#M3277</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I don't know why we don't have a footer; I guess we never thought about supporting that type of recovery.&lt;BR /&gt;
&lt;BR /&gt;
Sorry, Akos</description>
      <pubDate>Tue, 03 Dec 2019 09:28:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276292#M3277</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2019-12-03T09:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need ArchiCAD file type signatures (Magic Numbers) for *.pln, *.pla, *.bpn</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276293#M3278</link>
      <description>Hi Akos,&lt;BR /&gt;
&lt;BR /&gt;
Is there a chance the footer string will be added for future releases of ArchiCAD? I would say that it'd be very helpful for people who lost their data. I don't see any downside in providing a footer, except for files being couple of bytes longer.&lt;BR /&gt;
&lt;BR /&gt;
Also, do you think there is anyone from developer side I could contact, who would be able to suggest different methodology for situations like these?&lt;BR /&gt;
&lt;BR /&gt;
Thank you.</description>
      <pubDate>Tue, 03 Dec 2019 12:33:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276293#M3278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-03T12:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need ArchiCAD file type signatures (Magic Numbers) for *.pln, *.pla, *.bpn</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276294#M3279</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I understand the need  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Please ask techsup as well, they may have some experience in this. They can also add this as a development request with more weight than myself.&lt;BR /&gt;
&lt;BR /&gt;
Best, Akos</description>
      <pubDate>Tue, 03 Dec 2019 13:37:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276294#M3279</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2019-12-03T13:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need ArchiCAD file type signatures (Magic Numbers) for *.pln, *.pla, *.bpn</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276295#M3280</link>
      <description>I'll contact the support.&lt;BR /&gt;
&lt;BR /&gt;
Thank you.</description>
      <pubDate>Wed, 04 Dec 2019 07:42:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276295#M3280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-04T07:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need ArchiCAD file type signatures (Magic Numbers) for *.pln, *.pla, *.bpn</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276296#M3281</link>
      <description>Any advances here?</description>
      <pubDate>Thu, 20 Aug 2020 14:35:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Need-Archicad-file-type-signatures-Magic-Numbers-for-pln-pla-bpn/m-p/276296#M3281</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2020-08-20T14:35:00Z</dc:date>
    </item>
  </channel>
</rss>

