libmwemu 0.24.5

x86 32/64bits and system internals emulator, for securely emulating malware and other stuff.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
#[path = "../are_file_apis_ansi.rs"]
mod are_file_apis_ansi;
pub use are_file_apis_ansi::*;

#[path = "../connect_named_pipe.rs"]
mod connect_named_pipe;
pub use connect_named_pipe::*;

#[path = "../copy_file_a.rs"]
mod copy_file_a;
pub use copy_file_a::*;

#[path = "../copy_file_w.rs"]
mod copy_file_w;
pub use copy_file_w::*;

#[path = "../create_file_mapping_a.rs"]
mod create_file_mapping_a;
pub use create_file_mapping_a::*;

#[path = "../create_file_mapping_w.rs"]
mod create_file_mapping_w;
pub use create_file_mapping_w::*;

#[path = "../create_file_w.rs"]
mod create_file_w;
pub use create_file_w::*;

#[path = "../create_named_pipe_a.rs"]
mod create_named_pipe_a;
pub use create_named_pipe_a::*;

#[path = "../delete_file_a.rs"]
mod delete_file_a;
pub use delete_file_a::*;

#[path = "../disconnect_named_pipe.rs"]
mod disconnect_named_pipe;
pub use disconnect_named_pipe::*;

#[path = "../file_time_to_dos_date_time.rs"]
mod file_time_to_dos_date_time;
pub use file_time_to_dos_date_time::*;

#[path = "../file_time_to_local_file_time.rs"]
mod file_time_to_local_file_time;
pub use file_time_to_local_file_time::*;

#[path = "../file_time_to_system_time.rs"]
mod file_time_to_system_time;
pub use file_time_to_system_time::*;

#[path = "../find_close.rs"]
mod find_close;
pub use find_close::*;

#[path = "../find_first_file_a.rs"]
mod find_first_file_a;
pub use find_first_file_a::*;

#[path = "../find_first_file_w.rs"]
mod find_first_file_w;
pub use find_first_file_w::*;

#[path = "../find_next_file_a.rs"]
mod find_next_file_a;
pub use find_next_file_a::*;

#[path = "../find_next_file_w.rs"]
mod find_next_file_w;
pub use find_next_file_w::*;

#[path = "../get_command_line_a.rs"]
mod get_command_line_a;
pub use get_command_line_a::*;

#[path = "../get_command_line_w.rs"]
mod get_command_line_w;
pub use get_command_line_w::*;

#[path = "../get_current_directory_a.rs"]
mod get_current_directory_a;
pub use get_current_directory_a::*;

#[path = "../get_current_directory_w.rs"]
mod get_current_directory_w;
pub use get_current_directory_w::*;

#[path = "../get_disk_free_space_a.rs"]
mod get_disk_free_space_a;
pub use get_disk_free_space_a::*;

#[path = "../get_file_attributes_a.rs"]
mod get_file_attributes_a;
pub use get_file_attributes_a::*;

#[path = "../get_file_attributes_w.rs"]
mod get_file_attributes_w;
pub use get_file_attributes_w::*;

#[path = "../get_file_type.rs"]
mod get_file_type;
pub use get_file_type::*;

#[path = "../get_full_path_name_a.rs"]
mod get_full_path_name_a;
pub use get_full_path_name_a::*;

#[path = "../get_full_path_name_w.rs"]
mod get_full_path_name_w;
pub use get_full_path_name_w::*;

#[path = "../get_logical_drives.rs"]
mod get_logical_drives;
pub use get_logical_drives::*;

#[path = "../get_long_path_name_w.rs"]
mod get_long_path_name_w;
pub use get_long_path_name_w::*;

#[path = "../get_system_directory_a.rs"]
mod get_system_directory_a;
pub use get_system_directory_a::*;

#[path = "../get_system_directory_w.rs"]
mod get_system_directory_w;
pub use get_system_directory_w::*;

#[path = "../get_system_time_as_file_time.rs"]
mod get_system_time_as_file_time;
pub use get_system_time_as_file_time::*;

#[path = "../get_system_windows_directory_a.rs"]
mod get_system_windows_directory_a;
pub use get_system_windows_directory_a::*;

#[path = "../get_system_windows_directory_w.rs"]
mod get_system_windows_directory_w;
pub use get_system_windows_directory_w::*;

#[path = "../get_temp_path_w.rs"]
mod get_temp_path_w;
pub use get_temp_path_w::*;

