Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

No-analysis compilation mode #2

Open
Osmosis-Wrench opened this issue Jun 9, 2022 · 0 comments
Open

No-analysis compilation mode #2

Osmosis-Wrench opened this issue Jun 9, 2022 · 0 comments
Labels
analyzer Issue related to the analyzer enhancement New feature or request

Comments

@Osmosis-Wrench
Copy link

For a script to compile with you calling function inside another script, you need to have the source file for that other script. However, you don't actually need the original, or even a valid script for this to work, you just need the correct function names etc.

You can manually "brute force" stubbed functions to make compilation work without having access to the original source files, but this takes a bit of time. It would be nice to have an option to automatically do it.

Maybe even just a "I know what i'm doing" option where it just blindly trusts the user has input the correct function names etc, and compiles without checking.

@erri120 erri120 added enhancement New feature or request analyzer Issue related to the analyzer labels Jun 9, 2022
@erri120 erri120 changed the title "Brute Force" / "Blind" compilation mode. No-analysis compilation mode Jun 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
analyzer Issue related to the analyzer enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants