|
|
@ -2,6 +2,7 @@ |
|
|
|
#include <stdlib.h> |
|
|
|
#include <stdlib.h> |
|
|
|
#include <string.h> |
|
|
|
#include <string.h> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <info.h> |
|
|
|
#include <pack.h> |
|
|
|
#include <pack.h> |
|
|
|
#include <sign.h> |
|
|
|
#include <sign.h> |
|
|
|
#include <unpack.h> |
|
|
|
#include <unpack.h> |
|
|
@ -13,6 +14,8 @@ struct entry_point { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
struct entry_point entries[] = { |
|
|
|
struct entry_point entries[] = { |
|
|
|
|
|
|
|
{ "get-offset", do_get_offset }, |
|
|
|
|
|
|
|
{ "get-size", do_get_size }, |
|
|
|
{ "pack", do_pack }, |
|
|
|
{ "pack", do_pack }, |
|
|
|
{ "sign", do_sign }, |
|
|
|
{ "sign", do_sign }, |
|
|
|
{ "unpack", do_unpack }, |
|
|
|
{ "unpack", do_unpack }, |
|
|
|