#[path = "../get_windows_directory_a.rs"]
mod get_windows_directory_a;
pub use get_windows_directory_a::*;

#[path = "../get_windows_directory_w.rs"]
mod get_windows_directory_w;
pub use get_windows_directory_w::*;

#[path = "../move_file_a.rs"]
mod move_file_a;
pub use move_file_a::*;

#[path = "../move_file_w.rs"]
mod move_file_w;
pub use move_file_w::*;

#[path = "../read_file.rs"]
mod read_file;
pub use read_file::*;

#[path = "../set_file_pointer.rs"]
mod set_file_pointer;
pub use set_file_pointer::*;

#[path = "../write_file.rs"]
mod write_file;
pub use write_file::*;

#[path = "../GetFileSize.rs"]
mod GetFileSize;
pub use GetFileSize::GetFileSize;

#[path = "../get_file_size_ex.rs"]
mod get_file_size_ex;

#[path = "../backup_read.rs"]
mod backup_read;
pub use backup_read::*;

#[path = "../backup_seek.rs"]
mod backup_seek;
pub use backup_seek::*;

#[path = "../backup_write.rs"]
mod backup_write;
pub use backup_write::*;

#[path = "../build_comm_dcb_and_timeouts_a.rs"]
mod build_comm_dcb_and_timeouts_a;
pub use build_comm_dcb_and_timeouts_a::*;

#[path = "../build_comm_dcb_and_timeouts_w.rs"]
mod build_comm_dcb_and_timeouts_w;
pub use build_comm_dcb_and_timeouts_w::*;

#[path = "../build_comm_dcba.rs"]
mod build_comm_dcba;
pub use build_comm_dcba::*;

#[path = "../build_comm_dcbw.rs"]
mod build_comm_dcbw;
pub use build_comm_dcbw::*;

#[path = "../call_named_pipe_a.rs"]
mod call_named_pipe_a;
pub use call_named_pipe_a::*;

#[path = "../comm_config_dialog_a.rs"]
mod comm_config_dialog_a;
pub use comm_config_dialog_a::*;

#[path = "../copy_file_ex_a.rs"]
mod copy_file_ex_a;
pub use copy_file_ex_a::*;

#[path = "../copy_file_transacted_a.rs"]
mod copy_file_transacted_a;
pub use copy_file_transacted_a::*;

#[path = "../copy_file_transacted_w.rs"]
mod copy_file_transacted_w;
pub use copy_file_transacted_w::*;

#[path = "../copy_lz_file.rs"]
mod copy_lz_file;
pub use copy_lz_file::*;

#[path = "../create_directory_ex_a.rs"]
mod create_directory_ex_a;
pub use create_directory_ex_a::*;

#[path = "../create_directory_transacted_a.rs"]
mod create_directory_transacted_a;
pub use create_directory_transacted_a::*;

#[path = "../create_directory_transacted_w.rs"]
mod create_directory_transacted_w;
pub use create_directory_transacted_w::*;

#[path = "../create_file_mapping_numa_a.rs"]
mod create_file_mapping_numa_a;
pub use create_file_mapping_numa_a::*;

#[path = "../create_mailslot_a.rs"]
mod create_mailslot_a;
pub use create_mailslot_a::*;

#[path = "../create_mailslot_w.rs"]
mod create_mailslot_w;
pub use create_mailslot_w::*;

#[path = "../create_tape_partition.rs"]
mod create_tape_partition;
pub use create_tape_partition::*;

#[path = "../define_dos_device_a.rs"]
mod define_dos_device_a;
pub use define_dos_device_a::*;

#[path = "../delete_atom.rs"]
mod delete_atom;
pub use delete_atom::*;

#[path = "../delete_file_transacted_w.rs"]
mod delete_file_transacted_w;
pub use delete_file_transacted_w::*;

#[path = "../delete_timer_queue.rs"]
mod delete_timer_queue;
pub use delete_timer_queue::*;

#[path = "../delete_volume_mount_point_a.rs"]
mod delete_volume_mount_point_a;
pub use delete_volume_mount_point_a::*;

#[path = "../device_io_control_implementation.rs"]
mod device_io_control_implementation;
pub use device_io_control_implementation::*;

#[path = "../dos_date_time_to_file_time.rs"]
mod dos_date_time_to_file_time;
pub use dos_date_time_to_file_time::*;

#[path = "../dos_path_to_session_path_a.rs"]
mod dos_path_to_session_path_a;
pub use dos_path_to_session_path_a::*;

