Changes

Jump to: navigation, search
What's under the hood
</pre>
The <code>/usr/bin/dotnet</code> file is an ARM executable ...
<pre class="board-terminal">
root@sbcx:/var/lib/docker/overlay2/b4cc9541e8175bae26aa42952490a0b2fcdd5895bfe18f8092b58c27531259b6/merged/usr/share/dotnet# file dotnet
dotnet: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 2.6.32, BuildID[sha1]=ef6dc8332270899ce1c7de629bdbcc95168fc710, stripped
</pre>
 
... while <code>SimulatedTemperatureSensor.dll</code> is a [https://en.wikipedia.org/wiki/Portable_Executable Portable Executable] file:
<pre class="board-terminal">
root@sbcx:/var/lib/docker/overlay2/b4cc9541e8175bae26aa42952490a0b2fcdd5895bfe18f8092b58c27531259b6# file merged/app/SimulatedTemperatureSensor.dll
merged/app/SimulatedTemperatureSensor.dll: PE32 executable (console) Intel 80386 Mono/.Net assembly, for MS Windows
4,650
edits

Navigation menu