flat assembler
Message board for the users of flat assembler.
Index
> Windows > Calling a DLL function created in rust from fasm |
Author |
|
MatQuasar 10 Jan 2024, 13:08
I tested OK with PE64, because my DLL is 64-bit.
Example: Code: format pe64 console include 'win64a.inc' entry main section '.txt' code executable readable main: sub rsp, 40 call [myrusthello] xor rcx, rcx call [ExitProcess] .... .... Don't know about Rust 32-bit. (I downloaded RUSTUP-INIT.EXE 64-bit)
|
||||||||||
10 Jan 2024, 13:08 |
|
bari 11 Jan 2024, 15:15
Thanks, turns out I didn't build a 64 bit executable and needed to use PE64.
|
|||
11 Jan 2024, 15:15 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.