Search results

  1. C

    Replacing an embede lua with my own ?

    how would I achieve this kind of hooking ? I never did that. Only thing I know to do is to use python with winappdbg, and have pre and post hooks, but it seems I'll need to do that in C (it's ok for me too). Or maybe I can do that in python with ctypes ? this would be fun. Having a pyhon script...
  2. C

    Replacing an embede lua with my own ?

    Hi guys I'm playing this game 'factorio' which uses lua as its script engine (single exe file, lua statically linked I think) Unfortunately, this is bare bones lua. For example the "io" and "os" modules are disabled. I managed to re-enable those modules by NOPing the calls to the functions...
  3. C

    Hi !

    Hi everyone, Just registered on this board to have some talks abour RE Cya !
Top