Author Topic: Nomalua -- GMod/Lua malware scanner (v1.20)  (Read 23472 times)

0 Members and 1 Guest are viewing this topic.

Offline Buzzkill

  • Respected Community Member
  • Full Member
  • *****
  • Posts: 176
  • Karma: 59
    • The Hundred Acre Bloodbath
Re: Nomalua -- GMod/Lua malware scanner (v1.20)
« Reply #15 on: February 24, 2016, 09:14:03 PM »
Thrilled that it found something for you.  That made it worth it, right there.  Unfortunately I've begun realizing that the flexibility of the lua lexicon is so bloody vast that trying to detect bad code smells, anti patterns and malevolent code automatically is a fool's errand, so I've kinda let this project die a natural death. 

Offline LuaTenshi

  • Hero Member
  • *****
  • Posts: 545
  • Karma: 47
  • Just your ordinary moon angel!
    • Mirai.Red
Re: Nomalua -- GMod/Lua malware scanner (v1.20)
« Reply #16 on: February 25, 2016, 01:19:27 PM »
Why not change this into a sort of lua firewall? Catch all calls to external domains etc, etc... Also a net message firewall would be useful as many cheaters exploit net messages (Bridgehack).
I cry every time I see that I am not a respected member of this community.

Offline Buzzkill

  • Respected Community Member
  • Full Member
  • *****
  • Posts: 176
  • Karma: 59
    • The Hundred Acre Bloodbath
Re: Nomalua -- GMod/Lua malware scanner (v1.20)
« Reply #17 on: March 28, 2016, 02:32:48 PM »
That's a good idea, though it would change the design pretty dramatically.  Right now this is an on-demand code scanner.  What you're suggesting would be more of a real-time intercept.  If I resurrect this thing at some point I may move in that direction though.  Code parsing was a bad idea.  :)

An Error Has Occurred!

array_keys(): Argument #1 ($array) must be of type array, null given