Allow adding platform types through API #1936
Labels
Component: Type Libraries
Effort: Medium
Issue should take < 1 month
Impact: Low
Issue is a papercut or has a good, supported workaround
Type: Enhancement
Issue is a small enhancement to existing functionality
At the moment platform types / syscalls can be added through files in
types/platform
folder, but would be nice if it was possible to add them through API as well.My use case is that I have a custom architecture where the syscall numbers differ from one binary to another, but they contain debug info that tells you what the syscalls correspond to. I would like to add these syscalls based on the debug info via the API.
The text was updated successfully, but these errors were encountered: