summaryrefslogtreecommitdiff
path: root/src/analysis/binary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/binary.c')
-rw-r--r--src/analysis/binary.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/analysis/binary.c b/src/analysis/binary.c
index 5577bb8..0fcbe0d 100644
--- a/src/analysis/binary.c
+++ b/src/analysis/binary.c
@@ -309,7 +309,7 @@ GLoadedBinary *g_loaded_binary_new_from_xml(xmlXPathContextPtr context, const ch
bool status;
- init_vmpa(&addr, 123, 0x200);
+ init_vmpa(&addr, 0xaeb4, VMPA_NO_VIRTUAL);
bm = g_db_bookmark_new(&addr, "Premier commentaire");
@@ -323,6 +323,10 @@ GLoadedBinary *g_loaded_binary_new_from_xml(xmlXPathContextPtr context, const ch
printf("send nok\n");
+ g_db_client_save(result->local);
+
+
+
/*
safe_send(client->fd, (uint32_t []) { htobe32(DBC_COLLECTION) }, sizeof(uint32_t), MSG_MORE);
safe_send(client->fd, (uint32_t []) { htobe32(DBF_BOOKMARKS) }, sizeof(uint32_t), MSG_MORE);