CENSUS / shadow

jemalloc heap exploitation framework
Other
447 stars 69 forks source link

Problems getting jeChunks on Firefox 50 #1

Closed ghost closed 7 years ago

ghost commented 7 years ago

Any ideas how to create the xul pkl files?

1:052> !py C:\Users\nopnopnop\Desktop\shadow-master\pykd_driver symbol -d 96

Traceback (most recent call last):

File "C:\Users\nopnopnop\Desktop\shadow-master\pykd_driver.py", line 189, in from_xul = xul, from_dom = dom)

File "C:\Users\nopnopnop\Desktop\shadow-master\shadow.py", line 1047, in dump_symbol pfd = open(xul_symbols_pickle, 'rb')

IOError: [Errno 2] No such file or directory: 'C:\Users\nopnopnop\Desktop\shadow-master\pdb\xul-50.0.pdb.pkl'

argp commented 7 years ago

I added xul-50.0.pdb.pkl a couple of days ago. Can you pull and re-try?

argp commented 7 years ago

Btw, you can use symhex.py to create pkl files from xul.pdb files.

ghost commented 7 years ago

It works now. Maybe I was using an older version or something. Great work btw.