Skip to content

Commit

Permalink
fingerprint revamp (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio committed Jul 6, 2023
1 parent 8ca610f commit 9bcb8c1
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 214 deletions.
46 changes: 23 additions & 23 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,31 +118,31 @@ func sendRequest(hex, bda string) (string, error) {
//goland:noinspection SpellCheckingInspection
func getBDA(hex string) string {
bx := fmt.Sprintf(bx_template,
getF(),
// getF(),
getN(),
getWh(),
webglExtensions,
getWebglExtensionsHash(),
webglRenderer,
webglVendor,
webglVersion,
webglShadingLanguageVersion,
webglAliasedLineWidthRange,
webglAliasedPointSizeRange,
webglAntialiasing,
webglBits,
webglMaxParams,
webglMaxViewportDims,
webglUnmaskedVendor,
webglUnmaskedRenderer,
webglVsfParams,
webglVsiParams,
webglFsfParams,
webglFsiParams,
getWebglHashWebgl(),
// getWh(),
// webglExtensions,
// getWebglExtensionsHash(),
// webglRenderer,
// webglVendor,
// webglVersion,
// webglShadingLanguageVersion,
// webglAliasedLineWidthRange,
// webglAliasedPointSizeRange,
// webglAntialiasing,
// webglBits,
// webglMaxParams,
// webglMaxViewportDims,
// webglUnmaskedVendor,
// webglUnmaskedRenderer,
// webglVsfParams,
// webglVsiParams,
// webglFsfParams,
// webglFsiParams,
// getWebglHashWebgl(),
hex,
getFe(),
getIfeHash(),
// getFe(),
// getIfeHash(),
)
bt := getBt()
bw := getBw(bt)
Expand Down
Loading

0 comments on commit 9bcb8c1

Please sign in to comment.