Re: [ANN] peettles - low level windows file format parsing

  • From: "Gisle Vanem" <dmarc-noreply@xxxxxxxxxxxxx> (Redacted sender "gvanem" for DMARC)
  • To: luajit@xxxxxxxxxxxxx
  • Date: Tue, 14 Aug 2018 18:57:00 +0200

William Adams wrote:

This is similar to my previously announced pereader, but goes further in 
multiple directions.

https://github.com/wiladams/peettles

Download it, tried it. Pretty cool after 5 min. of
playing with 'pdb2lua.lua' and 'lib2lua.lua'.

But how to do the equivalent of this (with GNU tools):
  nm $(OBJECTS) | grep ' T _foo' or
  nm $(OBJECTS) | grep -e ' [BDCGR] _bar'  (for DATA)

I use things like this for creating .def-files in
several GNU-makefiles. It could be handy to use Lua/LuaJit
instead.

--
--gv

Other related posts: