You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've been studying this recently, and I've come across a tricky question。How do you use conditional compilation in rust? For example, attribute((annotate("annotation")) in c++?
The text was updated successfully, but these errors were encountered:
Hello, Im not sure how to do it. Maybe you can use #[cfg_attr] or similar
in Rust.
It would be useful to select functions to obfuscate but I dont know.
Similar question:
https://users.rust-lang.org/t/custom-attribute-annotations/65063
Ysh ***@***.***> escreveu no dia quarta, 13/12/2023 à(s)
09:11:
Hi,
I've been studying this recently, and I've come across a tricky question。How do you use conditional compilation in rust? For example, attribute((annotate("annotation")) in c++?
The text was updated successfully, but these errors were encountered: