APIFuzzing - a lua plugin for fuzzing and checking the API
#9
Changed it
Code:
-- Bail out, if is_parameter is true and it's a const &
if self.is_parameter and string.match(self.type, "const") and self.ret == "&" then
    return 0
end

Works correctly now.
Reply
Thanks given by:


Messages In This Thread
RE: APIFuzzing - a lua plugin for fuzzing and checking the API - by Seadragon91 - 05-01-2017, 03:27 PM



Users browsing this thread: 1 Guest(s)