oletools icon indicating copy to clipboard operation
oletools copied to clipboard

Add the vba ppt sample to the `find_vba` list in the `test_macros` function.

Open kijeong opened this issue 1 week ago • 2 comments

This pull request is related to #859 and #723. I made some additional adjustments to the changes from #859. @christian-intra2net, it would be great if you could review it.

The file 'olevba/sample_with_vba.ppt' contains an actual VBA macro.

And in my opinion, the code page should not vary depending on the test machine.

I referred to the following parts:

  • olefile.py:OleFileIO.getproperties function

    • property_id: 1, value: 949
  • codepages.py:get_codepage_name, CODEPAGE_NAME[949]

kijeong avatar Jun 25 '24 15:06 kijeong