#[path = "../dos_path_to_session_path_w.rs"]
mod dos_path_to_session_path_w;
pub use dos_path_to_session_path_w::*;

#[path = "../duplicate_encryption_info_file_ext.rs"]
mod duplicate_encryption_info_file_ext;
pub use duplicate_encryption_info_file_ext::*;

#[path = "../erase_tape.rs"]
mod erase_tape;
pub use erase_tape::*;

#[path = "../find_first_volume_a.rs"]
mod find_first_volume_a;
pub use find_first_volume_a::*;

#[path = "../find_first_volume_mount_point_a.rs"]
mod find_first_volume_mount_point_a;
pub use find_first_volume_mount_point_a::*;

#[path = "../find_first_volume_mount_point_w.rs"]
mod find_first_volume_mount_point_w;
pub use find_first_volume_mount_point_w::*;

#[path = "../find_next_volume_a.rs"]
mod find_next_volume_a;
pub use find_next_volume_a::*;

#[path = "../find_next_volume_mount_point_a.rs"]
mod find_next_volume_mount_point_a;
pub use find_next_volume_mount_point_a::*;

#[path = "../find_next_volume_mount_point_w.rs"]
mod find_next_volume_mount_point_w;
pub use find_next_volume_mount_point_w::*;

#[path = "../find_volume_mount_point_close.rs"]
mod find_volume_mount_point_close;
pub use find_volume_mount_point_close::*;

#[path = "../get_compressed_file_size_transacted_w.rs"]
mod get_compressed_file_size_transacted_w;
pub use get_compressed_file_size_transacted_w::*;

#[path = "../get_default_comm_config_a.rs"]
mod get_default_comm_config_a;
pub use get_default_comm_config_a::*;

#[path = "../get_default_comm_config_w.rs"]
mod get_default_comm_config_w;
pub use get_default_comm_config_w::*;

#[path = "../get_dll_directory_a.rs"]
mod get_dll_directory_a;
pub use get_dll_directory_a::*;

#[path = "../get_dll_directory_w.rs"]
mod get_dll_directory_w;
pub use get_dll_directory_w::*;

#[path = "../get_encrypted_file_version_ext.rs"]
mod get_encrypted_file_version_ext;
pub use get_encrypted_file_version_ext::*;

#[path = "../get_file_attributes_transacted_a.rs"]
mod get_file_attributes_transacted_a;
pub use get_file_attributes_transacted_a::*;

#[path = "../get_file_bandwidth_reservation.rs"]
mod get_file_bandwidth_reservation;
pub use get_file_bandwidth_reservation::*;

#[path = "../get_friendly_match_comm.rs"]
mod get_friendly_match_comm;
pub use get_friendly_match_comm::*;

#[path = "../get_full_path_name_transacted_a.rs"]
mod get_full_path_name_transacted_a;
pub use get_full_path_name_transacted_a::*;

#[path = "../get_full_path_name_transacted_w.rs"]
mod get_full_path_name_transacted_w;
pub use get_full_path_name_transacted_w::*;

#[path = "../get_long_path_name_a.rs"]
mod get_long_path_name_a;
pub use get_long_path_name_a::*;

#[path = "../get_mailslot_info.rs"]
mod get_mailslot_info;
pub use get_mailslot_info::*;

#[path = "../get_named_pipe_client_computer_name_a.rs"]
mod get_named_pipe_client_computer_name_a;
pub use get_named_pipe_client_computer_name_a::*;

#[path = "../get_named_pipe_client_session_id.rs"]
mod get_named_pipe_client_session_id;
pub use get_named_pipe_client_session_id::*;

#[path = "../get_named_pipe_handle_state_a.rs"]
mod get_named_pipe_handle_state_a;
pub use get_named_pipe_handle_state_a::*;

#[path = "../get_named_pipe_server_session_id.rs"]
mod get_named_pipe_server_session_id;
pub use get_named_pipe_server_session_id::*;

#[path = "../get_short_path_name_a.rs"]
mod get_short_path_name_a;
pub use get_short_path_name_a::*;

#[path = "../get_short_path_name_w.rs"]
mod get_short_path_name_w;
pub use get_short_path_name_w::*;

#[path = "../get_tape_parameters.rs"]
mod get_tape_parameters;
pub use get_tape_parameters::*;

#[path = "../get_tape_position.rs"]
mod get_tape_position;
pub use get_tape_position::*;

#[path = "../get_tape_status.rs"]
mod get_tape_status;
pub use get_tape_status::*;

