@dralley commented on this pull request.


> +    short archnum;
+    char name[66];
+    short osnum;
+    short signature_type;
+    char reserved[16];
+};
+```
+
+and is illustrated with one pulled from the rpm-2.1.2-1.i386.rpm
+package:
+
+```
+00000000: ed ab ee db 03 00 00 00
+```
+
+The first 4 bytes (0-3) are "magic" used to uniquely identify an RPM

```suggestion
The first 4 bytes (0-3) are the "magic" number used to uniquely identify the 
file as an RPM package.
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2861#pullrequestreview-1834624557
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/2861/review/1834624...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to