rizin/librz/debug/p/common_winkd.h
GustavoLCR 246cf762ff DMP: Dynamically create profile if not found
* Adds `rz_type` dependency to `rz_debug`
2022-03-03 21:52:41 +08:00

8 lines
338 B
C

// SPDX-FileCopyrightText: 2022 GustavoLCR <gugulcr@gmail.com>
// SPDX-License-Identifier: LGPL-3.0-only
#include <rz_analysis.h>
#include <winkd.h>
void winkd_build_profile(WindCtx *ctx, RzTypeDB *db);
bool winkd_download_module_and_pdb(WindModule *module, const char *symserver, const char *symstore, char **exepath, char **pdbpath);