Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

[Include] TDW RScan - Simple scanner

$
0
0
TDW RScan
Description
This is a simple recursive scanner to detect recursive functions in scripts.
Functions
  • RScan_Run(address = 0)
  • addressofex()

Dependencies
amx_assembly
Example
PHP Code:

forward public func1();
forward public func2();

main() {
    
RScan_Run();

    goto 
___avoid_recursion;
    
func1();
___avoid_recursion:

}

func1() {
    
func2();
}

func2() {
    
func1();


Output:


Download
github

Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>