update index page

This commit is contained in:
nganhkhoa 2023-12-14 22:57:51 +07:00
parent 729cec9211
commit 135cf0df6b

View File

@ -140,9 +140,7 @@ projects =
div [] div []
[ h1 [] [text "My Projects"] [ h1 [] [text "My Projects"]
, div [] , div []
[ text "2023" [ h2 [] [text "(2023) TSShock"]
, text " "
, h2 [] [text "TSShock"]
, withSpacing (p []) , withSpacing (p [])
[ text "At Verichains, our team discovered multiple weaknesses in most implementations of Threshold ECDSA Signature Scheme following the works of" [ text "At Verichains, our team discovered multiple weaknesses in most implementations of Threshold ECDSA Signature Scheme following the works of"
, Link.link (Link.external "https://eprint.iacr.org/2019/114") [] [text "Gennaro and Goldfeder."] , Link.link (Link.external "https://eprint.iacr.org/2019/114") [] [text "Gennaro and Goldfeder."]
@ -154,9 +152,7 @@ projects =
] ]
] ]
, div [] , div []
[ text "2023" [ h2 [] [text "(2023) Audited Vietnam Citizen Card"]
, text " "
, h2 [] [text "Audited Vietnam Citizen Card"]
, withSpacing (p []) , withSpacing (p [])
[ text "Performed auditing of the protocol and the chip-based Citizen Card of Vietnam." [ text "Performed auditing of the protocol and the chip-based Citizen Card of Vietnam."
, text "Simulation of NFC protocols conforming to ICAO 9303." , text "Simulation of NFC protocols conforming to ICAO 9303."
@ -167,9 +163,7 @@ projects =
] ]
] ]
, div [] , div []
[ text "2020 - 2023" [ h2 [] [text "(2019 - 2023) Mach-O binary format analysis and obfuscation"]
, text " "
, h2 [] [text "Mach-O binary format analysis and obfuscation"]
, withSpacing (p []) , withSpacing (p [])
[ text "Research into Mach-O binary format, which is used in Apple devices." [ text "Research into Mach-O binary format, which is used in Apple devices."
, text "Proposed obfuscation for the Mach-O binary." , text "Proposed obfuscation for the Mach-O binary."
@ -177,9 +171,7 @@ projects =
] ]
] ]
, div [] , div []
[ text "2021" [ h2 [] [text "(2021-2022) LLVM based Obfuscation"]
, text " "
, h2 [] [text "LLVM based Obfuscation"]
, withSpacing (p []) , withSpacing (p [])
[ text "Build a LLVM based obfuscation compiler." [ text "Build a LLVM based obfuscation compiler."
, text "Extend" , text "Extend"
@ -196,9 +188,7 @@ projects =
] ]
] ]
, div [] , div []
[ text "2019-2020, 2022-2023" [ h2 [] [text "(2019-2023) Windows Live Memory Forensics"]
, text " "
, h2 [] [text "Windows Live Memory Forensics"]
, withSpacing (p []) , withSpacing (p [])
[ text "Research into Windows Forensics." [ text "Research into Windows Forensics."
, text "Learned techniques used in Memory Forensics and familiar with tools like Volatility." , text "Learned techniques used in Memory Forensics and familiar with tools like Volatility."
@ -235,23 +225,23 @@ publications =
] ]
, br [] [] , br [] []
, withSpacing (div []) , withSpacing (div [])
[ text "(Draft) Obfuscate API calls in Mach-O Binary." [ text "Obfuscate API calls in Mach-O Binary."
, text "Anh Khoa Nguyen." , text "Anh Khoa Nguyen."
, text "Expecting 2024." , text "Expecting 2024."
, br [] [] , br [] []
, Link.link (Link.external "macho-obfuscation.pdf") , Link.link (Link.external "macho-obfuscation.pdf")
[Attributes.target "_blank"] [Attributes.target "_blank"]
[text "[pdf]"] [text "[preprint]"]
] ]
, br [] [] , br [] []
, withSpacing (div []) , withSpacing (div [])
[ text "(Draft) Live Memory Forensics Without RAM Extraction." [ text "Live Memory Forensics Without RAM Extraction."
, text "Anh Khoa Nguyen, Dung Vo Van Tien." , text "Anh Khoa Nguyen, Dung Vo Van Tien."
, text "Expecting 2024." , text "Expecting 2024."
, br [] [] , br [] []
, Link.link (Link.external "live-memory-forensics.pdf") , Link.link (Link.external "live-memory-forensics.pdf")
[Attributes.target "_blank"] [Attributes.target "_blank"]
[text "[pdf]"] [text "[preprint]"]
] ]
, br [] [] , br [] []
, h2 [] [text "Dissertations"] , h2 [] [text "Dissertations"]