Merge pull request #521 from bernhardreiter/patch-1

fix typos on FullOverview.ipynb
pull/522/head
Raphaël Vinot 2020-01-17 15:44:09 +01:00 committed by GitHub
commit e2054cb8b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@
"source": [ "source": [
"## Set parameters (inline)\n", "## Set parameters (inline)\n",
"\n", "\n",
"This is the was to pass other parameters" "This is the way to pass other parameters"
] ]
}, },
{ {
@ -603,7 +603,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Use locally defined objet templates\n", "## Use locally defined object templates\n",
"\n", "\n",
"**Important**: The path you pass as parameter for `misp_objects_path_custom` needs to contain a directory equals to the value of the parameter `name` (same structure as the content of the `misp-object` repository)\n" "**Important**: The path you pass as parameter for `misp_objects_path_custom` needs to contain a directory equals to the value of the parameter `name` (same structure as the content of the `misp-object` repository)\n"
] ]
@ -654,7 +654,7 @@
"source": [ "source": [
"## Use lief to extract indicators out of binaries\n", "## Use lief to extract indicators out of binaries\n",
"\n", "\n",
"An other cool helper: one liner to whom you can pass the path to a binary, if it is supported by `lief` (PE/ELF/Mach-o), you get the the file object, a PE, ELF, or Mach-o object, and the relevant sections.\n", "An other cool helper: one liner to whom you can pass the path to a binary, if it is supported by `lief` (PE/ELF/Mach-o), you get the file object, a PE, ELF, or Mach-o object, and the relevant sections.\n",
"\n", "\n",
"If it is anything else, it will just generate the the file object.\n" "If it is anything else, it will just generate the the file object.\n"
] ]