#[path = "../get_volume_name_for_volume_mount_point_a.rs"]
mod get_volume_name_for_volume_mount_point_a;
pub use get_volume_name_for_volume_mount_point_a::*;

#[path = "../get_volume_path_names_for_volume_name_a.rs"]
mod get_volume_path_names_for_volume_name_a;
pub use get_volume_path_names_for_volume_name_a::*;

#[path = "../global_delete_atom.rs"]
mod global_delete_atom;
pub use global_delete_atom::*;

#[path = "../lz_open_file_a.rs"]
mod lz_open_file_a;
pub use lz_open_file_a::*;

#[path = "../lz_open_file_w.rs"]
mod lz_open_file_w;
pub use lz_open_file_w::*;

#[path = "../move_file_ex_a.rs"]
mod move_file_ex_a;
pub use move_file_ex_a::*;

#[path = "../move_file_transacted_a.rs"]
mod move_file_transacted_a;
pub use move_file_transacted_a::*;

#[path = "../move_file_transacted_w.rs"]
mod move_file_transacted_w;
pub use move_file_transacted_w::*;

#[path = "../open_file.rs"]
mod open_file;
pub use open_file::*;

#[path = "../open_file_mapping_a.rs"]
mod open_file_mapping_a;
pub use open_file_mapping_a::*;

#[path = "../prepare_tape.rs"]
mod prepare_tape;
pub use prepare_tape::*;

#[path = "../priv_move_file_identity_w.rs"]
mod priv_move_file_identity_w;
pub use priv_move_file_identity_w::*;

#[path = "../query_dos_device_a.rs"]
mod query_dos_device_a;
pub use query_dos_device_a::*;

#[path = "../remove_directory_transacted_w.rs"]
mod remove_directory_transacted_w;
pub use remove_directory_transacted_w::*;

#[path = "../remove_local_alternate_computer_name_w.rs"]
mod remove_local_alternate_computer_name_w;
pub use remove_local_alternate_computer_name_w::*;

#[path = "../remove_secure_memory_cache_callback.rs"]
mod remove_secure_memory_cache_callback;
pub use remove_secure_memory_cache_callback::*;

#[path = "../replace_file_a.rs"]
mod replace_file_a;
pub use replace_file_a::*;

#[path = "../replace_partition_unit.rs"]
mod replace_partition_unit;
pub use replace_partition_unit::*;

#[path = "../set_default_comm_config_a.rs"]
mod set_default_comm_config_a;
pub use set_default_comm_config_a::*;

#[path = "../set_dll_directory_a.rs"]
mod set_dll_directory_a;
pub use set_dll_directory_a::*;

#[path = "../set_dll_directory_w.rs"]
mod set_dll_directory_w;
pub use set_dll_directory_w::*;

#[path = "../set_file_attributes_transacted_w.rs"]
mod set_file_attributes_transacted_w;
pub use set_file_attributes_transacted_w::*;

#[path = "../set_file_bandwidth_reservation.rs"]
mod set_file_bandwidth_reservation;
pub use set_file_bandwidth_reservation::*;

#[path = "../set_file_short_name_a.rs"]
mod set_file_short_name_a;
pub use set_file_short_name_a::*;

#[path = "../set_file_short_name_w.rs"]
mod set_file_short_name_w;
pub use set_file_short_name_w::*;

#[path = "../set_mailslot_info.rs"]
mod set_mailslot_info;
pub use set_mailslot_info::*;

#[path = "../set_named_pipe_attribute.rs"]
mod set_named_pipe_attribute;
pub use set_named_pipe_attribute::*;

#[path = "../set_tape_parameters.rs"]
mod set_tape_parameters;
pub use set_tape_parameters::*;

#[path = "../set_tape_position.rs"]
mod set_tape_position;
pub use set_tape_position::*;

#[path = "../set_volume_label_a.rs"]
mod set_volume_label_a;
pub use set_volume_label_a::*;

#[path = "../set_volume_label_w.rs"]
mod set_volume_label_w;
pub use set_volume_label_w::*;

#[path = "../set_volume_mount_point_a.rs"]
mod set_volume_mount_point_a;
pub use set_volume_mount_point_a::*;

#[path = "../set_volume_mount_point_w.rs"]
mod set_volume_mount_point_w;
pub use set_volume_mount_point_w::*;

#[path = "../write_tapemark.rs"]
mod write_tapemark;
pub use write_tapemark::*;